Skip navigation links
A C D E F G H I J L M O P R S T U V W 

A

AbstractConfiguration<R extends RuntimeInfo> - Class in org.apache.geode.management.configuration
This class represents either a configuration or a filter.
AbstractConfiguration() - Constructor for class org.apache.geode.management.configuration.AbstractConfiguration
 
addCacheServerInfo(CacheServerInfo) - Method in class org.apache.geode.management.runtime.MemberInformation
 
addEntityInfo(EntityInfo<T, R>) - Method in class org.apache.geode.management.api.ClusterManagementListResult
 
addExpiry(Region.ExpirationType, Integer, Region.ExpirationAction) - Method in class org.apache.geode.management.configuration.Region
 
addLink(String, String) - Method in class org.apache.geode.management.configuration.Links
adds the additional HATEOAS links
addMemberStatus(RealizationResult) - Method in class org.apache.geode.management.api.ClusterManagementRealizationResult
for internal use only
anySetter(String, String) - Method in class org.apache.geode.management.configuration.Links
 
AutoSerializer - Class in org.apache.geode.management.configuration
The configuration of a org.apache.geode.pdx.ReflectionBasedAutoSerializer found in the geode-core module that is used for easy PDX serialization.
AutoSerializer(String...) - Constructor for class org.apache.geode.management.configuration.AutoSerializer
Creates an AutoSerializer that is not portable.
AutoSerializer(boolean, String...) - Constructor for class org.apache.geode.management.configuration.AutoSerializer
Creates an AutoSerializer.
AutoSerializer(Boolean, List<String>) - Constructor for class org.apache.geode.management.configuration.AutoSerializer
Creates an AutoSerializer.

C

CacheServerInfo - Class in org.apache.geode.management.runtime
 
CacheServerInfo() - Constructor for class org.apache.geode.management.runtime.CacheServerInfo
 
ClassName - Class in org.apache.geode.management.configuration
Used to configure an attribute that represents an instance of a java class.
ClassName(String) - Constructor for class org.apache.geode.management.configuration.ClassName
Object to be instantiated using the empty param constructor of the className
ClassName(String, String) - Constructor for class org.apache.geode.management.configuration.ClassName
this is a convenient way to create a ClassName object using json represented properties
ClassName(String, Properties) - Constructor for class org.apache.geode.management.configuration.ClassName
 
close() - Method in interface org.apache.geode.management.api.ClusterManagementService
release any resources controlled by this service
close() - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Close the transport.
close() - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
CLUSTER - Static variable in class org.apache.geode.management.configuration.AbstractConfiguration
The reserved group name that represents the predefined "cluster" group.
ClusterManagementException - Exception in org.apache.geode.management.api
Base class of all exceptions thrown by ClusterManagementService implementations.
ClusterManagementException(ClusterManagementResult.StatusCode, String) - Constructor for exception org.apache.geode.management.api.ClusterManagementException
for internal use only
ClusterManagementException(ClusterManagementResult) - Constructor for exception org.apache.geode.management.api.ClusterManagementException
 
ClusterManagementException(ClusterManagementResult, Throwable) - Constructor for exception org.apache.geode.management.api.ClusterManagementException
for internal use only
ClusterManagementGetResult<T extends AbstractConfiguration<R>,R extends RuntimeInfo> - Class in org.apache.geode.management.api
 
ClusterManagementGetResult() - Constructor for class org.apache.geode.management.api.ClusterManagementGetResult
 
ClusterManagementGetResult(EntityInfo<T, R>) - Constructor for class org.apache.geode.management.api.ClusterManagementGetResult
 
ClusterManagementListOperationsResult<A extends ClusterManagementOperation<V>,V extends OperationResult> - Class in org.apache.geode.management.api
ClusterManagementListOperationsResult(List<ClusterManagementOperationResult<A, V>>) - Constructor for class org.apache.geode.management.api.ClusterManagementListOperationsResult
for internal use only
ClusterManagementListResult<T extends AbstractConfiguration<R>,R extends RuntimeInfo> - Class in org.apache.geode.management.api
 
ClusterManagementListResult() - Constructor for class org.apache.geode.management.api.ClusterManagementListResult
 
ClusterManagementListResult(ClusterManagementResult.StatusCode, String) - Constructor for class org.apache.geode.management.api.ClusterManagementListResult
 
ClusterManagementOperation<V extends OperationResult> - Interface in org.apache.geode.management.api
Interface for cluster management operations that can be used with ClusterManagementService.start(ClusterManagementOperation) Classes implementing this interface should hold only the parameters for the operation.
ClusterManagementOperationResult<A extends ClusterManagementOperation<V>,V extends OperationResult> - Class in org.apache.geode.management.api
Returned by ClusterManagementService.start(ClusterManagementOperation) to convey status of launching the async operation, and by ClusterManagementService.get(ClusterManagementOperation, String) to describe the status of a started async operation.
ClusterManagementOperationResult() - Constructor for class org.apache.geode.management.api.ClusterManagementOperationResult
for internal use only
ClusterManagementOperationResult(ClusterManagementResult.StatusCode, String, Date, Date, A, String, V, Throwable) - Constructor for class org.apache.geode.management.api.ClusterManagementOperationResult
ClusterManagementRealizationException - Exception in org.apache.geode.management.api
Thrown by ClusterManagementService.create(AbstractConfiguration), update, and delete operations which have a possibility of "partial" failure.
ClusterManagementRealizationException(ClusterManagementRealizationResult) - Constructor for exception org.apache.geode.management.api.ClusterManagementRealizationException
for internal use only
ClusterManagementRealizationResult - Class in org.apache.geode.management.api
 
ClusterManagementRealizationResult() - Constructor for class org.apache.geode.management.api.ClusterManagementRealizationResult
for internal use only
ClusterManagementRealizationResult(ClusterManagementResult.StatusCode, String) - Constructor for class org.apache.geode.management.api.ClusterManagementRealizationResult
for internal use only
ClusterManagementResult - Class in org.apache.geode.management.api
This base class provides the common attributes returned from all ClusterManagementService methods
ClusterManagementResult() - Constructor for class org.apache.geode.management.api.ClusterManagementResult
for internal use only
ClusterManagementResult(ClusterManagementResult.StatusCode, String) - Constructor for class org.apache.geode.management.api.ClusterManagementResult
for internal use only
ClusterManagementResult(ClusterManagementResult) - Constructor for class org.apache.geode.management.api.ClusterManagementResult
for internal use only
ClusterManagementResult.StatusCode - Enum in org.apache.geode.management.api
these status codes generally have a one-to-one mapping to the http status code returned by the REST controller
ClusterManagementService - Interface in org.apache.geode.management.api
Implementations of this interface are responsible for applying and persisting cache configuration changes.
ClusterManagementServiceBuilder - Class in org.apache.geode.management.client
This builder facilitates creating a ClusterManagementService using either (or both) a ConnectionConfig or a ClusterManagementServiceTransport.
ClusterManagementServiceBuilder() - Constructor for class org.apache.geode.management.client.ClusterManagementServiceBuilder
 
