Class ClusterManagementListResult<T extends AbstractConfiguration<R>,R extends RuntimeInfo>

java.lang.Object
org.apache.geode.management.api.ClusterManagementResult
org.apache.geode.management.api.ClusterManagementListResult<T,R>
Type Parameters:
T - the type of the static config, e.g. RegionConfig
R - the type of the corresponding runtime information, e.g. RuntimeRegionInfo
All Implemented Interfaces:
Serializable

@Experimental public class ClusterManagementListResult<T extends AbstractConfiguration<R>,R extends RuntimeInfo> extends ClusterManagementResult
See Also:
  • Constructor Details

  • Method Details

    • getEntityGroupInfo

      public List<EntityGroupInfo<T,R>> getEntityGroupInfo()
      Returns the combined payload of the list call
      Returns:
      a list of EntityGroupInfo
    • getResult

      public List<EntityInfo<T,R>> getResult()
    • setResult

      public void setResult(List<EntityInfo<T,R>> entities)
    • addEntityInfo

      public void addEntityInfo(EntityInfo<T,R> entityInfo)
    • setEntityGroupInfo

      public void setEntityGroupInfo(List<EntityGroupInfo<T,R>> entityGroupInfos)
    • getConfigResult

      public List<T> getConfigResult()
      Returns only the static config portion of the results
      Returns:
      only the static config portion of the results
    • getRuntimeResult

      public List<R> getRuntimeResult()
      Returns only the runtime information portion of the results
      Returns:
      only the runtime information portion of the results