T - the type of the static config, e.g. RegionConfigR - the type of the corresponding runtime information, e.g. RuntimeRegionInfo@Experimental public class ClusterManagementListResult<T extends CacheElement & CorrespondWith<R>,R extends RuntimeInfo> extends ClusterManagementResult
ClusterManagementService.list(CacheElement)ClusterManagementResult.StatusCodestatusCode| Constructor and Description |
|---|
ClusterManagementListResult()
for internal use only
|
ClusterManagementListResult(ClusterManagementResult.StatusCode statusCode,
String message)
for internal use only
|
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getConfigResult()
Returns only the static config portion of the results
|
List<ConfigurationResult<T,R>> |
getResult()
Returns the combined payload of the list call
|
List<R> |
getRuntimeResult()
Returns only the runtime information portion of the results
|
void |
setResult(List<ConfigurationResult<T,R>> result)
for internal use only
|
getStatusCode, getStatusMessage, getUri, isSuccessful, setStatus, setUri, toStringpublic ClusterManagementListResult()
public ClusterManagementListResult(ClusterManagementResult.StatusCode statusCode, String message)
public List<ConfigurationResult<T,R>> getResult()
public List<T> getConfigResult()
public List<R> getRuntimeResult()
public void setResult(List<ConfigurationResult<T,R>> result)