ClusterManagementServiceTransport - Interface in org.apache.geode.management.api
Interface which abstracts the transport between the CMS client and the endpoint.
CommandType - Enum in org.apache.geode.management.api
Commands used by ClusterManagementServiceTransport which mimic HTTP verbs.
CONFIG_PARAM - Static variable in interface org.apache.geode.management.configuration.HasFile
 
configureConnection(ConnectionConfig) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Configure the transport with using connectionConfig.
configureConnection(ConnectionConfig) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
ConnectionConfig - Class in org.apache.geode.management.api
Concrete implementation of ConnectionConfig which can be used where the various connection properties should be set directly as opposed to being derived from another context such as a Cache.
ConnectionConfig() - Constructor for class org.apache.geode.management.api.ConnectionConfig
 
ConnectionConfig(String, int) - Constructor for class org.apache.geode.management.api.ConnectionConfig
 
create(T) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will create the element on all the applicable members in the cluster and persist the configuration in the cluster configuration if persistence is enabled.
createConnectionConfig() - Method in class org.apache.geode.management.client.ClusterManagementServiceBuilder
 

D

delete(T) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will delete the element on all the applicable members in the cluster and update the configuration in the cluster configuration if persistence is enabled.
Deployment - Class in org.apache.geode.management.configuration
 
Deployment() - Constructor for class org.apache.geode.management.configuration.Deployment
 
Deployment(String, String, String) - Constructor for class org.apache.geode.management.configuration.Deployment
 
DEPLOYMENT_ENDPOINT - Static variable in class org.apache.geode.management.configuration.Deployment
 
DeploymentInfo - Class in org.apache.geode.management.runtime
 
DeploymentInfo() - Constructor for class org.apache.geode.management.runtime.DeploymentInfo
 
DISK_STORE_CONFIG_ENDPOINT - Static variable in class org.apache.geode.management.configuration.DiskStore
 
DiskDir - Class in org.apache.geode.management.configuration
 
DiskDir() - Constructor for class org.apache.geode.management.configuration.DiskDir
 
DiskDir(String, Integer) - Constructor for class org.apache.geode.management.configuration.DiskDir
 
DiskStore - Class in org.apache.geode.management.configuration
 
DiskStore() - Constructor for class org.apache.geode.management.configuration.DiskStore
 
DiskStoreInfo - Class in org.apache.geode.management.runtime
 
DiskStoreInfo() - Constructor for class org.apache.geode.management.runtime.DiskStoreInfo
 

E

EMPTY - Static variable in class org.apache.geode.management.configuration.ClassName
Can be used when updating an attribute to configure it with no class name.
EntityGroupInfo<T extends AbstractConfiguration<R>,R extends RuntimeInfo> - Class in org.apache.geode.management.api
A simple object that holds a configuration object and its corresponding runtime info on each member.
EntityGroupInfo() - Constructor for class org.apache.geode.management.api.EntityGroupInfo
for internal use only
EntityGroupInfo(T) - Constructor for class org.apache.geode.management.api.EntityGroupInfo
for internal use only
EntityGroupInfo(T, List<R>) - Constructor for class org.apache.geode.management.api.EntityGroupInfo
 
EntityInfo<T extends AbstractConfiguration<R>,R extends RuntimeInfo> - Class in org.apache.geode.management.api
This holds the configuration of a particular entity in the cluster.
EntityInfo() - Constructor for class org.apache.geode.management.api.EntityInfo
 
EntityInfo(String, List<EntityGroupInfo<T, R>>) - Constructor for class org.apache.geode.management.api.EntityInfo
 
equals(Object) - Method in class org.apache.geode.management.api.ClusterManagementGetResult
 
equals(Object) - Method in class org.apache.geode.management.api.ClusterManagementResult
 
equals(Object) - Method in class org.apache.geode.management.api.EntityGroupInfo
 
equals(Object) - Method in class org.apache.geode.management.api.EntityInfo
 
equals(Object) - Method in class org.apache.geode.management.configuration.ClassName
 
equals(Object) - Method in class org.apache.geode.management.configuration.Deployment
 
equals(Object) - Method in class org.apache.geode.management.configuration.DiskStore
 
equals(Object) - Method in class org.apache.geode.management.configuration.GroupableConfiguration
 
equals(Object) - Method in class org.apache.geode.management.configuration.Index
 
equals(Object) - Method in class org.apache.geode.management.configuration.Region
 
equals(Object) - Method in class org.apache.geode.management.runtime.DeploymentInfo
 
equals(Object) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
equals(Object) - Method in class org.apache.geode.management.runtime.IndexInfo
 
equals(Object) - Method in class org.apache.geode.management.runtime.MemberInformation
 
equals(Object) - Method in class org.apache.geode.management.runtime.PdxInfo
 
equals(Object) - Method in class org.apache.geode.management.runtime.RuntimeInfo
 
equals(Object) - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 
Eviction() - Constructor for class org.apache.geode.management.configuration.Region.Eviction
 
Expiration() - Constructor for class org.apache.geode.management.configuration.Region.Expiration
 
Expiration(Region.ExpirationType, Integer, Region.ExpirationAction) - Constructor for class org.apache.geode.management.configuration.Region.Expiration
 

F

FILE_PARAM - Static variable in interface org.apache.geode.management.configuration.HasFile
 

G

GATEWAY_RECEIVERS_ENDPOINTS - Static variable in class org.apache.geode.management.configuration.GatewayReceiver
the url end points to retrieve the gateway receivers
GatewayReceiver - Class in org.apache.geode.management.configuration
Use this to configure the gateway receiver in the cluster setting the bindAddress and hostname for clients are not supported by this api.
GatewayReceiver() - Constructor for class org.apache.geode.management.configuration.GatewayReceiver
 
GatewayReceiverInfo - Class in org.apache.geode.management.runtime
 
GatewayReceiverInfo() - Constructor for class org.apache.geode.management.runtime.GatewayReceiverInfo
 
get(T) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will get a single instance of the element type in the cluster configuration, along with additional runtime information from cluster members
get(A, String) - Method in interface org.apache.geode.management.api.ClusterManagementService
Returns the status of the identified operation.
getAction() - Method in class org.apache.geode.management.configuration.Region.Eviction
 
