VMware GemFire Java API Reference
Package org.apache.geode.management.api
Class EntityInfo<T extends AbstractConfiguration<R>,R extends RuntimeInfo>
- java.lang.Object
-
- org.apache.geode.management.api.EntityInfo<T,R>
-
- Type Parameters:
T- the config typeR- the runtimeInfo type
public class EntityInfo<T extends AbstractConfiguration<R>,R extends RuntimeInfo> extends Object
This holds the configuration of a particular entity in the cluster. It includes the id of the entity and a list of configuration per group on the cluster
-
-
Constructor Summary
Constructors Constructor Description EntityInfo()EntityInfo(String id, List<EntityGroupInfo<T,R>> groups)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)List<T>getConfigurations()List<EntityGroupInfo<T,R>>getGroups()StringgetId()LinksgetLinks()List<R>getRuntimeInfos()inthashCode()voidsetGroups(List<EntityGroupInfo<T,R>> groups)voidsetId(String id)StringtoString()
-
-
-
Constructor Detail
-
EntityInfo
public EntityInfo()
-
EntityInfo
public EntityInfo(String id, List<EntityGroupInfo<T,R>> groups)
-
-