@Experimental public class MemberConfig extends CacheElement implements RestfulEndpoint, CorrespondWith<MemberInformation>
Modifier and Type | Field and Description |
---|---|
static String |
MEMBER_CONFIG_ENDPOINT |
CLUSTER, groups
URI_CONTEXT, URI_VERSION
Constructor and Description |
---|
MemberConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getEndpoint()
this returns the URI that display the list of entries.
|
String |
getId()
Gets the identifier uniquely identifying this Object instance.
|
void |
setId(String id) |
addGroup, exists, findElement, getConfigGroup, getGroup, getGroups, removeElement, setGroup
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIdentityEndPoint, getUri
getRuntimeClass, hasRuntimeInfo, isGlobalRuntime
public static final String MEMBER_CONFIG_ENDPOINT
public void setId(String id)
public String getId()
Identifiable
getId
in interface Identifiable<String>
public String getEndpoint()
RestfulEndpoint
getEndpoint
in interface RestfulEndpoint