getAction() - Method in class org.apache.geode.management.configuration.Region.Expiration
 
getActualRedundancy() - Method in interface org.apache.geode.management.runtime.RegionRedundancyStatus
Returns the number of redundant copies for all buckets in the region used to create this RegionRedundancyStatus, at the time of creation.
getAuthToken() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getAutoSerializer() - Method in class org.apache.geode.management.configuration.Pdx
 
getBindAddress() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
getBindAddress() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
getBucketCreateBytes() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the size, in bytes, of all of the buckets that were created as part of the rebalance operation for this region
getBucketCreatesCompleted() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the number of buckets created during the rebalance operation
getBucketCreateTimeInMilliseconds() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the time, in milliseconds, taken to create buckets for this region
getBucketTransferBytes() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the size, in bytes, of buckets that were transferred for this region.
getBucketTransfersCompleted() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the number of buckets transferred for this region.
getBucketTransferTimeInMilliseconds() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the amount of time, in milliseconds, it took to transfer buckets for this region.
getCacheServerInfo() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getCacheXmlFilePath() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getClassName() - Method in class org.apache.geode.management.configuration.ClassName
 
getClientCount() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getCompactionThreshold() - Method in class org.apache.geode.management.configuration.DiskStore
 
getConfigResult() - Method in class org.apache.geode.management.api.ClusterManagementListResult
Returns only the static config portion of the results
getConfiguration() - Method in class org.apache.geode.management.api.EntityGroupInfo
Returns the static portion of the configuration
getConfigurations() - Method in class org.apache.geode.management.api.EntityInfo
 
getConfiguredRedundancy() - Method in interface org.apache.geode.management.runtime.RegionRedundancyStatus
Returns the configured redundancy level for the region used to create this RegionRedundancyStatus.
getConnectedSenders() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
getCpuUsage() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getCreationCommandType() - Method in class org.apache.geode.management.configuration.AbstractConfiguration
 
getCreationCommandType() - Method in class org.apache.geode.management.configuration.Deployment
 
getDeployedBy() - Method in class org.apache.geode.management.configuration.Deployment
 
getDeployedTime() - Method in class org.apache.geode.management.configuration.Deployment
 
getDirectories() - Method in class org.apache.geode.management.configuration.DiskStore
 
getDirSize() - Method in class org.apache.geode.management.configuration.DiskDir
 
getDiskStoreName() - Method in class org.apache.geode.management.configuration.Pdx
 
getDiskStoreName() - Method in class org.apache.geode.management.configuration.Region
 
getDiskStoreName() - Method in class org.apache.geode.management.runtime.PdxInfo
 
getDiskUsageCriticalPercentage() - Method in class org.apache.geode.management.configuration.DiskStore
 
getDiskUsageWarningPercentage() - Method in class org.apache.geode.management.configuration.DiskStore
 
getEndpoint() - Method in interface org.apache.geode.management.api.ClusterManagementOperation
must match the REST controller's RequestMapping
getEndpoint() - Method in class org.apache.geode.management.operation.RebalanceOperation
 
getEndpoint() - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
 
getEndPort() - Method in class org.apache.geode.management.configuration.GatewayReceiver
get the end port
getEntityGroupInfo() - Method in class org.apache.geode.management.api.ClusterManagementListResult
Returns the combined payload of the list call
getEntryCount() - Method in class org.apache.geode.management.configuration.Region.Eviction
 
getEntryCount() - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 
getEviction() - Method in class org.apache.geode.management.configuration.Region
 
getExcludeRegions() - Method in class org.apache.geode.management.operation.RebalanceOperation
Returns the list of regions NOT to be rebalanced (iff RebalanceOperation.getIncludeRegions() is empty)
getExcludeRegions() - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
Returns the list of regions NOT to be rebalanced (iff RestoreRedundancyRequest.getIncludeRegions() is empty)
getExpirations() - Method in class org.apache.geode.management.configuration.Region
 
getExpression() - Method in class org.apache.geode.management.configuration.Index
 
getFile() - Method in class org.apache.geode.management.configuration.Deployment
 
getFile() - Method in interface org.apache.geode.management.configuration.HasFile
 
getFileName() - Method in class org.apache.geode.management.configuration.Deployment
 
getFileName() - Method in interface org.apache.geode.management.configuration.HasFile
 
getFollowRedirects() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getFuture(A, String) - Method in interface org.apache.geode.management.api.ClusterManagementService
Returns a CompletableFuture that provides a synchronous way to get the result of a completed operation.
getGatewayTransportFilters() - Method in class org.apache.geode.management.configuration.GatewayReceiver
get the list of transport filters if you modify the returned list, you will be modifying the list owned by this config object.
getGroup() - Method in class org.apache.geode.management.configuration.AbstractConfiguration
 
getGroup() - Method in class org.apache.geode.management.configuration.GroupableConfiguration
 
getGroupName(String) - Static method in class org.apache.geode.management.configuration.AbstractConfiguration
 
getGroups() - Method in class org.apache.geode.management.api.EntityInfo
 
getGroups() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getHeapUsage() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getHost() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getHost() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getHostedRegions() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getHostnameForSenders() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
getHostnameVerifier() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getHttpServiceBindAddress() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getHttpServicePort() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getId() - Method in class org.apache.geode.management.api.EntityInfo
 
getId() - Method in class org.apache.geode.management.configuration.AbstractConfiguration
Returns the attribute of the configuration that uniquely identifies it
getId() - Method in class org.apache.geode.management.configuration.Deployment
 
getId() - Method in class org.apache.geode.management.configuration.DiskStore
 
getId() - Method in class org.apache.geode.management.configuration.GatewayReceiver
getId() - Method in class org.apache.geode.management.configuration.Index
getId() - Method in class org.apache.geode.management.configuration.Member
Returns the value set by Member.setId(String).
getId() - Method in class org.apache.geode.management.configuration.Pdx
Returns Pdx.PDX_ID
getId() - Method in class org.apache.geode.management.configuration.Region
getId() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getIncludedRegionsWithNoMembers() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
If user specified "includedRegion" list, but some of the regions in the list are not found in any members, this list would include those regions.
getIncludeRegions() - Method in class org.apache.geode.management.operation.RebalanceOperation
Returns the list of regions to be rebalanced (or an empty list for all-except-excluded)
getIncludeRegions() - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
Returns the list of regions to be rebalanced (or an empty list for all-except-excluded)
getIndexType() - Method in class org.apache.geode.management.configuration.Index
 
