Package org.apache.geode.management.api
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. RegionConfigR- 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:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.geode.management.api.ClusterManagementResult
ClusterManagementResult.StatusCode -
Constructor Summary
ConstructorsConstructorDescriptionClusterManagementListResult(ClusterManagementResult.StatusCode statusCode, String message) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntityInfo(EntityInfo<T, R> entityInfo) Returns only the static config portion of the resultsReturns the combined payload of the list callList<EntityInfo<T,R>> Returns only the runtime information portion of the resultsvoidsetEntityGroupInfo(List<EntityGroupInfo<T, R>> entityGroupInfos) voidsetResult(List<EntityInfo<T, R>> entities) Methods inherited from class org.apache.geode.management.api.ClusterManagementResult
equals, getStatusCode, getStatusMessage, hashCode, isSuccessful, setLinks, setStatus, toString
-
Constructor Details
-
ClusterManagementListResult
public ClusterManagementListResult() -
ClusterManagementListResult
-
-
Method Details
-
getEntityGroupInfo
Returns the combined payload of the list call- Returns:
- a list of
EntityGroupInfo
-
getResult
-
setResult
-
addEntityInfo
-
setEntityGroupInfo
-
getConfigResult
Returns only the static config portion of the results- Returns:
- only the static config portion of the results
-
getRuntimeResult
Returns only the runtime information portion of the results- Returns:
- only the runtime information portion of the results
-