Skip navigation links
A B C D E 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
 
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
 

B

build() - Method in interface org.apache.geode.management.client.ClusterManagementServiceBuilder.Builder
 
buildWithHostAddress() - Static method in class org.apache.geode.management.client.ClusterManagementServiceBuilder
 
buildWithRequestFactory() - Static method in class org.apache.geode.management.client.ClusterManagementServiceBuilder
 

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
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) - Constructor for exception org.apache.geode.management.api.ClusterManagementException
for internal use only
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
for internal use only
ClusterManagementGetResult(ClusterManagementListResult<T, R>) - Constructor for class org.apache.geode.management.api.ClusterManagementGetResult
for internal use only
ClusterManagementListOperationsResult<V extends OperationResult> - Class in org.apache.geode.management.api
ClusterManagementListOperationsResult(List<ClusterManagementOperationResult<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
for internal use only
ClusterManagementListResult(ClusterManagementResult.StatusCode, String) - Constructor for class org.apache.geode.management.api.ClusterManagementListResult
for internal use only
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<V extends OperationResult> - Class in org.apache.geode.management.api
This is normally returned by ClusterManagementService.start(ClusterManagementOperation) to convey status of launching the async operation, and if successful, the CompletableFuture to access the status, result, and start/end times of the async operation.
ClusterManagementOperationResult() - Constructor for class org.apache.geode.management.api.ClusterManagementOperationResult
for internal use only
ClusterManagementOperationResult(ClusterManagementResult, CompletableFuture<V>, Date, CompletableFuture<Date>, String, String) - 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
this is responsible for applying and persisting cache configuration changes on locators and/or servers.
ClusterManagementServiceBuilder - Class in org.apache.geode.management.client
this builder allows you to build a ClusterManagementService using host address or an HttpRequestFactory
ClusterManagementServiceBuilder() - Constructor for class org.apache.geode.management.client.ClusterManagementServiceBuilder
 
ClusterManagementServiceBuilder.Builder - Interface in org.apache.geode.management.client
 
ClusterManagementServiceBuilder.HttpRequestFactoryBuilder - Interface in org.apache.geode.management.client
 
ClusterManagementServiceBuilder.PlainBuilder - Interface in org.apache.geode.management.client
 
ConfigurationResult<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.
ConfigurationResult() - Constructor for class org.apache.geode.management.api.ConfigurationResult
for internal use only
ConfigurationResult(T) - Constructor for class org.apache.geode.management.api.ConfigurationResult
for internal use only
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.

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.

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.
equals(Object) - Method in class org.apache.geode.management.configuration.ClassName
 
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
 

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
getAction() - Method in class org.apache.geode.management.configuration.Region.Expiration
 
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
 
getConfigResult() - Method in class org.apache.geode.management.api.ClusterManagementGetResult
Returns only the static config portion of the result
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.ConfigurationResult
Returns the static portion of the configuration
getConnectedSenders() - Method in class org.apache.geode.management.runtime.GatewayReceiverInfo
 
getCpuUsage() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getDiskStoreName() - Method in class org.apache.geode.management.configuration.Pdx
 
getDiskStoreName() - Method in class org.apache.geode.management.configuration.Region
 
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
 
getEndPort() - Method in class org.apache.geode.management.configuration.GatewayReceiver
get the end port
getEntryCount() - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 
getExcludeRegions() - Method in class org.apache.geode.management.operation.RebalanceOperation
Returns the list of regions NOT to be rebalanced (iff RebalanceOperation.getIncludeRegions() is empty)
getExpirations() - Method in class org.apache.geode.management.configuration.Region
 
getExpression() - Method in class org.apache.geode.management.configuration.Index
 
getFutureOperationEnded() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the future time the async operation completed.
getFutureResult() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the future result of the async 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.runtime.MemberInformation
 
getHeapUsage() - Method in class org.apache.geode.management.runtime.MemberInformation
 
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
 
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.configuration.AbstractConfiguration
Returns the attribute of the configuration that uniquely identifies it
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
 
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)
getInitHeapSize() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getInitProperties() - Method in class org.apache.geode.management.configuration.ClassName
 
getKeyConstraint() - Method in class org.apache.geode.management.configuration.Region
 
getKeyIndex() - Method in class org.apache.geode.management.configuration.Index
 
getLinks() - Method in class org.apache.geode.management.api.ConfigurationResult
 
getLinks() - Method in class org.apache.geode.management.configuration.AbstractConfiguration
for internal usage only
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
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.
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.Index
 
getName() - Method in class org.apache.geode.management.configuration.Region
 
getOffHeapMemorySize() - Method in class org.apache.geode.management.runtime.MemberInformation
 
getOperationEnded() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the actual time the async operation completed, or null if not yet completed
getOperationId() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
returns the operation id started by this operation.
getOperationStart() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the time at which the async operation was requested
getOperator() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the user who initiated the async operation, if initiated externally and security is enabled
getPdxSerializer() - Method in class org.apache.geode.management.configuration.Pdx
 
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
 
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.runtime.RebalanceRegionResult
Returns the name of this region
getRegionPath() - Method in class org.apache.geode.management.configuration.Index
 