getInitHeapSize() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getInitProperties() - Method in class org.apache.geode.management.configuration.ClassName
 
getJarLocation() - Method in class org.apache.geode.management.runtime.DeploymentInfo
 
getKeyConstraint() - Method in class org.apache.geode.management.configuration.Region
 
getLastModified() - Method in class org.apache.geode.management.runtime.DeploymentInfo
 
getLinks() - Method in class org.apache.geode.management.api.EntityGroupInfo
 
getLinks() - Method in class org.apache.geode.management.api.EntityInfo
 
getLinks() - Method in class org.apache.geode.management.configuration.AbstractConfiguration
for internal usage only
getLinks() - Method in class org.apache.geode.management.configuration.Deployment
 
getLinks() - Method in class org.apache.geode.management.configuration.DiskStore
 
getLinks() - Method in class org.apache.geode.management.configuration.GatewayReceiver
 
getLinks() - Method in class org.apache.geode.management.configuration.Index
 
getLinks() - Method in class org.apache.geode.management.configuration.Links
 
getLinks() - Method in class org.apache.geode.management.configuration.Member
 
getLinks() - Method in class org.apache.geode.management.configuration.Pdx
 
getLinks() - Method in class org.apache.geode.management.configuration.Region
 
getList() - Method in class org.apache.geode.management.configuration.Links
 
getLocatorPort() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getLocators() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getLogFilePath() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getMaxConnections() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
getMaxHeapSize() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getMaximumTimeBetweenPings() - Method in class org.apache.geode.management.configuration.GatewayReceiver
get the maximum time between pings in milliseconds, the default is CacheServer.DEFAULT_MAXIMUM_TIME_BETWEEN_PINGS = 60000
getMaxOplogSizeInBytes() - Method in class org.apache.geode.management.configuration.DiskStore
 
getMaxThreads() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
getMemberName() - Method in class org.apache.geode.management.api.RealizationResult
returns the member name this realization result applies to
getMemberName() - Method in class org.apache.geode.management.runtime.RuntimeInfo
 
getMemberStatuses() - Method in exception org.apache.geode.management.api.ClusterManagementRealizationException
A ClusterManagementService.create(AbstractConfiguration) operation may fail on all members or only some.
getMemberStatuses() - Method in class org.apache.geode.management.api.ClusterManagementRealizationResult
For a ClusterManagementService.create(AbstractConfiguration) operation, this will return per-member status of the create.
getMemorySizeMb() - Method in class org.apache.geode.management.configuration.Region.Eviction
 
getMessage() - Method in class org.apache.geode.management.api.RealizationResult
returns optional information to supplement RealizationResult.isSuccess()
getName() - Method in class org.apache.geode.management.configuration.DiskDir
 
getName() - Method in class org.apache.geode.management.configuration.DiskStore
 
getName() - Method in class org.apache.geode.management.configuration.Index
 
getName() - Method in class org.apache.geode.management.configuration.Region
 
getNumOfMembers() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the number of members on which rebalance operation is executed.
getObjectSizer() - Method in class org.apache.geode.management.configuration.Region.Eviction
 
getOffHeapMemorySize() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getOperation() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the async operation.
getOperationEnd() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the time the operation was completed.
getOperationId() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
returns the operation id started by this operation.
getOperationResult() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the operation result as an extension of OperationResult
getOperationStart() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the time the operation was started
getOperator() - Method in interface org.apache.geode.management.api.ClusterManagementOperation
 
getOperator() - Method in class org.apache.geode.management.operation.RebalanceOperation
 
getOperator() - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
 
getPassword() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getPatterns() - Method in class org.apache.geode.management.configuration.AutoSerializer
 
getPdxSerializer() - Method in class org.apache.geode.management.configuration.Pdx
 
getPdxSerializer() - Method in class org.apache.geode.management.runtime.PdxInfo
 
getPort() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getPort() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
getPort() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
getPrimaryTransfersCompleted() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the number of primaries that were transferred for this region.
getPrimaryTransferTimeInMilliseconds() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the time, in milliseconds, spent transferring primaries for this region.
getProcessId() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getQueueSize() - Method in class org.apache.geode.management.configuration.DiskStore
 
getReassignPrimaries() - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
 
getRebalanceRegionResults() - Method in interface org.apache.geode.management.runtime.RebalanceResult
Return summary of work performed for each region
getRedundantCopies() - Method in class org.apache.geode.management.configuration.Region
 
getRegionName() - Method in class org.apache.geode.management.configuration.Index
 
getRegionName() - Method in interface org.apache.geode.management.configuration.RegionScoped
 
getRegionName() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the name of this region
getRegionName() - Method in interface org.apache.geode.management.runtime.RegionRedundancyStatus
Returns the name of the region used to create this RegionRedundancyStatus.
getRegionOperationMessage() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns a message describing the results of this restore redundancy operation.
getRegionOperationStatus() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns the RestoreRedundancyResults.Status of this restore redundancy operation.
getRegionPath() - Method in class org.apache.geode.management.configuration.Index
 
getRegionResult(String) - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns the RegionRedundancyStatus for a specific region or null if that region is not present in this RestoreRedundancyResults.
getRegionResults() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns all the RegionRedundancyStatuses contained in this RestoreRedundancyResults.
getResult() - Method in exception org.apache.geode.management.api.ClusterManagementException
for internal use only
getResult() - Method in class org.apache.geode.management.api.ClusterManagementGetResult
 
getResult() - Method in class org.apache.geode.management.api.ClusterManagementListOperationsResult
Returns the payload of the list call
getResult() - Method in class org.apache.geode.management.api.ClusterManagementListResult
 
getRuntimeInfo() - Method in class org.apache.geode.management.api.EntityGroupInfo
Returns the non-static information
getRuntimeInfos() - Method in class org.apache.geode.management.api.EntityInfo
 
getRuntimeResult() - Method in class org.apache.geode.management.api.ClusterManagementListResult
Returns only the runtime information portion of the results
getSatisfiedRedundancyRegionResults() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns all the RegionRedundancyStatuses for regions with redundancy satisfied.
getSelf() - Method in class org.apache.geode.management.configuration.Links
 
