T - the type of the static config, e.g. RegionConfigR - the type of the corresponding runtime information, e.g. RuntimeRegionInfo@Experimental public class ClusterManagementGetResult<T extends AbstractConfiguration<R>,R extends RuntimeInfo> extends ClusterManagementResult
ClusterManagementResult.StatusCodestatusCode| Constructor and Description |
|---|
ClusterManagementGetResult()
for internal use only
|
ClusterManagementGetResult(ClusterManagementListResult<T,R> singletonListResult)
for internal use only
|
| Modifier and Type | Method and Description |
|---|---|
T |
getConfigResult()
Returns only the static config portion of the result
|
ConfigurationResult<T,R> |
getResult()
Returns the combined payload of the get call
|
java.util.List<R> |
getRuntimeResult()
Returns only the runtime information portion of the result
|
void |
setResult(ConfigurationResult<T,R> result)
for internal use only
|
getStatusCode, getStatusMessage, isSuccessful, setLinks, setStatus, toStringpublic ClusterManagementGetResult()
public ClusterManagementGetResult(ClusterManagementListResult<T,R> singletonListResult)
public ConfigurationResult<T,R> getResult()
public T getConfigResult()
public java.util.List<R> getRuntimeResult()
public void setResult(ConfigurationResult<T,R> result)