getResult() - Method in exception org.apache.geode.management.api.ClusterManagementException
for internal use only
getResult() - Method in class org.apache.geode.management.api.ClusterManagementGetResult
Returns the combined payload of the get call
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
Returns the combined payload of the list call
getResult() - Method in class org.apache.geode.management.api.ClusterManagementOperationResult
Returns the completed result of the async operation (blocks until complete, if necessary)
getRuntimeInfo() - Method in class org.apache.geode.management.api.ConfigurationResult
Returns the non-static information
getRuntimeResult() - Method in class org.apache.geode.management.api.ClusterManagementGetResult
Returns only the runtime information portion of the result
getRuntimeResult() - Method in class org.apache.geode.management.api.ClusterManagementListResult
Returns only the runtime information portion of the results
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.
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
 
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.RebalanceResult
May contain additional information special cases, for example when the rebalance operation "succeeds" only because there are no partitioned regions or only one server.
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
 
getType() - Method in class org.apache.geode.management.configuration.Region.Expiration
 
getType() - Method in class org.apache.geode.management.configuration.Region
 
getValueConstraint() - Method in class org.apache.geode.management.configuration.Region
 
getWorkingDirPath() - Method in class org.apache.geode.management.runtime.MemberInformation
 
GroupableConfiguration<R extends RuntimeInfo> - Class in org.apache.geode.management.configuration
 
GroupableConfiguration() - Constructor for class org.apache.geode.management.configuration.GroupableConfiguration
 

H

hashCode() - Method in class org.apache.geode.management.configuration.ClassName
 
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
 
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
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
 
isManualStart() - Method in class org.apache.geode.management.configuration.GatewayReceiver
is this gateway receiver manually started
isPersistent() - Method in class org.apache.geode.management.configuration.Pdx
 
isReadSerialized() - Method in class org.apache.geode.management.configuration.Pdx
 
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
marker interface for the final result 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
Configuration Objects for Pdx in the 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
 

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.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
 
RegionType - Enum in org.apache.geode.management.configuration
these are the region types supported by Cluster Management V2 API.
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.ExpirationAction) - Method in class org.apache.geode.management.configuration.Region.Expiration
 
setAuthToken(String) - Method in interface org.apache.geode.management.client.ClusterManagementServiceBuilder.PlainBuilder
If security-manager is enabled and auth-token-enabled-components includes "management", set the authToken to access the ClusterManagementService Note: if this is set, username/password will be ignored if set
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
 
setConfiguration(T) - Method in class org.apache.geode.management.api.ConfigurationResult
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
 
setCredentials(String, String) - Method in interface org.apache.geode.management.client.ClusterManagementServiceBuilder.PlainBuilder
if the cluster has SecurityManager enabled, set the credentials to access the ClusterManagementService
setDiskStoreName(String) - Method in class org.apache.geode.management.configuration.Pdx
 
setDiskStoreName(String) - Method in class org.apache.geode.management.configuration.Region
 
setEndPort(Integer) - Method in class org.apache.geode.management.configuration.GatewayReceiver
set the end port
setEntryCount(long) - Method in class org.apache.geode.management.runtime.RuntimeRegionInfo
 
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
setExpirations(List<Region.Expiration>) - Method in class org.apache.geode.management.configuration.Region
 
setExpression(String) - Method in class org.apache.geode.management.configuration.Index
 
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(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.runtime.MemberInformation
 
setHostAddress(String, int) - Method in interface org.apache.geode.management.client.ClusterManagementServiceBuilder.PlainBuilder
points to the locator address and http-service-port
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 interface org.apache.geode.management.client.ClusterManagementServiceBuilder.PlainBuilder
 
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.configuration.Member
 
setId(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setIgnoreUnreadFields(Boolean) - Method in class org.apache.geode.management.configuration.Pdx
 
setIncludeRegions(List<String>) - Method in class org.apache.geode.management.operation.RebalanceOperation
requests rebalance of the specified region(s) only.
setInitHeapSize(long) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setKeyConstraint(String) - Method in class org.apache.geode.management.configuration.Region
 
setKeyIndex(Boolean) - Method in class org.apache.geode.management.configuration.Index
 
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
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
 
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.Index
 
setName(String) - Method in class org.apache.geode.management.configuration.Region
 
setOffHeapMemorySize(String) - Method in class org.apache.geode.management.runtime.MemberInformation
 
setPdxSerializer(ClassName) - Method in class org.apache.geode.management.configuration.Pdx
 
setPersistent(Boolean) - Method in class org.apache.geode.management.configuration.Pdx
 
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
 
setReadSerialized(Boolean) - Method in class org.apache.geode.management.configuration.Pdx
 
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.
setRequestFactory(ClientHttpRequestFactory) - Method in interface org.apache.geode.management.client.ClusterManagementServiceBuilder.HttpRequestFactoryBuilder
 
setResult(ConfigurationResult<T, R>) - Method in class org.apache.geode.management.api.ClusterManagementGetResult
for internal use only
setResult(List<ConfigurationResult<T, R>>) - Method in class org.apache.geode.management.api.ClusterManagementListResult
for internal use only
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.ConfigurationResult
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 interface org.apache.geode.management.client.ClusterManagementServiceBuilder.PlainBuilder
if the web component is ssl-enabled, need to set an SSLContext to connect
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
 
setType(Region.ExpirationType) - Method in class org.apache.geode.management.configuration.Region.Expiration
 
setType(RegionType) - Method in class org.apache.geode.management.configuration.Region
 
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
 
start(A) - Method in interface org.apache.geode.management.api.ClusterManagementService
This method will launch a cluster management operation asynchronously.
statusCode - Variable in class org.apache.geode.management.api.ClusterManagementResult
 

T

toString() - Method in class org.apache.geode.management.api.ClusterManagementResult
Returns the status code and message
toString() - Method in class org.apache.geode.management.runtime.CacheServerInfo
 

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.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.
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.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.

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 B C D E G H I J L M O P R S T U V W 
Skip navigation links