getSenderCount() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
getServerBindAddress() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getSocketBufferSize() - Method in class org.apache.geode.management.configuration.GatewayReceiver
get the socket buffer size for socket buffers from the receiver to the sender.
getSslContext() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getStartPort() - Method in class org.apache.geode.management.configuration.GatewayReceiver
get the starting port
getStatArchiveFilePath() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getStatus() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getStatus() - Method in interface org.apache.geode.management.runtime.RegionRedundancyStatus
Returns the RegionRedundancyStatus.RedundancyStatus for the region used to create this RegionRedundancyStatus at the time of creation.
getStatusCode() - Method in exception org.apache.geode.management.api.ClusterManagementException
get the status code of the unsuccessful result
getStatusCode() - Method in class org.apache.geode.management.api.ClusterManagementResult
Returns the ClusterManagementResult.StatusCode for this request, such as ERROR or OK.
getStatusMessage() - Method in exception org.apache.geode.management.api.ClusterManagementException
get the status message of the unsuccessful result, if available
getStatusMessage() - Method in class org.apache.geode.management.api.ClusterManagementResult
Returns an optional message to accompany ClusterManagementResult.getStatusCode()
getStatusMessage() - Method in interface org.apache.geode.management.runtime.OperationResult
Returns details about what caused the operation to fail or succeed.
getSuccess() - Method in interface org.apache.geode.management.runtime.OperationResult
Returns true if the operation was successful; false if it failed.
getThrowable() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns any exceptions that might be returned as a result of the operation.
getTimeInMilliseconds() - Method in interface org.apache.geode.management.runtime.RebalanceRegionResult
Returns the time, in milliseconds, that the rebalance operation took for this region.
getTimeInSeconds() - Method in class org.apache.geode.management.configuration.Region.Expiration
 
getTimeInterval() - Method in class org.apache.geode.management.configuration.DiskStore
 
getTotalPrimaryTransfersCompleted() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns the total number of primaries that were transferred as part of the restore redundancy operations.
getTotalPrimaryTransferTime() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns the total time spent transferring primaries as part of the restore redundancy operations.
getType() - Method in class org.apache.geode.management.configuration.Region.Eviction
 
getType() - Method in class org.apache.geode.management.configuration.Region.Expiration
 
getType() - Method in class org.apache.geode.management.configuration.Region
 
getUnderRedundancyRegionResults() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns all the RegionRedundancyStatuses for regions with with at least one redundant copy, but fewer than the configured number of redundant copies.
getUsername() - Method in class org.apache.geode.management.api.ConnectionConfig
 
getValueConstraint() - Method in class org.apache.geode.management.configuration.Region
 
getWorkingDirPath() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getWriteBufferSize() - Method in class org.apache.geode.management.configuration.DiskStore
 
getZeroRedundancyRegionResults() - Method in interface org.apache.geode.management.runtime.RestoreRedundancyResults
Returns all the RegionRedundancyStatuses for regions with configured redundancy but zero actual redundant copies.
GroupableConfiguration<R extends RuntimeInfo> - Class in org.apache.geode.management.configuration
 
GroupableConfiguration() - Constructor for class org.apache.geode.management.configuration.GroupableConfiguration
 

H

HasFile - Interface in org.apache.geode.management.configuration
 
hashCode() - Method in class org.apache.geode.management.api.ClusterManagementGetResult
 
hashCode() - Method in class org.apache.geode.management.api.ClusterManagementResult
 
hashCode() - Method in class org.apache.geode.management.api.EntityGroupInfo
 
hashCode() - Method in class org.apache.geode.management.api.EntityInfo
 
hashCode() - Method in class org.apache.geode.management.configuration.ClassName
 
hashCode() - Method in class org.apache.geode.management.configuration.Deployment
 
hashCode() - Method in class org.apache.geode.management.configuration.DiskStore
 
hashCode() - Method in class org.apache.geode.management.configuration.GroupableConfiguration
 
hashCode() - Method in class org.apache.geode.management.configuration.Index
 
hashCode() - Method in class org.apache.geode.management.configuration.Region
 
hashCode() - Method in class org.apache.geode.management.runtime.DeploymentInfo
 
hashCode() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
hashCode() - Method in class org.apache.geode.management.runtime.IndexInfo
 
hashCode() - Method in class org.apache.geode.management.runtime.MemberInformation
 
hashCode() - Method in class org.apache.geode.management.runtime.PdxInfo
 
hashCode() - Method in class org.apache.geode.management.runtime.RuntimeInfo
 
hashCode() - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 
HREF_PREFIX - Static variable in class org.apache.geode.management.configuration.Links
 

I

Index - Class in org.apache.geode.management.configuration
 
Index() - Constructor for class org.apache.geode.management.configuration.Index
 
INDEXES - Static variable in class org.apache.geode.management.configuration.Index
 
IndexInfo - Class in org.apache.geode.management.runtime
 
IndexInfo() - Constructor for class org.apache.geode.management.runtime.IndexInfo
 
IndexType - Enum in org.apache.geode.management.configuration
Public ENUM to indicate type of Index on a Geode Region used by the Management API.
isAllowForceCompaction() - Method in class org.apache.geode.management.configuration.DiskStore
 
isAutoCompact() - Method in class org.apache.geode.management.configuration.DiskStore
 
isClassNameValid(String) - Static method in class org.apache.geode.management.configuration.ClassName
this provides a convenient method to validate if the given name is a valid classname
isCluster(String) - Static method in class org.apache.geode.management.configuration.AbstractConfiguration
Returns true if the given "groupName" represents the predefined "cluster" group.
isConnected() - Method in interface org.apache.geode.management.api.ClusterManagementService
Test to see if this instance of ClusterManagementService retrieved from the client side is properly connected to the locator or not
isConnected() - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Indicate whether this transport is currently connected
isConnected() - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
isCoordinator() - Method in class org.apache.geode.management.runtime.MemberInformation
 
isGlobalRuntime() - Method in class org.apache.geode.management.configuration.AbstractConfiguration
Returns true if the RuntimeInfo will be the same on all members; false if each member can have different RuntimeInfo.
isGlobalRuntime() - Method in class org.apache.geode.management.configuration.Region
 
isIgnoreUnreadFields() - Method in class org.apache.geode.management.configuration.Pdx
 
isIgnoreUnreadFields() - Method in class org.apache.geode.management.runtime.PdxInfo
 
isManualStart() - Method in class org.apache.geode.management.configuration.GatewayReceiver
is this gateway receiver manually started
isPortable() - Method in class org.apache.geode.management.configuration.AutoSerializer
 
isReadSerialized() - Method in class org.apache.geode.management.configuration.Pdx
 
isReadSerialized() - Method in class org.apache.geode.management.runtime.PdxInfo
 
isRunning() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
isRunning() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
isSecured() - Method in class org.apache.geode.management.runtime.MemberInformation
 
isServer() - Method in class org.apache.geode.management.runtime.MemberInformation
 
