VMware GemFire Java API Reference
Class GroupableConfiguration<R extends RuntimeInfo>
- java.lang.Object
-
- org.apache.geode.management.configuration.AbstractConfiguration<R>
-
- org.apache.geode.management.configuration.GroupableConfiguration<R>
-
- All Implemented Interfaces:
Serializable,Identifiable<String>,JsonSerializable
- Direct Known Subclasses:
Deployment,DiskStore,GatewayReceiver,Member,Region
public abstract class GroupableConfiguration<R extends RuntimeInfo> extends AbstractConfiguration<R>
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.geode.management.configuration.AbstractConfiguration
CLUSTER
-
-
Constructor Summary
Constructors Constructor Description GroupableConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetGroup()inthashCode()voidsetGroup(String group)-
Methods inherited from class org.apache.geode.management.configuration.AbstractConfiguration
getCreationCommandType, getGroupName, getId, getLinks, isCluster, isGlobalRuntime
-
-
-
-
Method Detail
-
getGroup
public String getGroup()
- Overrides:
getGroupin classAbstractConfiguration<R extends RuntimeInfo>
-
setGroup
public void setGroup(String group)
-
-