isSimulate() - Method in class org.apache.geode.management.operation.RebalanceOperation
Returns true if a "dry run" only is requested
isSuccess() - Method in class org.apache.geode.management.api.RealizationResult
returns true if realization succeeded on this member
isSuccessful() - Method in class org.apache.geode.management.api.ClusterManagementResult
Returns true if ClusterManagementResult.getStatusCode() has a non-error value
isWebSSL() - Method in class org.apache.geode.management.runtime.MemberInformation
 

J

JsonSerializable - Interface in org.apache.geode.management.api
marker interface that allows subclasses to be deserialized correctly note that any class can still be serialized using JSON (without implementing this interface) as long as it has no subclasses

L

Links - Class in org.apache.geode.management.configuration
this keeps all HATEOAS links related to a particular configuration object.
Links() - Constructor for class org.apache.geode.management.configuration.Links
 
Links(String, String) - Constructor for class org.apache.geode.management.configuration.Links
 
list(T) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will list instances of the element type in the cluster configuration, along with additional runtime information from cluster members
list(A) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will list the status of all asynchronous cluster management operations in progress or recently completed.

M

Member - Class in org.apache.geode.management.configuration
 
Member() - Constructor for class org.apache.geode.management.configuration.Member
 
MEMBER_ENDPOINT - Static variable in class org.apache.geode.management.configuration.Member
 
MemberInformation - Class in org.apache.geode.management.runtime
Data class to hold the information of the member Used in describe member command
MemberInformation() - Constructor for class org.apache.geode.management.runtime.MemberInformation
 

O

OperationResult - Interface in org.apache.geode.management.runtime
Describes the result of a starting or checking the status of a ClusterManagementOperation.
org.apache.geode.management.api - package org.apache.geode.management.api
 
org.apache.geode.management.client - package org.apache.geode.management.client
 
org.apache.geode.management.configuration - package org.apache.geode.management.configuration
 
org.apache.geode.management.operation - package org.apache.geode.management.operation
 
org.apache.geode.management.runtime - package org.apache.geode.management.runtime
 

P

Pdx - Class in org.apache.geode.management.configuration
Used to configure PDX serialization for a cache.
Pdx() - Constructor for class org.apache.geode.management.configuration.Pdx
 
PDX_ENDPOINT - Static variable in class org.apache.geode.management.configuration.Pdx
 
PDX_ID - Static variable in class org.apache.geode.management.configuration.Pdx
 
PdxInfo - Class in org.apache.geode.management.runtime
 
PdxInfo() - Constructor for class org.apache.geode.management.runtime.PdxInfo
 

R

RealizationResult - Class in org.apache.geode.management.api
this holds the information returned by the ConfigurationRealizers to indicate the success/failure of the realization step.
RealizationResult() - Constructor for class org.apache.geode.management.api.RealizationResult
for internal use only
REBALANCE_ENDPOINT - Static variable in class org.apache.geode.management.operation.RebalanceOperation
RebalanceOperation - Class in org.apache.geode.management.operation
Defines a distributed system request to optimize bucket allocation across members.
RebalanceOperation() - Constructor for class org.apache.geode.management.operation.RebalanceOperation
by default, requests all partitioned regions to be rebalanced
RebalanceOperation(RebalanceOperation) - Constructor for class org.apache.geode.management.operation.RebalanceOperation
copy constructor
RebalanceRegionResult - Interface in org.apache.geode.management.runtime
Details of the rebalancing work performed for a partitioned region.
RebalanceResult - Interface in org.apache.geode.management.runtime
the final results of a RebalanceOperation
Region - Class in org.apache.geode.management.configuration
this holds the region attributes you can configure using management rest api for regions created using gfsh but listed using management rest api, the attributes not supported by management rest api won't be shown.
Region() - Constructor for class org.apache.geode.management.configuration.Region
 
Region.Eviction - Class in org.apache.geode.management.configuration
 
Region.EvictionAction - Enum in org.apache.geode.management.configuration
 
Region.EvictionType - Enum in org.apache.geode.management.configuration
 
Region.Expiration - Class in org.apache.geode.management.configuration
 
Region.ExpirationAction - Enum in org.apache.geode.management.configuration
 
Region.ExpirationType - Enum in org.apache.geode.management.configuration
 
REGION_CONFIG_ENDPOINT - Static variable in class org.apache.geode.management.configuration.Region
 
RegionRedundancyStatus - Interface in org.apache.geode.management.runtime
Used to calculate and store a snapshot of the redundancy status for a partitioned region.
RegionRedundancyStatus.RedundancyStatus - Enum in org.apache.geode.management.runtime
The redundancy status of the region used to create this object at time of creation.
RegionScoped - Interface in org.apache.geode.management.configuration
 
RegionType - Enum in org.apache.geode.management.configuration
these are the region types supported by Cluster Management V2 API.
RESTORE_REDUNDANCY_ENDPOINT - Static variable in class org.apache.geode.management.operation.RestoreRedundancyRequest
RestoreRedundancyRequest - Class in org.apache.geode.management.operation
Defines a distributed system request to optimize bucket allocation across members.
RestoreRedundancyRequest() - Constructor for class org.apache.geode.management.operation.RestoreRedundancyRequest
by default, requests all partitioned regions to be rebalanced
RestoreRedundancyRequest(RestoreRedundancyRequest) - Constructor for class org.apache.geode.management.operation.RestoreRedundancyRequest
copy constructor
RestoreRedundancyResults - Interface in org.apache.geode.management.runtime
A class to collect the results of restore redundancy operations for one or more regions and determine the success of failure of the operation.
RestoreRedundancyResults.Status - Enum in org.apache.geode.management.runtime
RestoreRedundancyResults.Status.SUCCESS is defined as every included region having fully satisfied redundancy.
RestTemplateClusterManagementServiceTransport - Class in org.apache.geode.management.api
Concrete implementation of ClusterManagementServiceTransport which uses Spring's RestTemplate for communication between client and CMS endpoint.
RestTemplateClusterManagementServiceTransport(RestTemplate) - Constructor for class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
RestTemplateClusterManagementServiceTransport(ConnectionConfig) - Constructor for class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
RestTemplateClusterManagementServiceTransport(RestTemplate, ConnectionConfig) - Constructor for class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
RuntimeInfo - Class in org.apache.geode.management.runtime
 
RuntimeInfo() - Constructor for class org.apache.geode.management.runtime.RuntimeInfo
 
RuntimeRegionInfo - Class in org.apache.geode.management.runtime
 
RuntimeRegionInfo() - Constructor for class org.apache.geode.management.runtime.RuntimeRegionInfo
 

S

setAction(Region.EvictionAction) - Method in class org.apache.geode.management.configuration.Region.Eviction
 
setAction(Region.ExpirationAction) - Method in class org.apache.geode.management.configuration.Region.Expiration
 
setAllowForceCompaction(Boolean) - Method in class org.apache.geode.management.configuration.DiskStore
 
setAuthToken(String) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setAutoCompact(Boolean) - Method in class org.apache.geode.management.configuration.DiskStore
 
setAutoSerializer(AutoSerializer) - Method in class org.apache.geode.management.configuration.Pdx
 
setBindAddress(String) - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
setBindAddress(String) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
setCacheXmlFilePath(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setClientCount(int) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setCompactionThreshold(Integer) - Method in class org.apache.geode.management.configuration.DiskStore
 
setConfiguration(T) - Method in class org.apache.geode.management.api.EntityGroupInfo
for internal use only
setConnectedSenders(String[]) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
setCoordinator(boolean) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setCpuUsage(double) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setDeployedBy(String) - Method in class org.apache.geode.management.configuration.Deployment
For internal use only
setDeployedTime(String) - Method in class org.apache.geode.management.configuration.Deployment
For internal use only
setDirectories(List<DiskDir>) - Method in class org.apache.geode.management.configuration.DiskStore
 
setDirSize(Integer) - Method in class org.apache.geode.management.configuration.DiskDir
 
setDiskStoreName(String) - Method in class org.apache.geode.management.configuration.Pdx
Setting a non-null diskStoreName causes the Pdx information to be persisted to the named disk store.
setDiskStoreName(String) - Method in class org.apache.geode.management.configuration.Region
 
setDiskStoreName(String) - Method in class org.apache.geode.management.runtime.PdxInfo
 
setDiskUsageCriticalPercentage(Float) - Method in class org.apache.geode.management.configuration.DiskStore
 
setDiskUsageWarningPercentage(Float) - Method in class org.apache.geode.management.configuration.DiskStore
 
setEndPort(Integer) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the end port
setEntityGroupInfo(List<EntityGroupInfo<T, R>>) - Method in class org.apache.geode.management.api.ClusterManagementListResult
 
setEntryCount(Integer) - Method in class org.apache.geode.management.configuration.Region.Eviction
this sets the entry count and the eviction type to ENTRY_COUNT
setEntryCount(long) - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 
setEviction(Region.Eviction) - Method in class org.apache.geode.management.configuration.Region
 
setExcludeRegions(List<String>) - Method in class org.apache.geode.management.operation.RebalanceOperation
excludes specific regions from the rebalance, if RebalanceOperation.getIncludeRegions() is empty, otherwise has no effect default: no regions are excluded
setExcludeRegions(List<String>) - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
excludes specific regions from the rebalance, if RestoreRedundancyRequest.getIncludeRegions() is empty, otherwise has no effect default: no regions are excluded
setExpirations(List<Region.Expiration>) - Method in class org.apache.geode.management.configuration.Region
 
setExpression(String) - Method in class org.apache.geode.management.configuration.Index
 
setFile(File) - Method in class org.apache.geode.management.configuration.Deployment
 
setFile(File) - Method in interface org.apache.geode.management.configuration.HasFile
 
setFileName(String) - Method in class org.apache.geode.management.configuration.Deployment
 
setFollowRedirects(boolean) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setGatewayTransportFilters(List<ClassName>) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the gateway transport filters
setGroup(String) - Method in class org.apache.geode.management.configuration.GroupableConfiguration
 
setGroups(List<EntityGroupInfo<T, R>>) - Method in class org.apache.geode.management.api.EntityInfo
 
setGroups(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setHeapUsage(long) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setHost(String) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setHost(String) - Method in class org.apache.geode.management.client.ClusterManagementServiceBuilder
 
setHost(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setHostedRegions(Set<String>) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setHostnameForSenders(String) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
setHostnameVerifier(HostnameVerifier) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setHttpServiceBindAddress(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setHttpServicePort(int) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setId(String) - Method in class org.apache.geode.management.api.EntityInfo
 
setId(String) - Method in class org.apache.geode.management.configuration.Member
 
setId(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setIgnoreUnreadFields(Boolean) - Method in class org.apache.geode.management.configuration.Pdx
Setting ignoreUnreadFields to true can save memory during pdx deserialization but if the deserialized object is reserialized then the unread field data will be lost.
setIgnoreUnreadFields(boolean) - Method in class org.apache.geode.management.runtime.PdxInfo
 
setIncludeRegions(List<String>) - Method in class org.apache.geode.management.operation.RebalanceOperation
requests rebalance of the specified region(s) only.
setIncludeRegions(List<String>) - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
requests rebalance of the specified region(s) only.
setIndexType(IndexType) - Method in class org.apache.geode.management.configuration.Index
 
setInitHeapSize(long) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setJarLocation(String) - Method in class org.apache.geode.management.runtime.DeploymentInfo
 
setKeyConstraint(String) - Method in class org.apache.geode.management.configuration.Region
 
setLastModified(String) - Method in class org.apache.geode.management.runtime.DeploymentInfo
 
setLinks(Links) - Method in class org.apache.geode.management.api.ClusterManagementResult
for internal use only
setList(String) - Method in class org.apache.geode.management.configuration.Links
 
setLocatorPort(int) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setLocators(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setLogFilePath(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setManualStart(Boolean) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the manualStart
setMaxConnections(int) - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
setMaxHeapSize(long) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setMaximumTimeBetweenPings(Integer) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the maximum time between pings in milliseconds
setMaxOplogSizeInBytes(Long) - Method in class org.apache.geode.management.configuration.DiskStore
 
setMaxThreads(int) - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
setMemberName(String) - Method in class org.apache.geode.management.api.RealizationResult
for internal use only
setMemberName(String) - Method in class org.apache.geode.management.runtime.RuntimeInfo
 
setMemorySizeMb(Integer) - Method in class org.apache.geode.management.configuration.Region.Eviction
this sets the memory size in megabytes and the eviction type to MEMORY_SIZE
setMessage(String) - Method in class org.apache.geode.management.api.RealizationResult
for internal use only
setName(String) - Method in class org.apache.geode.management.configuration.DiskDir
 
setName(String) - Method in class org.apache.geode.management.configuration.DiskStore
 
setName(String) - Method in class org.apache.geode.management.configuration.Index
 
setName(String) - Method in class org.apache.geode.management.configuration.Region
 
setObjectSizer(ClassName) - Method in class org.apache.geode.management.configuration.Region.Eviction
 
setOffHeapMemorySize(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setOperator(String) - Method in class org.apache.geode.management.operation.RebalanceOperation
 
setOperator(String) - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
 
setPassword(String) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setPdxSerializer(ClassName) - Method in class org.apache.geode.management.configuration.Pdx
 
setPdxSerializer(String) - Method in class org.apache.geode.management.runtime.PdxInfo
 
setPort(int) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setPort(int) - Method in class org.apache.geode.management.client.ClusterManagementServiceBuilder
 
setPort(int) - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
setPort(int) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
setProcessId(int) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setQueueSize(Integer) - Method in class org.apache.geode.management.configuration.DiskStore
 
setReadSerialized(Boolean) - Method in class org.apache.geode.management.configuration.Pdx
Setting readSerialized to true causes any pdx deserialization to produce instances of org.apache.geode.pdx.PdxInstance interface in the geode-core module instead of a domain class instance.
setReadSerialized(boolean) - Method in class org.apache.geode.management.runtime.PdxInfo
 
setReassignPrimaries(boolean) - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
 
setRedundantCopies(Integer) - Method in class org.apache.geode.management.configuration.Region
 
setRegionPath(String) - Method in class org.apache.geode.management.configuration.Index
the regionPath can be in any of these forms, e.g.: 1.
setResult(EntityInfo<T, R>) - Method in class org.apache.geode.management.api.ClusterManagementGetResult
 
setResult(List<EntityInfo<T, R>>) - Method in class org.apache.geode.management.api.ClusterManagementListResult
 
setRunning(boolean) - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
setRunning(boolean) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
setRuntimeInfo(List<R>) - Method in class org.apache.geode.management.api.EntityGroupInfo
for internal use only
setSecured(boolean) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setSelf(String) - Method in class org.apache.geode.management.configuration.Links
 
setSenderCount(int) - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
setServer(boolean) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setServerBindAddress(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setSimulate(boolean) - Method in class org.apache.geode.management.operation.RebalanceOperation
true requests a "dry run" (no actual buckets will be moved) default is false
setSocketBufferSize(Integer) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the socket buffer size for socket buffers from the receiver to the sender.
setSslContext(SSLContext) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setStartPort(Integer) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the starting port
setStatArchiveFilePath(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setStatus(ClusterManagementResult.StatusCode, String) - Method in class org.apache.geode.management.api.ClusterManagementResult
for internal use only
setStatus(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setSuccess(boolean) - Method in class org.apache.geode.management.api.RealizationResult
for internal use only
setTimeInSeconds(Integer) - Method in class org.apache.geode.management.configuration.Region.Expiration
 
setTimeInterval(Long) - Method in class org.apache.geode.management.configuration.DiskStore
 
setType(Region.EvictionType) - Method in class org.apache.geode.management.configuration.Region.Eviction
once a type is set, it can not be changed to another value.
setType(Region.ExpirationType) - Method in class org.apache.geode.management.configuration.Region.Expiration
 
setType(RegionType) - Method in class org.apache.geode.management.configuration.Region
 
setUsername(String) - Method in class org.apache.geode.management.api.ConnectionConfig
 
setValueConstraint(String) - Method in class org.apache.geode.management.configuration.Region
 
setWebSSL(boolean) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setWorkingDirPath(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setWriteBufferSize(Integer) - Method in class org.apache.geode.management.configuration.DiskStore
 
start(A) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will launch a cluster management operation asynchronously.
submitMessage(T, CommandType) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Submit a message with a specific command.
submitMessage(T, CommandType) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
submitMessageForGet(T) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Submit a message with a specific command which returns a single result.
submitMessageForGet(T) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
submitMessageForGetOperation(A, String) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Submit a message for a specific command which returns a single operation in progress.
submitMessageForGetOperation(A, String) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
submitMessageForList(T) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Submit a message with a specific command which returns a list result.
submitMessageForList(T) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
submitMessageForListOperation(A) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Submit a message for a specific command which returns a list result of operations in progress.
submitMessageForListOperation(A) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 
submitMessageForStart(A) - Method in interface org.apache.geode.management.api.ClusterManagementServiceTransport
Submit a message to start a specific command.
submitMessageForStart(A) - Method in class org.apache.geode.management.api.RestTemplateClusterManagementServiceTransport
 

T

toString() - Method in class org.apache.geode.management.api.ClusterManagementGetResult
 
toString() - Method in class org.apache.geode.management.api.ClusterManagementRealizationResult
 
toString() - Method in class org.apache.geode.management.api.ClusterManagementResult
Returns the status code and message
toString() - Method in class org.apache.geode.management.api.EntityGroupInfo
 
toString() - Method in class org.apache.geode.management.api.EntityInfo
 
toString() - Method in class org.apache.geode.management.api.RealizationResult
 
toString() - Method in class org.apache.geode.management.configuration.Deployment
 
toString() - Method in class org.apache.geode.management.configuration.Region
 
toString() - Method in class org.apache.geode.management.operation.RestoreRedundancyRequest
 
toString() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 
toString() - Method in class org.apache.geode.management.runtime.RuntimeInfo
 
toString() - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 

U

update(T) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will update the element on all the applicable members in the cluster and persist the updated configuration in the cluster configuration if persistence is enabled.
URI_CONTEXT - Static variable in class org.apache.geode.management.configuration.Links
 
URI_VERSION - Static variable in class org.apache.geode.management.configuration.Links
 

V

valueOf(String) - Static method in enum org.apache.geode.management.api.ClusterManagementResult.StatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.api.CommandType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.configuration.IndexType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.configuration.Region.EvictionAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.configuration.Region.EvictionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.configuration.Region.ExpirationAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.configuration.Region.ExpirationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.configuration.RegionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.runtime.RegionRedundancyStatus.RedundancyStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.geode.management.runtime.RestoreRedundancyResults.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.geode.management.api.ClusterManagementResult.StatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.api.CommandType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.configuration.IndexType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.configuration.Region.EvictionAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.configuration.Region.EvictionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.configuration.Region.ExpirationAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.configuration.Region.ExpirationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.configuration.RegionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.runtime.RegionRedundancyStatus.RedundancyStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.geode.management.runtime.RestoreRedundancyResults.Status
Returns an array containing the constants of this enum type, in the order they are declared.

W

withPartition() - Method in enum org.apache.geode.management.configuration.RegionType
 
withPersistent() - Method in enum org.apache.geode.management.configuration.RegionType
 
withProxy() - Method in enum org.apache.geode.management.configuration.RegionType
 
withReplicate() - Method in enum org.apache.geode.management.configuration.RegionType
 
A C D E F G H I J L M O P R S T U V W 
Skip navigation links