GemFire 8.2.9
A B C D E F G H I J K L M N O P Q R S T U V W 

G

Gateway - Interface in com.gemstone.gemfire.cache.util
Deprecated.
as of GemFire 8.0. Use GatewaySender and GatewayReceiver instead
Gateway.Endpoint - Interface in com.gemstone.gemfire.cache.util
Deprecated.
An Endpoint represents a proxy to a remote host
Gateway.OrderPolicy - Enum in com.gemstone.gemfire.cache.util
Deprecated.
The order policy.
GATEWAY_CONNECTION_IDLE_TIMEOUT - Static variable in interface com.gemstone.gemfire.cache.wan.GatewaySender
 
GATEWAY_CONNECTION_READ_TIMEOUT_PROPERTY - Static variable in interface com.gemstone.gemfire.cache.wan.GatewaySender
The obsolete socket read timeout java system property.
GATEWAY_RECEIVER_CREATED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway receiver is created
The value of this type string is gemfire.distributedsystem.gateway.receiver.created.
GATEWAY_RECEIVER_ID - Static variable in interface com.gemstone.gemfire.management.cli.ConverterHint
 
GATEWAY_RECEIVER_STARTED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway receiver is started
The value of this type string is gemfire.distributedsystem.gateway.receiver.started.
GATEWAY_RECEIVER_STOPPED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway receiver is stopped
The value of this type string is gemfire.distributedsystem.gateway.receiver.stopped.
GATEWAY_SENDER_CREATED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway sender is created
The value of this type string is gemfire.distributedsystem.gateway.sender.created.
GATEWAY_SENDER_ID - Static variable in interface com.gemstone.gemfire.management.cli.ConverterHint
 
GATEWAY_SENDER_PAUSED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway sender is paused
The value of this type string is gemfire.distributedsystem.gateway.sender.paused.
GATEWAY_SENDER_RESUMED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway sender is resumed
The value of this type string is gemfire.distributedsystem.gateway.sender.resumed.
GATEWAY_SENDER_STARTED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway sender is started
The value of this type string is gemfire.distributedsystem.gateway.sender.started.
GATEWAY_SENDER_STOPPED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a gateway sender is stopped
The value of this type string is gemfire.distributedsystem.gateway.sender.stopped.
GATEWAY_SENDER_TIMEOUT - Static variable in interface com.gemstone.gemfire.cache.wan.GatewaySender
Time, in seconds, that we allow before a GatewaySender is considered dead and should be aborted
GatewayCancelledException - Exception in com.gemstone.gemfire.distributed
Thrown when a GemFire oplog has been terminated.
GatewayCancelledException() - Constructor for exception com.gemstone.gemfire.distributed.GatewayCancelledException
 
GatewayCancelledException(String, Throwable) - Constructor for exception com.gemstone.gemfire.distributed.GatewayCancelledException
 
GatewayCancelledException(Throwable) - Constructor for exception com.gemstone.gemfire.distributed.GatewayCancelledException
 
GatewayCancelledException(String) - Constructor for exception com.gemstone.gemfire.distributed.GatewayCancelledException
 
GatewayConfigurationException - Exception in com.gemstone.gemfire.cache
An exception indicating that a gateway configuration will not work with the remote side of the gateway's configuration.
GatewayConfigurationException() - Constructor for exception com.gemstone.gemfire.cache.GatewayConfigurationException
 
GatewayConfigurationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.GatewayConfigurationException
 
GatewayConfigurationException(String) - Constructor for exception com.gemstone.gemfire.cache.GatewayConfigurationException
 
GatewayConfigurationException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.GatewayConfigurationException
 
GatewayConflictHelper - Interface in com.gemstone.gemfire.cache.util
GatewayConflictHelper is used by an GatewayConflictResolver to decide what to do with an event received from another distributed system that is going to overwrite the current cache state.
GatewayConflictResolver - Interface in com.gemstone.gemfire.cache.util
GatewayConflictResolver is a Cache-level plugin that is called upon to decide what to do with events that originate in other systems and arrive through the WAN Gateway.
GatewayEvent - Interface in com.gemstone.gemfire.cache.util
Deprecated.
as of GemFire 8.0. Use GatewayQueueEvent instead
GatewayEventFilter - Interface in com.gemstone.gemfire.cache.wan
Callback for users to filter out events before dispatching to remote distributed system
GatewayEventListener - Interface in com.gemstone.gemfire.cache.util
Deprecated.
as of GemFire 8.0. Use AsyncEventListener instead
GatewayEventSubstitutionFilter<K,V> - Interface in com.gemstone.gemfire.cache.wan
Interface GatewayEventSubstitutionFilter provides a way to specify a substitute value to be stored in the GatewayQueueEvent and enqueued in the RegionQueue.
GatewayException - Exception in com.gemstone.gemfire.cache
An exception thrown by a Gateway.
GatewayException() - Constructor for exception com.gemstone.gemfire.cache.GatewayException
Constructor.
GatewayException(String) - Constructor for exception com.gemstone.gemfire.cache.GatewayException
Constructor.
GatewayException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.GatewayException
Constructor.
GatewayException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.GatewayException
Constructor.
GatewayHub - Interface in com.gemstone.gemfire.cache.util
Deprecated.
as of GemFire 8.0. Use GatewaySender and GatewayReceiver instead
GatewayQueueAttributes - Class in com.gemstone.gemfire.cache.util
Deprecated.
as of GemFire 8.0. Use GatewaySender instead
GatewayQueueAttributes() - Constructor for class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Default constructor.
GatewayQueueAttributes(String, int, int, int, boolean, boolean, boolean, int) - Constructor for class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
use GatewayQueueAttributes.GatewayQueueAttributes(String, int, int, int, boolean, boolean, int) to specify a disk store name, rather than a directory name.
GatewayQueueAttributes(String, int, int, int, boolean, boolean, int) - Constructor for class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Constructor.
GatewayQueueEvent<K,V> - Interface in com.gemstone.gemfire.cache.wan
Represents Cache events going through GatewaySenders.
GatewayReceiver - Interface in com.gemstone.gemfire.cache.wan
A GatewayReceiver that receives the events from a GatewaySender.
GatewayReceiverFactory - Interface in com.gemstone.gemfire.cache.wan
 
GatewayReceiverMXBean - Interface in com.gemstone.gemfire.management
MBean that provides access to information and management functionality for a GatewayReceiver.
GatewaySender - Interface in com.gemstone.gemfire.cache.wan
 
GatewaySenderFactory - Interface in com.gemstone.gemfire.cache.wan
Factory to create SerialGatewaySender
GatewaySenderMXBean - Interface in com.gemstone.gemfire.management
MBean that provides access to information and management functionality for a GatewaySender.
GatewayTransportFilter - Interface in com.gemstone.gemfire.cache.wan
 
GemFireCache - Interface in com.gemstone.gemfire.cache
GemFireCache represents the singleton cache that must be created in order to use GemFire in a Java virtual machine.
GemFireCacheException - Exception in com.gemstone.gemfire
An GemFireCacheException is used to wrap a CacheException.
GemFireCacheException(String, CacheException) - Constructor for exception com.gemstone.gemfire.GemFireCacheException
Creates a new GemFireCacheException.
GemFireCacheException(CacheException) - Constructor for exception com.gemstone.gemfire.GemFireCacheException
Creates a new GemFireCacheException.
GemFireCheckedException - Exception in com.gemstone.gemfire
This is the abstract superclass of exceptions that are thrown and declared.
GemFireCheckedException() - Constructor for exception com.gemstone.gemfire.GemFireCheckedException
Creates a new GemFireException with no detailed message.
GemFireCheckedException(String) - Constructor for exception com.gemstone.gemfire.GemFireCheckedException
Creates a new GemFireCheckedException with the given detail message.
GemFireCheckedException(String, Throwable) - Constructor for exception com.gemstone.gemfire.GemFireCheckedException
Creates a new GemFireException with the given detail message and cause.
GemFireCheckedException(Throwable) - Constructor for exception com.gemstone.gemfire.GemFireCheckedException
Creates a new GemFireCheckedException with the given cause and no detail message
GemFireConfigException - Exception in com.gemstone.gemfire
A GemFireConfigException is used for failures while processing a GemFire configuration XML file.
GemFireConfigException(String) - Constructor for exception com.gemstone.gemfire.GemFireConfigException
Creates a new GemFireConfigException.
GemFireConfigException(String, Throwable) - Constructor for exception com.gemstone.gemfire.GemFireConfigException
Creates a new GemFireConfigException.
GemFireException - Exception in com.gemstone.gemfire
This is the abstract superclass of exceptions that are thrown to indicate incorrect usage of GemFire.
GemFireException() - Constructor for exception com.gemstone.gemfire.GemFireException
Creates a new GemFireException with no detailed message.
GemFireException(String) - Constructor for exception com.gemstone.gemfire.GemFireException
Creates a new GemFireException with the given detail message.
GemFireException(String, Throwable) - Constructor for exception com.gemstone.gemfire.GemFireException
Creates a new GemFireException with the given detail message and cause.
GemFireException(Throwable) - Constructor for exception com.gemstone.gemfire.GemFireException
Creates a new GemFireException with the given cause and no detail message
GemFireHealth - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
GemFireHealth.Health - Class in com.gemstone.gemfire.admin
Deprecated.
An enumerated type for the health of GemFire.
GemFireHealthConfig - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
GemFireIOException - Exception in com.gemstone.gemfire
A GemFireIOException is thrown when a GemFire operation failure is caused by an IOException.
GemFireIOException(String, Throwable) - Constructor for exception com.gemstone.gemfire.GemFireIOException
Creates a new GemFireIOException.
GemFireIOException(String) - Constructor for exception com.gemstone.gemfire.GemFireIOException
 
GemFireMemberStatus - Class in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
GemFireMemberStatus() - Constructor for class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
GemFireMemberStatus(Cache) - Constructor for class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
GemFireMemcachedServer - Class in com.gemstone.gemfire.memcached
This is the Server that listens for incoming memcached client connections.
GemFireMemcachedServer(int) - Constructor for class com.gemstone.gemfire.memcached.GemFireMemcachedServer
Create an instance of the server. to start the server GemFireMemcachedServer.start() must be called.
GemFireMemcachedServer(String, int, GemFireMemcachedServer.Protocol) - Constructor for class com.gemstone.gemfire.memcached.GemFireMemcachedServer
Create an instance of the server. to start the server GemFireMemcachedServer.start() must be called.
GemFireMemcachedServer.Protocol - Enum in com.gemstone.gemfire.memcached
The protocol used by GemFireMemcachedServer
GemFireProperties - Class in com.gemstone.gemfire.management
Composite Data type to be used by member to depict gemfire properties in key value manner
GemFireProperties() - Constructor for class com.gemstone.gemfire.management.GemFireProperties
 
GemFireRethrowable - Error in com.gemstone.gemfire
This error is used by GemFire for internal purposes.
GemFireRethrowable() - Constructor for error com.gemstone.gemfire.GemFireRethrowable
Create a GemFireRethrowable.
GemFireRethrowable(String) - Constructor for error com.gemstone.gemfire.GemFireRethrowable
Create a GemFireRethrowable with the specified message.
GemFireSecurityException - Exception in com.gemstone.gemfire.security
The base class for all com.gemstone.gemfire.security related exceptions.
GemFireSecurityException(String) - Constructor for exception com.gemstone.gemfire.security.GemFireSecurityException
Constructs instance of SecurityException with error message.
GemFireSecurityException(String, Throwable) - Constructor for exception com.gemstone.gemfire.security.GemFireSecurityException
Constructs instance of SecurityException with error message and cause.
generateCancelledException(Throwable) - Method in class com.gemstone.gemfire.CancelCriterion
Template factory method for generating the exception to be thrown by CancelCriterion.checkCancelInProgress(Throwable).
get() - Static method in class com.gemstone.gemfire.cache.DynamicRegionFactory
Returns the DynamicRegionFactory singleton instance.
GET - Static variable in class com.gemstone.gemfire.cache.Operation
A 'value for key' operation.
GET - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
An entry get operation.
get(String) - Method in interface com.gemstone.gemfire.cache.query.Struct
Return the value associated with the given field name
get(Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns the value associated with the specified key.
get(Object, Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns the value associated with the specified key, passing the callback argument to any cache loaders or cache writers that are invoked in the operation.
get(Class<?>) - Static method in enum com.gemstone.gemfire.pdx.FieldType
Given a Class return the corresponding FieldType.
get(StatisticDescriptor) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the identified statistic.
get(String) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the named statistic.
GET_DURABLE_CQS - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
A get durable continuous query operation
GET_ENTRY - Static variable in class com.gemstone.gemfire.cache.Operation
A 'entry for key' operation.
GET_FOR_REGISTER_INTEREST - Static variable in class com.gemstone.gemfire.cache.Operation
A 'get for register interest' operation.
getAckSevereAlertThreshold() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the ack-severe-alert-threshold for the system
getAckSevereAlertThreshold() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getAckWaitThreshold() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the ack-wait-threshold for the system
getAckWaitThreshold() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getAction() - Method in class com.gemstone.gemfire.cache.EvictionAttributes
 
getAction() - Method in class com.gemstone.gemfire.cache.ExpirationAttributes
Returns the action that should take place when this value or region expires.
getAction() - Method in class com.gemstone.gemfire.management.EvictionAttributesData
Returns the action that will be taken on entries that are evicted.
getActiveCQCount() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the number of active (currently executing) CQs.
getActiveCQCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of active (currently executing) CQs for all cache servers.
getActualRedundancy() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the actual number of redundant copies available for buckets in this partitioned region.
getActualRedundantCopies() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the lowest number of redundant copies for any bucket holding data for the partitioned region.
getAdminMembers() - Method in interface com.gemstone.gemfire.cache.Cache
Returns a set of the administrative members in the distributed system.
getAgent(AgentConfig) - Static method in class com.gemstone.gemfire.admin.jmx.AgentFactory
Deprecated.
Creates an unstarted GemFire JMX administration agent with the given configuration.
getAgentSSLCiphers() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the SSL ciphers used when connecting to the JMX agent.
getAgentSSLProtocols() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the SSL protocols used when connecting to the JMX agent.
getAlertLevel() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns the lowest level of alerts that should be delivered to the AlertListeners registered on this AdminDistributedSystem.
getAlertLevel() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the minimum level set for alerts to be delivered to listeners.
getAlertLevelAsString() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns the lowest level of alerts that should be delivered to the AlertListeners registered on this AdminDistributedSystem.
getAlertThreshold() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Returns the alert threshold for entries in a Gateway's queue.
getAlertThreshold() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the alert threshold in milliseconds for entries in a GatewaySender's queue.
getAlertThreshold() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the alert threshold for entries in a GatewaySender's queue.The default value is 0 milliseconds in which case no alert will be logged if events are delayed in Queue.
getAlgorithm() - Method in class com.gemstone.gemfire.cache.EvictionAttributes
The algorithm is used to identify entries that will be evicted.
getAlgorithm() - Method in class com.gemstone.gemfire.management.EvictionAttributesData
Returns the algorithm (policy) used to determine which entries will be evicted.
getAll() - Static method in class com.gemstone.gemfire.cache.client.PoolManager
Returns a map containing all the pools in this manager.
getAll(Collection<?>) - Method in interface com.gemstone.gemfire.cache.Region
Gets values for all the keys in the input Collection.
getAll(Collection<T>, Object) - Method in interface com.gemstone.gemfire.cache.Region
Gets and returns values for all the keys in the input Collection.
getAllClientSessions() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns a set of all ClientSessions
getAllClientSessions() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns a set of all ClientSessions
getAllDurableCqsFromServer() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Retrieves all the durable CQs registered by the client calling this method.
getAllGatewaysLock() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Return a mutex to lock when iterating over the list of gateways
getAllMembersForKey(Region<K, V>, K) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Get all potential owners for a key.
getAllOtherMembers() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns a set of all the other members in this distributed system.
getAllowForceCompaction() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns true if manual compaction of disk files is allowed on this region.
getAllServerLocatorsInfo() - Method in class com.gemstone.gemfire.distributed.Locator
 
getAnyInstance() - Static method in class com.gemstone.gemfire.cache.CacheFactory
Gets an arbitrary open instance of Cache produced by an earlier call to CacheFactory.create().
getAnyInstance() - Static method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Gets an arbitrary open instance of ClientCache produced by an earlier call to ClientCacheFactory.create().
getArch() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the hardware architecture.
getArchiveDiskSpaceLimit() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getArchiveFileSizeLimit() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getArgument() - Method in interface com.gemstone.gemfire.cache.LoaderHelper
Return the argument object for the load method that was passed in from application code.
getArguments() - Method in interface com.gemstone.gemfire.cache.execute.FunctionContext
Returns the arguments provided to this function execution.
getArguments() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
getAssignBuckets() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Determines whether buckets should be assigned to partitioned regions in the cache upon Server start.
getAsyncDistributionTimeout() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getAsyncEventListener() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
The AsyncEventListener that is attached to the queue.
getAsyncEventListener() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the class name of the AsyncEventListener that is attached to the queue.
getAsyncEventQueue(String) - Method in interface com.gemstone.gemfire.cache.Cache
Returns the AsyncEventQueue with the given id added to this Cache.
getAsyncEventQueueIds() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns a set of AsyncEventQueueIds added to the region
getAsyncEventQueueMBeanName(DistributedMember, String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the AsyncEventQueueMBean representing a asynchronous queue.
getAsyncEventQueues() - Method in interface com.gemstone.gemfire.cache.Cache
Returns all AsyncEventQueues for this Cache
getAsyncMaxQueueSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getAsyncQueueTimeout() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getAttachCount() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the number of attaches that have not yet called detach.
getAttributes() - Method in interface com.gemstone.gemfire.cache.Region
Returns the RegionAttributes for this region.
getAttributesMutator() - Method in interface com.gemstone.gemfire.cache.Region
Returns a mutator object used for modifying this region's attributes after region creation.
getAutoCompact() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns true if the disk files are to be automatically compacted.
getAutoConnect() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns whether or not the JMX agent will automatically connect to the distributed system it administers.
getAvailableProcessors() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the number of available processors.
getAverageBatchProcessingTime() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the average batch processing time (in milliseconds).
getAverageDistributionTimePerBatch() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the average time taken to send a batch of events.
getAverageReads() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the average number of read requests per second.
getAverageReads() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the average number of reads per second for all members.
getAverageReads() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average number of reads per second.
getAverageReads() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the average number of read requests per second.
getAverageWrites() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the average number of write requests per second.
getAverageWrites() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the average writes per second, including both put and putAll operations, for all members.
getAverageWrites() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average writes per second, including both put and putAll operations.
getAverageWrites() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the average number of write requests per second.
getAvgBucketSize() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the average number of entries in bucket.
getAvgBucketSize() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Deprecated.
This attribute is removed from 8.0 for being incorrect and impacting performance.
getBackedUpDiskStores() - Method in interface com.gemstone.gemfire.admin.BackupStatus
Deprecated.
Returns a map of disk stores that were successfully backed up.
getBackedUpDiskStores() - Method in class com.gemstone.gemfire.management.DiskBackupStatus
Returns a map of member names/IDs and the PersistentID of the disk stores that were backed up.
getBaseOperation() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the operation on the base region that triggered this event.
getBatchConflation() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Answers whether to enable batch conflation for a Gateway's queue.
getBatchesDispatchedRate() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the average number of batches sent per second.
getBatchSize() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Represents the size of a batch that gets delivered over the AsyncEventQueue.
getBatchSize() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Answers the batch size for a Gateway's queue.
getBatchSize() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the batch size for this GatewaySender.
getBatchSize() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the size of a batch that gets delivered over the AsyncEventQueue.
getBatchSize() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the size of a batch that gets delivered by the GatewaySender.
getBatchTimeInterval() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Represents the maximum time interval that can elapse before a batch is sent from AsyncEventQueue.
getBatchTimeInterval() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Answers the batch time interval for a Gateway's queue.
getBatchTimeInterval() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the batch time interval for this GatewaySender.
getBatchTimeInterval() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the interval between transmissions by the AsyncEventQueue.
getBatchTimeInterval() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the interval between transmissions by the GatewaySender.
getBindAddress() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the IP address to which the distributed system's server sockets are bound.
getBindAddress() - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Deprecated.
Returns the address to which the distribution locator's port is (or will be) bound.
getBindAddress() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getBindAddress() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns a string representing the ip address or host name that this server will listen on.
getBindAddress() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns a string representing the ip address or host name that this server will listen on.
getBindAddress() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns a string representing the ip address or host name that this cache server will listen on.
getBindAddress() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns a string representing the ip address or host name that this server will listen on.
getBindAddress() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns a string representing the ip address or host name that this GatewayHub will listen on.
getBindAddress() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns a string representing the ip address or host name that this server will listen on.
getBindAddress() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the IP address to which this locator's listening socket is bound.
getBindAddress() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the IP address to which the Locator has bound itself listening for client requests.
getBindAddress() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the IP address of the NIC to which the Locator has bound itself listening for client requests.
getBindAddress() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns a string representing the IP address or host name that this CacheServer will listen on.
getBindAddress() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the bind address on the host.
getBindAddress() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getBindAddress() - Method in interface com.gemstone.gemfire.management.LocatorMXBean
Returns a string representing the IP address or host name that this Locator will listen on.
getBridgeLoader() - Method in class com.gemstone.gemfire.cache.util.BridgeClient
Deprecated.
Return the internally maintained BridgeLoader
getBridgeMembershipListeners() - Static method in class com.gemstone.gemfire.cache.util.BridgeMembership
Deprecated.
Returns an array of all the currently registered BridgeMembershipListeners.
getBridgeServers() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
getBridgeServers() - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of 5.7 use Cache.getCacheServers() instead.
getBridgeWriter() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Returns the BridgeWriter associated with the dynamic region factory.
getBucketCount() - Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
Returns the number of buckets hosted within the member's partition space for the partitioned region.
getBucketCount() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of buckets on this member.
getBucketCount() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of buckets on this member.
getBucketCreateBytes() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the size, in bytes, of all of the buckets that were created as part of the rebalance operation.
getBucketCreatesCompleted() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the number of buckets created during the rebalance operation.
getBucketCreateTime() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the time, in milliseconds, taken to create buckets for this region.
getBucketRemoveBytes() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the size, in bytes, of all of the buckets that were removed as part of the rebalance operation.
getBucketRemovesCompleted() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the number of buckets removed during the rebalance operation.
getBucketRemoveTime() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the time, in milliseconds, taken to remove buckets for this region.
getBucketTransferBytes() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the size, in bytes, of buckets that were transferred for this region.
getBucketTransfersCompleted() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the number of buckets transferred for this region.
getBucketTransferTime() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the amount of time, in milliseconds, it took to transfer buckets for this region.
getBytesReceivedRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average number of bytes per second received.
getBytesReceivedRate() - Method in class com.gemstone.gemfire.management.NetworkMetrics
Returns the average number of bytes per second received.
getBytesSentRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average number of bytes per second sent.
getBytesSentRate() - Method in class com.gemstone.gemfire.management.NetworkMetrics
Returns the average number of bytes per second sent.
getBytesThreshold() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Deprecated.
as of 6.5 use DiskStore.getQueueSize() instead.
getCache() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Returns an object that provides admin access to this member's cache.
getCache() - Method in exception com.gemstone.gemfire.cache.CacheExistsException
Returns the Cache that already exists.
getCache() - Method in interface com.gemstone.gemfire.cache.Region
Deprecated.
as of 6.5 use Region.getRegionService() instead.
getCache() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Gets the Cache for this transaction event
getCache() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns this GatewayHub's GemFire cache
getCacheException() - Method in exception com.gemstone.gemfire.GemFireCacheException
Gets the wrapped CacheException
getCacheListener() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
as of 6.0 use getCacheListeners() instead
getCacheListener() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of GemFire 5.0, use RegionAttributes.getCacheListeners() instead
getCacheListenerCallsAvgLatency() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the average latency of a call to a CacheListener.
getCacheListenerCallsAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average latency of a call to a CacheListener.
getCacheListenerCallsAvgLatency() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the average latency of a call to a CacheListener in nanoseconds.
getCacheListeners() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
This method will return an empty array if there are no CacheListeners defined on the region.
getCacheListeners() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns an array of all the cache listeners on this attributes.
getCacheListeners() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns a list of CacheListeners for the Region.
getCacheLoader() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns a description of any CacheLoader associated with this region.
getCacheLoader() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the cache loader associated with this region.
getCacheLoaderClassName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the Class of cache loader associated with this region.
getCacheServerConfigs() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
getCacheServerMBeanName(int, DistributedMember) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the CacheServerMBean representing a cache server.
getCacheServers() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
getCacheServers(String) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns all the cache server members of the distributed system which are hosting a client queue for the particular durable-client having the given durableClientId
getCacheServers() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Returns the cache servers that run in this member's VM.
getCacheServers() - Method in interface com.gemstone.gemfire.cache.Cache
Returns a collection of all of the CacheServers that can serve the contents of this Cache to clients.
getCacheTransactionManager() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Get the CacheTransactionManager instance for this Cache.
getCacheVmConfigs() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns an array of configurations for statically known CacheVms.
getCacheVms() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns all of the dedicated cache server vm members of the distributed system.
getCacheWriter() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns a description of any CacheWriter associated with this region.
getCacheWriter() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the cache writer associated with this region.
getCacheWriterCallsAvgLatency() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the average latency of a call to a CacheWriter.
getCacheWriterCallsAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average latency of a call to a CacheWriter.
getCacheWriterCallsAvgLatency() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the average latency of a call to a CacheWriter in nanoseconds.
getCacheWriterClassName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the Class of the cache writer associated with this region.
getCacheXMLFile() - Method in interface com.gemstone.gemfire.admin.CacheServerConfig
Deprecated.
Returns the cache.xml declarative caching initialization file used to configure this cache server VM.
getCacheXMLFile() - Method in interface com.gemstone.gemfire.admin.CacheVmConfig
Deprecated.
Returns the cache.xml declarative caching initialization file used to configure this cache server VM.
getCacheXMLFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getCallbackArg() - Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
Get the callback argument object for this operation.
getCallbackArg() - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Get the callback argument object for this operation.
getCallbackArg() - Method in class com.gemstone.gemfire.cache.operations.RegionOperationContext
Get the callback argument object for this operation.
getCallbackArg() - Method in class com.gemstone.gemfire.cache.operations.RemoveAllOperationContext
Get the callback argument object for this operation.
getCallbackArgument() - Method in interface com.gemstone.gemfire.cache.CacheEvent
Returns the callbackArgument passed to the method that generated this event.
getCallbackArgument() - Method in interface com.gemstone.gemfire.cache.EntryOperation
Returns the callbackArgument passed to the method that generated this event.
getCallbackArgument() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the callbackArgument associated with this event.
getCallbackArgument() - Method in interface com.gemstone.gemfire.cache.wan.GatewayQueueEvent
Returns the callbackArgument associated with this event.
getCancelCriterion() - Method in interface com.gemstone.gemfire.cache.RegionService
the cancellation criterion for this service
getCancelCriterion() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the CancelCriterion for this GatewayHub.
getCancelCriterion() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
 
getCanonicalizedFromClause() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the canonicalized fromClause for this index.
getCanonicalizedIndexedExpression() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the canonicalized indexedExpression for this index.
getCanonicalizedProjectionAttributes() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the canonicalized projectionAttributes for this expression.
getCapacity() - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Returns the capacity of the client queue.
getCapacity() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the capacity (in megabytes) of the client queue.
getClassName() - Method in interface com.gemstone.gemfire.pdx.PdxInstance
Return the full name of the class that this pdx instance represents.
getClassPath() - Method in interface com.gemstone.gemfire.admin.CacheServerConfig
Deprecated.
Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.
getClassPath() - Method in interface com.gemstone.gemfire.admin.CacheVmConfig
Deprecated.
Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.
getClasspath() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the Java classpath used when launching the GemFire service.
getClassPath() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the ClassPath.
getClientConflation() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClientConnectionCount() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the number of sockets accepted and used for client to server messaging.
getClientConnectionCount() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the number of sockets accepted and used for client to server messaging.
getClientCount() - Method in interface com.gemstone.gemfire.cache.server.ServerMetrics
Get the number of clients connected to this bridge server.
getClientCQCount() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
getClientHealthStats() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getClientHealthStats(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
For internal use only
getClientHostName(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getClientId() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the ID of the client.
getClientId() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getClientIds() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns a list of IDs for all connected clients.
getClientMembershipListeners() - Static method in class com.gemstone.gemfire.management.membership.ClientMembership
Returns an array of all the currently registered ClientMembershipListeners.
getClientNotificationAvgLatency() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the average latency for processing client notifications.
getClientNotificationRate() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the rate of client notifications.
getClientQueueSize(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getClientQueueSizes() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getClientSession() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns the ClientSession that initiated this event
getClientSession(DistributedMember) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the ClientSession associated with the DistributedMember
getClientSession(String) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the ClientSession associated with the durable client id
getClientSession(DistributedMember) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the ClientSession associated with the DistributedMember
getClientSession(String) - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the ClientSession associated with the durable client id
getClientSubscriptionConfig() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Get the ClientSubscriptionConfig for this cache server.
getClientSubscriptionConfig() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Get the ClientSubscriptionConfig for this cache server.
getCloningEnabled() - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Returns whether or not cloning is enabled on region
getCloningEnabled() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether or not cloning is enabled on region.
getClusterSSLCiphers() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClusterSSLKeyStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClusterSSLKeyStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClusterSSLKeyStoreType() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClusterSSLProtocols() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClusterSSLTrustStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getClusterSSLTrustStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getCode() - Method in enum com.gemstone.gemfire.management.cli.Result.Status
Returns the code associated with this state.
getCollectionType() - Method in interface com.gemstone.gemfire.cache.query.SelectResults
Return the ObjectType for the type of collection this represents.
getColocatedRegions(Region<?, ?>) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a partitioned Region, return a map of colocated Regions.
getColocatedWith() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the full path of the partitioned region that this region has been configured to be colocated with or null if it is not colocated.
getColocatedWith() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns name of the colocated PartitionedRegion's name
getColocatedWith() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the name of the PartitionedRegion that this PartitionedRegion is colocated with.
getCommand() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the Locator launcher command used during the invocation of the LocatorLauncher.
getCommand() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Get the Locator launcher command used to invoke the Locator.
getCommand() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the Server launcher command used during the invocation of the ServerLauncher.
getCommand() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Get the Server launcher command used to invoke the Server.
getCommandString() - Method in interface com.gemstone.gemfire.management.cli.CommandStatement
Returns the user specified command string.
getCommittedMemory() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the current number of megabytes of memory allocated.
getCommittedVirtualMemorySize() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the current number of megabytes of memory allocated.
getCompactionThreshold() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the threshold at which an oplog will become compactable.
getCompactionThreshold() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the threshold at which an op-log may be compacted.
getCompressor() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the compressor used by this region's entry values.
getCompressorClassName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the compressor class name used by the region.
getConcurrencyChecksEnabled() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns whether or not conflicting concurrent operations on this region are prevented
getConcurrencyChecksEnabled() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns true if concurrent update checks are turned on for this region.
getConcurrencyLevel() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the ConcurrencyLevel in this region's attributes.
getConcurrencyLevel() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the concurrencyLevel of the entries map.
getConcurrencyLevel() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the concurrency level (number of parallel threads) processing GatewayEvents
getConcurrencyLevel() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the concurrency level for entries in the Region.
getConfig() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns this system's configuration .
getConfig() - Method in interface com.gemstone.gemfire.admin.CacheServer
Deprecated.
as of 5.7 use CacheVm.getVmConfig() instead.
getConfig() - Method in interface com.gemstone.gemfire.admin.DistributionLocator
Deprecated.
Returns the configuration object for this distribution locator.
getConfig() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Returns the configuration object for this JMX Agent.
getConfig() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
Returns the configuration for this factory.
getConfig() - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
Return a Properties object with a representation of the current config.
getConfigFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getConfiguration() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Gets the configuration parameters for this member.
getConfiguredBucketCount() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the configured number of buckets for the partitioned region.
getConfiguredMaxMemory() - Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
Returns the max memory in bytes that the member was configured to provide for storage of data for the partitioned region.
getConfiguredRedundancy() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of redundant copies configured for this partitioned region.Only applicable for partitioned regions.
getConfiguredRedundantCopies() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the number of redundant copies the partitioned region was configured for.
getConnectedClients() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getConnectedGatewaySenders() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns a list of the host and port information for gateway senders connected to this gateway receiver.
getConnectedIncomingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getConnectedOutgoingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getConnectedPeers() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getConnectedServers() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getConnection() - Method in interface com.gemstone.gemfire.ra.GFConnectionFactory
 
getConnectionCount() - Method in interface com.gemstone.gemfire.cache.server.ServerMetrics
Get the number of open connections for this bridge server.
getConnectionLoad() - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Get the load on the server due to client to server connections.
getConnectionLoad() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the load from client to server connections as reported by the load probe installed in this server.
getConnectionLoad() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the load from client to server connections as reported by the load probe installed in this server.
getConnectionLoad() - Method in class com.gemstone.gemfire.management.ServerLoadData
Returns the load on the server due to client to server connections.
getConnectionName() - Method in interface com.gemstone.gemfire.admin.Alert
Deprecated.
The name of the distributed system) through which the alert was issued.
getConnectionProxy() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Returns the ConnectionProxy associated with this BridgeLoader.
getConnectionProxy() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the ConnectionProxy associated with this BridgeWriter.
getConnectionThreads() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the current number of threads handling a client connection.
getConnectionThreads() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the current number of threads handling a client connection.
getContext() - Method in class com.gemstone.gemfire.DataSerializer
For internal use only.
getContext() - Method in class com.gemstone.gemfire.Instantiator
Returns the context of this Instantiator.
getContinuousQueryList() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns a list of names for all registered CQs.
getCopyOnRead() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Indicates whether the "copy on read" is enabled for this cache.
getCorrespondingCreateOp() - Method in class com.gemstone.gemfire.cache.Operation
Returns the create operation that corresponds to this operation.
getCorrespondingUpdateOp() - Method in class com.gemstone.gemfire.cache.Operation
Returns the update operation that corresponds to this operation.
getCount() - Method in interface com.gemstone.gemfire.distributed.Role
Returns the count of members currently filling this role.
getCpus() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the number of CPUs available to the client.
getCpuUsage() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the time (as a percentage) that this member's process time with respect to Statistics sample time interval.
getCq() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the CqQuery object of this event.
getCq(String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Retrieves the Continuous Query specified by the name.
getCqAttributes() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get CqAttributes for this CQ.
getCqAttributesMutator() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get CqAttributesMutator for this CQ.
getCqListener() - Method in interface com.gemstone.gemfire.cache.query.CqAttributes
Get the CqListener set with the CQ.
getCqListeners() - Method in interface com.gemstone.gemfire.cache.query.CqAttributes
Get the CqListeners set with the CQ.
getCqs() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Retrieve all registered Continuous Queries.
getCqs(String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Retrieves all the registered Continuous Queries for a given region.
getCqStatistics() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Returns CqServiceStatistics object, which provides helper methods to get CQ service related statistics for this client.
getCreatedBucketCount() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the number of actual buckets that have been created to hold data for the partitioned region.
getCreateEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated.
as of GemFire 5.0, use TransactionEvent.getEvents() instead
getCreateRequestsRate() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the rate of create requests received.
getCreatesRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of creates per second.
getCreatesRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of creates per second.
getCreatesRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of creates per second.
getCreationTime() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the creation timestamp in milliseconds.
getCredentials(Properties, DistributedMember, boolean) - Method in interface com.gemstone.gemfire.security.AuthInitialize
Initialize with the given set of security properties and return the credentials for the peer/client as properties.
getCriticalHeapPercentage() - Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Get the percentage of heap at or above which the cache is considered in danger of becoming inoperable.
getCriticalHeapPercentage() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getCriticalHeapPercentage() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getCriticalMembers() - Method in exception com.gemstone.gemfire.cache.LowMemoryException
Get a read-only set of members in a critical state at the time this exception was constructed.
getCurrentClients() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the number of client virtual machines connected.
getCurrentHeapSize() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Deprecated.
Please use MemberMXBean.getUsedMemory() instead.
getCurrentServers() - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Returns a set of the servers to which this client is currently connected.
getCurrentTime() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the current time on the member's host.
getCustomEntryIdleTimeout() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
string describing the CustomExpiry for entry-idle-timeout
getCustomEntryIdleTimeout() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the idleTimeout CustomExpiry, if any for entries in this region
getCustomEntryIdleTimeout() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the custom idle timeout expiration for entries in the Region, if one exists.
getCustomEntryTimeToLive() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
string describing the CustomExpiry for entry-time-to-live
getCustomEntryTimeToLive() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the entryTimeToLive CustomExpiry, if any for entries in this region
getCustomEntryTimeToLive() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the custom time to live expiration for entries in the Region, if one exists.
getDataPolicy() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the DataPolicy in this region's attributes.
getDataPolicy() - Method in class com.gemstone.gemfire.cache.MirrorType
Deprecated.
Returns the DataPolicy that corresponds to this mirror type.
getDataPolicy() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the data policy for this region.
getDataPolicy() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the data policy.
getDataSet() - Method in interface com.gemstone.gemfire.cache.execute.RegionFunctionContext
Returns the reference to the Region on which the function is executed
getDate() - Method in interface com.gemstone.gemfire.admin.Alert
Deprecated.
The time at which the alert was issued
getDebug() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Determines whether the new instance of the LocatorLauncher will be set to debug mode.
getDebug() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Determines whether the new instance of the ServerLauncher will be set to debug mode.
getDefaultBytes() - Method in enum com.gemstone.gemfire.pdx.FieldType
Returns a ByteBuffer that contains the serialized encoding of this type's default value.
getDefaultGemFireHealthConfig() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Returns the GemFireHealthConfig for GemFire components whose configurations are not overridden on a per-host basis.
getDefaultInstance() - Static method in class com.gemstone.gemfire.compression.SnappyCompressor
Get the single, default instance of the SnappyCompressor.
getDefaultPool() - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Returns the default server pool.
getDefaultValue() - Method in enum com.gemstone.gemfire.pdx.FieldType
 
getDeltaValue() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the delta modification.
getDepartureCorrelationWindow() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getDescription() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Deprecated.
Gets the full description of this configuration parameter
getDescription() - Method in interface com.gemstone.gemfire.admin.Statistic
Deprecated.
Gets the full description of this statistic.
getDescription() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Deprecated.
Gets the full description of this resource.
getDescription() - Method in enum com.gemstone.gemfire.distributed.AbstractLauncher.Status
Gets the description of the Status enum type.
getDescription() - Method in interface com.gemstone.gemfire.StatisticDescriptor
Returns a description of this statistic
getDescription() - Method in interface com.gemstone.gemfire.StatisticsType
Returns a description of this statistics type
getDeserializationAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average time (in nanoseconds) spent deserializing objects.
getDeserializationLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average latency (in nanoseconds) spent deserializing objects.
getDeserializationRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the instantaneous rate of deserializing objects.
getDeserializedValue() - Method in interface com.gemstone.gemfire.cache.SerializedCacheValue
Returns the deserialized object for this cache value.
getDeserializedValue() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the deserialized value associated with this event.
getDeserializedValue() - Method in interface com.gemstone.gemfire.cache.wan.GatewayQueueEvent
Returns the deserialized value associated with this event.
getDestroyEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated.
as of GemFire 5.0, use TransactionEvent.getEvents() instead
getDestroyRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of destroys per second.
getDestroyRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of destroys per second.
getDestroyRequestsRate() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the rate of destroy requests received.
getDestroysRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of destroys per second.
getDiagnosis() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Returns a message that provides a description of the cause of a component's ill health.
getDirectory() - Method in interface com.gemstone.gemfire.cache.persistence.PersistentID
The directory which the persistent data was last residing in.
getDirectory() - Method in class com.gemstone.gemfire.management.PersistentMemberDetails
Returns the directory in which the DiskStore is saved.
getDisableAutoReconnect() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns true if auto reconnect is disabled
getDisableDefaultServer() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Determines whether a default cache server will be added when the GemFire Server comes online.
getDisableTcp() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the disable-tcp property for the system.
getDiskDir() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Returns the disk directory that the dynamic region factory data will be written to.
getDiskDirectories() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the path of the directories to which the region's data will be written.
getDiskDirectory() - Method in class com.gemstone.gemfire.management.DiskBackupResult
Returns the name of the directory where the files for this backup were written.
getDiskDirs() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the directories to which the region's data are written.
getDiskDirs() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the directories to which the region's data are written.
getDiskDirs() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of 6.5 use DiskStore.getDiskDirs() instead.
getDiskDirSizes() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the sizes of the disk directories in megabytes
getDiskDirSizes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of 6.5 use DiskStore.getDiskDirSizes() instead.
getDiskFlushAvgLatency() - Method in class com.gemstone.gemfire.management.DiskMetrics
Returns the flush time average latency.
getDiskFlushAvgLatency() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the average disk flush latency time.
getDiskFlushAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average disk flush latency time in nanoseconds.
getDiskReadsAverageLatency() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Deprecated.
See corresponding DiskStores latency to get the latency.
getDiskReadsAvgLatency() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the disk reads average latency in nanoseconds.
getDiskReadsRate() - Method in class com.gemstone.gemfire.management.DiskMetrics
Returns the average number of disk reads per second.
getDiskReadsRate() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the average latency of disk reads in nanoseconds Its the average latency required to read a byte from disk.
getDiskReadsRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of entries per second for all disks.
getDiskReadsRate() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the average number of disk reads per second across all distributed members.
getDiskReadsRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of bytes reads per second from all the disks of the member.
getDiskReadsRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of entries reads per second from disk.
getDiskStoreId() - Method in class com.gemstone.gemfire.management.PersistentMemberDetails
Returns the ID of the DiskStore.
getDiskStoreMBeanName(DistributedMember, String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the DiskStoreMBean representing a disk store.
getDiskStoreName() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
The Disk store that is required for overflow and persistence
getDiskStoreName() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the name of the DiskStore that this region belongs to, if any.
getDiskStoreName() - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
get the diskStoreName for overflow
getDiskStoreName() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Gets the disk store name for overflow
getDiskStoreName() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Gets the disk store name for overflow or persistence.
getDiskStoreName() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the name of the disk store that is used for persistence.
getDiskStoreName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the name of the DiskStore associated with the Region.
getDiskStores() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns a list of all disk stores, including those owned by a Region.
getDiskStoreUUID() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the universally unique identifier for the Disk Store across the GemFire distributed system.
getDiskTaskWaiting() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Deprecated. 
getDiskTaskWaiting() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Deprecated. 
getDiskUsage() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the total number of bytes used by all disks.
getDiskUsage() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the total number of bytes stored in disk for this region.
getDiskUsageCriticalPercentage() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the critical threshold for disk usage as a percentage of the total disk volume.
getDiskUsageCriticalPercentage() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the critical threshold for disk usage as a percentage of the total disk volume.
getDiskUsageWarningPercentage() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the warning threshold for disk usage as a percentage of the total disk volume.
getDiskUsageWarningPercentage() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the warning threshold for disk usage as a percentage of the total disk volume.
getDiskWriteAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the DiskWriteAttributes that configure how the region is written to disk.
getDiskWriteAttributes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
getDiskWritesAverageLatency() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Deprecated.
See corresponding DiskStores latency to get the latency.
getDiskWritesAvgLatency() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the disk writes average latency in nanoseconds.
getDiskWritesRate() - Method in class com.gemstone.gemfire.management.DiskMetrics
Returns the average number of disk writes per second.
getDiskWritesRate() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the average latency of disk writes in nanoseconds.
getDiskWritesRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of entries per second for all disks.
getDiskWritesRate() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the average number of disk writes per second across all distributed members.
getDiskWritesRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of bytes written per second to disk to all the disks of the member.
getDiskWritesRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of entries written per second to disk.
getDispatcherThreads() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Returns the number of dispatcher threads working for this AsyncEventQueue.
getDispatcherThreads() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the number of dispatcher threads working for this GatewaySender.
getDispatcherThreads() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the number of dispatcher threads working for this AsyncEventQueue.
getDispatcherThreads() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the number of dispatcher threads working for this GatewaySender.
getDistributedLock(Object) - Method in interface com.gemstone.gemfire.cache.Region
For Scope.GLOBAL regions, gets a distributed lock on the entry with the specified key.
getDistributedLockServiceMBeanName(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the DistributedLockServiceMBean representing a lock service.
getDistributedLockServiceMXBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a LockServiceMXBean for managing and monitoring a lock service from a system wide perspective.
getDistributedMember() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Returns the DistributedMember that represents this system member.
getDistributedMember() - Method in interface com.gemstone.gemfire.admin.SystemMembershipEvent
Deprecated.
Returns the DistributedMember that this event originated in.
getDistributedMember() - Method in interface com.gemstone.gemfire.cache.CacheEvent
Returns the DistributedMember that this event originated in.
getDistributedMember() - Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
Identifies the member for which these details pertain to.
getDistributedMember() - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
Deprecated.
 
getDistributedMember() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the DistributedMember that identifies this connection to the distributed system.
getDistributedMember() - Method in interface com.gemstone.gemfire.management.membership.MembershipEvent
Returns the DistributedMember that this event originated in.
getDistributedMember() - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
 
getDistributedRegionMBeanName(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the DistributedRegionMBean representing a region.
getDistributedRegionMXBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a DistributedRegionMXBean for managing and monitoring a region from a system wide perspective.
getDistributedSystem(DistributedSystemConfig) - Static method in class com.gemstone.gemfire.admin.AdminDistributedSystemFactory
Deprecated.
Returns the distributed system for administrative monitoring and managing.
getDistributedSystem() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Returns the AdminDistributedSystem that underlies this JMX Agent or null is this agent is not connected.
getDistributedSystem() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Gets the AdminDistributedSystem this member belongs to.
getDistributedSystem() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the distributed system used by this cache.
getDistributedSystem() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the distributed system started by this locator, if any
getDistributedSystemHealthConfig() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Returns the configuration for determining the health of the distributed system itself.
getDistributedSystemId() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the ID of thie DistributedSystem.
getDistributedSystemMBeanName() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the getDistributedSystemMBeanName representing a distributed system.
getDistributedSystemMXBean() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the DistributedSystemMXBean for managing and monitoring the distributed system as a whole.
getDistributedSystemProperties() - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Deprecated.
Retrieves the properties used to configure the locator's DistributedSystem.
getDistributedSystemProperties() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the GemFire Distributed System (cluster) Properties configuration.
getDistributedSystemProperties() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the GemFire Distributed System (cluster) Properties configuration.
getDistributionLocatorConfigs() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns configuration information about DistributionLocators that are managed by an AdminDistributedSystem.
getDistributionLocators() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns array of DistributionLocators administered by this AdminDistributedSystem.
getDouble(int) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the identified statistic of type double.
getDouble(StatisticDescriptor) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the described statistic of type double.
getDouble(String) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the statistic of type double at the given name.
getDuplicateBatchesReceived() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the number of duplicate batches which have been received.
getDurableClientAttributes() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the durable attributes for this client.
getDurableClientId() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getDurableClientTimeout() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
GetDurableCQsOperationContext - Class in com.gemstone.gemfire.cache.operations
Encapsulates a OperationContext.OperationCode.GET_DURABLE_CQS operation for the pre-operation case.
GetDurableCQsOperationContext() - Constructor for class com.gemstone.gemfire.cache.operations.GetDurableCQsOperationContext
Constructor for the GET_DURABLE_CQS operation.
getEarlyAck() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns whether or not acks are sent after an update is processed.
getEarlyAck() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
Setting early ack no longer has any effect.
getEarlyAck() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
EarlyAck communication is unsafe and no longer supported
getElementType() - Method in interface com.gemstone.gemfire.cache.query.types.CollectionType
Return the type of the elements of this collection type.
getEmailNotificationFrom() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the EmailID from whom notification emails are sent.
getEmailNotificationHost() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the Host Name using which notification emails are sent.
getEmailNotificationToList() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the comma separated EmailID list to whom notification emails are sent.
getEmptyNodes() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of members whose entry count is 0.
getEnableAsyncConflation() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether or not async conflation is enabled for sending messages to async peers.
getEnableBridgeConflation() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
getEnableConflation() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
getEnableGateway() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether or not a Gateway is enabled.
getEnableNetworkPartitionDetection() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns true if network partition detection is enabled.
getEnablePersistence() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Answers whether to enable persistence for a Gateway's queue.
getEnableSubscriptionConflation() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether or not conflation is enabled for sending messages from a cache server to its clients.
getEnableWAN() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of GemFire 5.0, use getEnableGateway instead
getEndpoints() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the list of Endpoints
getEndPort() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns end value of the port range from which the GatewayReceiver's port will be chosen.
getEndPort() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the configured end port.
getEntityConfigXMLFile() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the name of the XML file that specifies the configuration of the managed entities administered by the DistributedSystem.
getEntry(Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns the Region.Entry for the specified key, or null if it doesn't exist.
getEntryCount() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
getEntryCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the number of entries currently in this region.
getEntryCount() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of entries in the Region within this member.
getEntryIdleTimeout() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the idleTimeout expiration attributes for entries in this region.
getEntryIdleTimeout() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the idle timeout expiration for entries in the Region.
getEntryIdleTimeoutAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the EntryIdleTimeout action in this region's attributes.
getEntryIdleTimeoutTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the EntryIdleTimeout time limit in this region's attributes.
getEntrySize() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the aggregate entry size (in megabytes) of all entries.
getEntrySize() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the aggregate entry size (in bytes) of all entries.
getEntryTimeToLive() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the timeToLive expiration attributes for entries in this region.
getEntryTimeToLive() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the time to live expiration for entries in the Region.
getEntryTimeToLiveAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the EntryTimeToLive action in this region's attributes.
getEntryTimeToLiveTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the EntryTimeToLive time limit in this region's attributes.
getEntryType() - Method in interface com.gemstone.gemfire.cache.query.types.MapType
Return the type of the entries in this map.
getEnv() - Method in interface com.gemstone.gemfire.management.cli.CommandStatement
Returns the CLI environment variables.
getErrorData() - Method in exception com.gemstone.gemfire.management.cli.CommandProcessingException
Returns the error data.
getErrorType() - Method in exception com.gemstone.gemfire.management.cli.CommandProcessingException
Returns the Error Type.
getEventId() - Method in class com.gemstone.gemfire.DataSerializer
For internal use only.
getEventId() - Method in class com.gemstone.gemfire.Instantiator
Returns the unique eventId of this Instantiator.
getEventQueueSize() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the Size of the event queue
getEventQueueSize() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the current size of the event queue.
getEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Returns an ordered list of every CacheEvent for this transaction.
getEventsConflated() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getEventsEnqued() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getEventSequenceID() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEvent
Returns the wrapper over the DistributedMembershipID, ThreadID, SequenceID which are used to uniquely identify any region operation like create, update etc.
getEventsExceedingAlertThreshold() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns number of events which have exceeded the configured alert threshold.
getEventsExpired() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getEventsQueuedRate() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the rate of events being queued.
getEventsReceivedRate() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the instantaneous rate of events received.
getEventsReceivedRate() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the rate of events received per second by this Sender if it's a serial-wan.
getEventsRemoved() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getEventsRemovedByQrm() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getEventsTaken() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getEvictionAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the EvictionAttributes that configure how entries in the the region are evicted
getEvictionAttributes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Attributes that control the size of the Region using an EvictionAlgorithm and a EvictionAction.
getEvictionAttributesMutator() - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Allows changing the eviction controller attributes for the region.
getEvictionHeapPercentage() - Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Get the percentage of heap at or above which the eviction should begin on Regions configured for HeapLRU eviction.
getEvictionHeapPercentage() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getEvictionHeapPercentage() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getEvictionPolicy() - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Returns the eviction policy that is executed when capacity of the client queue is reached.
getEvictionPolicy() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the eviction policy that is executed when the capacity of the client queue is reached.
getExceptions() - Method in exception com.gemstone.gemfire.cache.execute.FunctionException
Returns the list of exceptions thrown from different nodes
getExceptionsMap() - Method in exception com.gemstone.gemfire.cache.query.MultiIndexCreationException
Returns a map of index names and Exceptions
getExistingManagementService(Cache) - Static method in class com.gemstone.gemfire.management.ManagementService
Returns the existing instance of the management service for a cache.
getExpiry(Region.Entry<K, V>) - Method in interface com.gemstone.gemfire.cache.CustomExpiry
Calculate the expiration for a given entry.
getFailedIndexNames() - Method in exception com.gemstone.gemfire.cache.query.MultiIndexCreationException
Returns a set of names for the indexes that failed to create
getFailedRoles() - Method in exception com.gemstone.gemfire.cache.RegionDistributionException
Returns the required roles that caused this exception.
getFailure() - Static method in class com.gemstone.gemfire.SystemFailure
Returns the catastrophic system failure, if any.
getField(String) - Method in interface com.gemstone.gemfire.pdx.PdxInstance
Reads the named field and returns its value.
getFieldIndex(String) - Method in interface com.gemstone.gemfire.cache.query.types.StructType
Returns the index of the field with the given name in this StructType.
getFieldName(Field, Class<?>) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
Controls the field name that will be used in pdx for a field being auto serialized.
getFieldNames() - Method in interface com.gemstone.gemfire.cache.query.types.StructType
Get the names of the fields for this struct
getFieldNames() - Method in interface com.gemstone.gemfire.pdx.PdxInstance
Return an unmodifiable list of the field names on this PdxInstance.
getFieldType(Field, Class<?>) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
Controls what pdx field type will be used when auto serializing.
getFieldTypes() - Method in interface com.gemstone.gemfire.cache.query.types.StructType
The the types of the fields for this struct
getFieldValues() - Method in interface com.gemstone.gemfire.cache.query.Struct
Get the values in this struct
getFileDescriptorLimit() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the maximum number of open file descriptors allowed for the member's host operating system.
getFilter() - Method in interface com.gemstone.gemfire.cache.execute.RegionFunctionContext
Returns subset of keys (filter) provided by the invoking thread (aka routing objects).
getFilter() - Method in interface com.gemstone.gemfire.cache.snapshot.SnapshotOptions
Returns the filter to be applied to snapshot entries.
getFixedPartitionAttributes() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns FixedPartitionAttributes's list of local partitions defined on this Partitioned Region
getFlushTimeAvgLatency() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the flush time average latency.
getForce() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the boolean value used by the Locator to determine if it should overwrite the PID file if it already exists.
getForce() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the boolean value used by the Server to determine if it should overwrite the PID file if it already exists.
getFreeConnectionTimeout() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the connection timeout of this pool.
getFreeHeapSize() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getFreeHeapSize() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Deprecated.
Please use MemberMXBean.getFreeMemory() instead.
getFreeMemory() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the free heap size in megabytes.
getFreePhysicalMemorySize() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the number of megabytes of free memory available to the operating system.
getFreeSwapSpaceSize() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the number of megabytes of free swap space.
getFromClause() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the original fromClause for this index.
getFullPath() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
getFullPath() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the full path name that identifies this region in its cache.
getFullPath() - Method in interface com.gemstone.gemfire.cache.Region
Returns the full path of this region starting with a forward slash, followed by the root, including every subregion in the path to this region.
getFullPath() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the full path of the Region.
getFullPath() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the full path of the Region.
getFunction(String) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
Returns the Function defined by the functionId, returns null if no function is found for the specified functionId
getFunctionExecutionRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average function execution rate.
getFunctionId() - Method in interface com.gemstone.gemfire.cache.execute.FunctionContext
Returns the identifier of the function.
getFunctionId() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
getGarbageCollectionCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of garbage collection operations for all members.
getGarbageCollectionCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of times garbage collection has occurred.
getGarbageCollectionTime() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the amount of time (in milliseconds) spent on garbage collection.
getGatewayConflictResolver() - Method in interface com.gemstone.gemfire.cache.Cache
Returns the current gateway event conflict resolver
getGatewayEventFilters() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Returns the GatewayEventFilters for this AsyncEventQueue
getGatewayEventFilters() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the list of GatewayEventFilter added to this GatewaySender.
getGatewayEventFilters() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns a list of GatewayEventFilters added to this GatewaySender.
getGatewayEventSubstitutionFilter() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Returns the GatewayEventSubstitutionFilter for this AsyncEventQueue
getGatewayEventSubstitutionFilter() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns this GatewaySender's GatewayEventSubstitutionFilter.
getGatewayHub() - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of GemFire 5.1, use Cache.getGatewayHubs().get(0) instead.
getGatewayHub(String) - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of Gemfire 8.0. use Cache.getGatewaySender(String) instead.
getGatewayHubId() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the id of the GatewayHub to which events are distributed.
getGatewayHubId() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns this Gateway's GatewayHub identifier.
getGatewayHubId() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the ID of the GatewayHub to which events are distributed.
getGatewayHubs() - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of Gemfire 8.0. use Cache.getGatewaySenders(), use Cache.getGatewayReceivers() instead.
getGatewayHubStatus() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
For internal use only
getGatewayIds() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the ids of this GatewayHub's list of known Gateways
getGatewayQueueSize(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getGatewayQueueSizes() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getGatewayReceiver() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the host and port information of GatewayReceiver to which this gateway sender is connected.
getGatewayReceiverMBeanName(DistributedMember) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the GatewayReciverMBean representing a gateway receiver.
getGatewayReceivers() - Method in interface com.gemstone.gemfire.cache.Cache
Returns all GatewayReceivers for this Cache
getGateways() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns this GatewayHub's list of known Gateways
getGatewaySender(String) - Method in interface com.gemstone.gemfire.cache.Cache
Returns the GatewaySender with the given id added to this Cache.
getGatewaySenderIds() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns a set of gatewaysenderIds
getGatewaySenderMBeanName(DistributedMember, String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the GatewaySenderMBean representing a gateway sender.
getGatewaySenders() - Method in interface com.gemstone.gemfire.cache.Cache
Returns all GatewaySenders for this Cache.
getGatewaySSLCiphers() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewaySSLKeyStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewaySSLKeyStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewaySSLKeyStoreType() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewaySSLProtocols() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewaySSLTrustStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewaySSLTrustStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getGatewayTransportFilters() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns the list of GatewayTransportFilter added to this GatewayReceiver.
getGatewayTransportFilters() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the list of GatewayTransportFilter added to this GatewaySender.
getGatewayTransportFilters() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns a list of names for the transport filters in use.
getGatewayTransportFilters() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns a list of GatewayTransportFilters added to this GatewaySender.
getGcCount() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the number of times garbage collection has occured.
getGcTimeMillis() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the amount of time (in milliseconds) spent on garbage collection.
getGemFireHealth() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Returns an object for monitoring the health of GemFire.
getGemFireHealthConfig(String) - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Returns the GemFireHealthConfig for GemFire components that reside on a given host.
getGemFireVersion() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the version of GemFire used to launch and run the GemFire service.
getGetRequestAvgLatency() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the average get request latency.
getGetRequestAvgLatency() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the average get request latency.
getGetRequestRate() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the rate of get requests.
getGetRequestRate() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the rate of get requests.
getGetsAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the cache get average latency.
getGetsRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of gets per second.
getGetsRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of gets per second.
getGetsRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of gets per second.
getGlobalProperties() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated.
getGroupMembers(String) - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns a set of all the members in the given group.
getGroups() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the list of server groups that this bridge server belongs to.
getGroups() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the list of server groups that this cache server belongs to.
getGroups() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Deprecated.
as of 7.0 use the groups gemfire property
getGroups() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the list of server groups that this cache server belongs to.
getGroups() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the groups this member belongs to.
getGroups() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the names of the groups this member belongs to.
getHandler() - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Returns a 1.4 logging handler that can be used to direct application output to this GemFire logger using the standard JDK logger APIs.
getHandler() - Method in interface com.gemstone.gemfire.LogWriter
Returns a 1.4 logging handler that can be used to direct application output to this GemFire logger using the standard JDK logger APIs.
getHealth() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Returns an indicator of the overall health of the GemFire components.
getHealthEvaluationInterval() - Method in interface com.gemstone.gemfire.admin.GemFireHealthConfig
Deprecated.
Returns the number of seconds between assessments of the health of the GemFire components.
getHelp() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Determines whether the new instance of LocatorLauncher will be used to output help information for either a specific command, or for using LocatorLauncher in general.
getHelp() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Determines whether the new instance of the ServerLauncher will be used to output help information for either a specific command, or for using ServerLauncher in general.
getHitCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the HitCount obtained from this region's statistics.
getHitCount() - Method in interface com.gemstone.gemfire.cache.CacheStatistics
Returns the number of hits for this region or entry.
getHitCount() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of times that a hit occurred.
getHitCount() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of times that a hit occurred.
getHitRatio() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the HitRatio obtained from this region's statistics.
getHitRatio() - Method in interface com.gemstone.gemfire.cache.CacheStatistics
Return the hit ratio, a convenience method defined as the ratio of hits to the number of calls to Region.get.
getHitRatio() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the hit to miss ratio.
getHitRatio() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the hit to miss ratio.
getHost() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Returns the name of the host on which the managed entity runs or will run.
getHost() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Gets host name of the machine this member resides on.
getHost() - Method in interface com.gemstone.gemfire.cache.persistence.PersistentID
The host on which the persistent data was last residing
getHost() - Method in interface com.gemstone.gemfire.cache.util.Gateway.Endpoint
Deprecated.
Returns the host for this Endpoint.
getHost() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns a string representing the ip address or host name that server locators will tell clients (GatewaySenders in this case) that this receiver is listening on.
getHost() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the host or IP address for the process and its service.
getHost() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the canonical name of the host machine for this member.
getHost() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the name or IP address of the host on which this member is running.
getHost() - Method in class com.gemstone.gemfire.management.PersistentMemberDetails
Returns the name or IP address of the host on which the member is running.
getHostAddress() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getHostAddress() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Gets the host of this member as an java.net.InetAddress.
getHostCpuUsage() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the underlying host's current cpuActive percentage
getHostName() - Method in interface com.gemstone.gemfire.admin.GemFireHealthConfig
Deprecated.
Returns the name of the host to which this configuration applies.
getHostName() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the name of the host on which the client is running.
getHostnameForClients() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns a string representing the ip address or host name that server locators will tell clients that this server is listening on.
getHostnameForClients() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns a string representing the ip address or host name that server locators will tell clients that this server is listening on.
getHostnameForClients() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns a string representing the ip address or host name that server locators will tell clients that this cache server is listening on.
getHostnameForClients() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns a string representing the ip address or host name that server locators will tell clients that this server is listening on.
getHostnameForClients() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the hostname that will be given to clients so that they can connect to this locator.
getHostnameForClients() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the hostname used by clients to lookup the Locator.
getHostnameForClients() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the hostname that clients will use to lookup the running Locator.
getHostNameForClients() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getHostNameForClients() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getHostNameForClients() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the name or IP address to pass to the client as the location where the server is listening.
getHostnameForClients() - Method in interface com.gemstone.gemfire.management.LocatorMXBean
Returns the name or IP address to pass to the client as the location where the Locator is listening.
getHttpAuthPassword() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the password for HTTP adapter authentication.
getHttpAuthUser() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the user name for HTTP adapter authentication.
getHttpBindAddress() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the bind address to which the HTTP adapter's listening socket is bound.
getHttpPort() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the port of the HTTP adapter.
getHttpServiceBindAddress() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServicePort() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLCiphers() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLKeyStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLKeyStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLKeyStoreType() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLProtocols() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLTrustStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getHttpServiceSSLTrustStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getId() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves the unique id for this system.
getId() - Method in interface com.gemstone.gemfire.admin.DistributionLocator
Deprecated.
Returns the identity name for this locator.
getId() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Gets identifying name of this member.
getId() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Value that uniquely identifies an instance of a cache for a given member.
getId() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
 
getId() - Method in interface com.gemstone.gemfire.cache.execute.Function
Return a unique function identifier, used to register the function with FunctionService
getId() - Method in class com.gemstone.gemfire.cache.execute.FunctionAdapter
Return a unique function identifier, used to register the function with FunctionService
getId() - Method in interface com.gemstone.gemfire.cache.util.Gateway.Endpoint
Deprecated.
Returns the identifier for this Endpoint.
getId() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns this Gateway's identifier.
getId() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the identifier of this GatewayHub
getId() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the id of this GatewaySender.
getId() - Method in class com.gemstone.gemfire.DataSerializer
Returns the id of this DataSerializer.
getId() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns a unique identifier for this member.
getId() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Deprecated.
DistributedSystem.getDistributedMember() provides an identity for this connection that is unique across the entire distributed system.
getId() - Method in class com.gemstone.gemfire.distributed.DurableClientAttributes
Returns the durable client's id.
getId() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets an identifier that uniquely identifies and represents the Locator associated with this launcher.
getId() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets an identifier that uniquely identifies and represents the Server associated with this launcher.
getId() - Method in class com.gemstone.gemfire.Instantiator
Returns the unique id of this Instantiator.
getId() - Method in interface com.gemstone.gemfire.lang.Identifiable
Gets the identifier uniquely identifying this Object instance.
getId() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the ID of the AsyncEventQueue.
getId() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the ID of this member.
getId() - Method in interface com.gemstone.gemfire.StatisticDescriptor
Returns the id of this statistic in a statistics type.
getIdleTimeout() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the maximum connections for this pool.
getIgnoreJTA() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the flag telling a region to ignore JTA transactions.
getIncludeFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getIndex(Region<?, ?>, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Get the Index from the specified Region with the specified name.
getIndexCount() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the total number of indexes in use by the member.
getIndexedExpression() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the original indexedExpression for this index.
getIndexes() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Get a collection of all the indexes in the Cache.
getIndexes(Region<?, ?>) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Get a collection of all the indexes on the specified Region
getIndexes(Region<?, ?>, IndexType) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Deprecated.
As of 6.6.2, use QueryService.getIndexes(Region) only. Get a collection of all the indexes on the specified Region of the specified index type.
getIndexList() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns a list of names for all indexes.
getIndexMaintenanceSynchronous() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the value of IndexMaintenanceSynchronous which specifies whether the region indexes are updated synchronously when a region is modified or asynchronously in a background thread.
getInitialCapacity() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the InitialCapacity in this region's attributes.
getInitialCapacity() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the initial capacity of the entries map.
getInitialCapacity() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the initial capacity of entries in the Region.
getInitialImageKeysReceived() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Return the number of keys received while performing a "get initial image" operation when creating a region.
getInitialImagesInProgres() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of initial images in progress.
getInitialImageTime() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total amount of time spent performing a "get initial image" operation when creating a region.
getInitializer() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the Declarable used to initialize this cache or null if it does not have an initializer.
getInitializerProps() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the Properties used to initialize the cache initializer or null if no initializer properties exist.
getInitMemory() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the initial number of megabytes of memory requested from the operating system.
getInputStream(InputStream) - Method in interface com.gemstone.gemfire.cache.wan.GatewayTransportFilter
 
getInstance(DistributedSystem) - Static method in class com.gemstone.gemfire.cache.CacheFactory
Gets the instance of Cache produced by an earlier call to CacheFactory.create().
getInstance() - Static method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the instance of the LocatorLauncher used to launch the GemFire Locator, or null if this VM does not have an instance of LocatorLauncher indicating no GemFire Locator is running.
getInstance() - Static method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the instance of the ServerLauncher used to launch the GemFire Cache Server, or null if this VM does not have an instance of ServerLauncher indicating no GemFire Cache Server is running.
getInstanceCloseOk(DistributedSystem) - Static method in class com.gemstone.gemfire.cache.CacheFactory
Gets the instance of Cache produced by an earlier call to CacheFactory.create() even if it has been closed.
getInstantiatedClass() - Method in class com.gemstone.gemfire.Instantiator
Returns the DataSerializable class that is instantiated by this Instantiator.
getInt(int) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the identified statistic of type int.
getInt(StatisticDescriptor) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the described statistic of type int.
getInt(String) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the statistic of type int at the given name.
getInterestList() - Method in interface com.gemstone.gemfire.cache.Region
Returns the list of keys on which this client is interested and will be notified of changes.
getInterestListRegex() - Method in interface com.gemstone.gemfire.cache.Region
Returns the list of regular expresssions on which this client is interested and will be notified of changes.
getInterestPolicy() - Method in class com.gemstone.gemfire.cache.SubscriptionAttributes
Returns the interest policy of this subscriber.
getInterestPolicy() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the subscriber's interest policy.
getInterestRegistrationListeners() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns a read-only set of InterestRegistrationListeners registered with this notifier.
getInterestResultPolicy() - Method in class com.gemstone.gemfire.cache.operations.RegisterInterestOperationContext
Get the InterestResultPolicy of this register/unregister operation.
getInterestType() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns this event's interest type.
getInterestType() - Method in class com.gemstone.gemfire.cache.operations.InterestOperationContext
Get the InterestType of this register/unregister operation.
getInvalidateEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated.
as of GemFire 5.0, use TransactionEvent.getEvents() instead
getIsClient() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
Returns whether this member is a client to a cache server
getIsConnected() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getIsGatewayHub() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
Returns whether this member is a hub for WAN gateways
getIsLocator() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getIsPrimaryGatewayHub() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getIsSecondaryGatewayHub() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getIsServer() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
Returns whether this member is a cache server
getJavaVersion() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the version of Java used to launch and run the GemFire service.
getJmxManagerAccessFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerBindAddress() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerHostnameForClients() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerHttpPort() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerPasswordFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerPort() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLCiphers() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLKeyStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLKeyStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLKeyStoreType() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLProtocols() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLTrustStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerSSLTrustStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJmxManagerUpdateRate() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getJNDIContext() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the JNDI context associated with the Cache.
getJvmArguments() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the arguments passed to the JVM process that is running the GemFire service.
getJVMPauses() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number JVM pauses (which may or may not include full garbage collection pauses) detected by GemFire.
getJVMPauses() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number JVM pauses (which may or may not include full garbage collection pauses) detected by GemFire.
getKey() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the key.
getKey() - Method in interface com.gemstone.gemfire.cache.EntryOperation
Returns the key.
getKey() - Method in interface com.gemstone.gemfire.cache.LoaderHelper
Returns the key for the value being loaded.
getKey() - Method in class com.gemstone.gemfire.cache.operations.InterestOperationContext
Get the key for this register/unregister interest operation.
getKey() - Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
Get the key object for this operation.
getKey() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the key relating to the event.
getKey() - Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the key for this entry.
getKey() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the key associated with this event.
getKey() - Method in interface com.gemstone.gemfire.cache.wan.GatewayQueueEvent
Returns the key associated with this event.
getKeyConstraint() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the KeyConstraint in this region's attributes.
getKeyConstraint() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the class that the keys in this region are constrained to.
getKeyConstraintClassName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the Class that the keys in this region are constrained to (must be an instance of).
getKeys() - Method in class com.gemstone.gemfire.cache.operations.RemoveAllOperationContext
Returns the keys for this removeAll in an unmodifiable collection.
getKeySet() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
getKeySet() - Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Get the set of keys returned as a result of Region.keySet() operation.
getKeysOfInterest() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns a Set of keys of interest.
getKeyType() - Method in interface com.gemstone.gemfire.cache.query.types.MapType
Return the type of the keys in this type of map.
getLastAccessedTime() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the LastAccessedTime obtained from this region's statistics.
getLastAccessedTime() - Method in interface com.gemstone.gemfire.cache.CacheStatistics
For an entry, returns the last time it was accessed via Region.get; for a region, the last time any of its entries or the entries of its subregions were accessed with Region.get.
getLastAccessedTime() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the time of the most recent access.
getLastAccessedTime() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the time of the most recent access.
getLastModifiedTime() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the LastModifiedTime obtained from this region's statistics.
getLastModifiedTime() - Method in interface com.gemstone.gemfire.cache.CacheStatistics
For an entry, returns the time that the entry's value was last modified; for a region, the last time any of the region's entries' values or the values in subregions' entries were modified.
getLastModifiedTime() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the time of the most recent modification.
getLastModifiedTime() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the time of the most recent modification.
getLastUpdateTime(ObjectName) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the last updated time of the remote MBean as reported by Sysem.currentTimeMillis().
getLatestAlert() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Display in readable format the latest Alert in this distributed system.
getLBPolicy() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Returns the load balancing policy being used by the bridge loader Internal use only
getLBPolicy() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the load balancing policy being used by the bridge writer Internal use only
getLevel() - Method in interface com.gemstone.gemfire.admin.Alert
Deprecated.
The level at which this alert is issued
getLicense() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves the license information for this installation of GemFire.
getLicense() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Returns the GemFire license this member is using.
getLicenseApplicationCache() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLicenseDataManagement() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLicenseServerTimeout() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLicenseWorkingDir() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getListener() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Deprecated.
as of GemFire 5.0, use CacheTransactionManager.getListeners() instead
getListeners() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Returns an array of all the transaction listeners on this cache.
getListeners() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the list of GatewayEventListeners
getLoad(ServerMetrics) - Method in interface com.gemstone.gemfire.cache.server.ServerLoadProbe
Get the load on this server.
getLoadAverage() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the system load average for the last minute.
getLoadConditioningInterval() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the load conditioning interval of this pool.
getLoadFactor() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the LoadFactor in this region's attributes.
getLoadFactor() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the load factor of the entries map.
getLoadFactor() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the load factor of entries in the Region.
getLoadPerConnection() - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Get an estimate of the how much load each new connection will add to this server.
getLoadPerConnection() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the estimate of how much load is added for each new connection as reported by the load probe installed in this server.
getLoadPerConnection() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the estimate of how much load is added for each new connection as reported by the load probe installed in this server.
getLoadPerConnection() - Method in class com.gemstone.gemfire.management.ServerLoadData
Returns an estimate of how much load each new connection will add to this server.
getLoadPerQueue() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the estimate of how much load is added for each new queue as reported by the load probe installed in this server.
getLoadPerQueue() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the estimate of how much load is added for each new queue as reported by the load probe installed in this server.
getLoadPerSubscriber() - Method in class com.gemstone.gemfire.management.ServerLoadData
Returns an estimate of the much load each new subscriber will add to this server.
getLoadPerSubscriptionConnection() - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Get an estimate of the how much load each new subscriber will add to this server.
getLoadPollInterval() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Get the frequency in milliseconds to poll the load probe on this bridge server.
getLoadPollInterval() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Get the frequency in milliseconds to poll the load probe on this cache server.
getLoadPollInterval() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Get the frequency in milliseconds to poll the load probe on this cache server.
getLoadPollInterval() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Get the frequency in milliseconds to poll the load probe on this cache server.
getLoadPollInterval() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the frequency (in milliseconds) to poll the load probe on this CacheServer.
getLoadProbe() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Get a description of the load probe for this bridge server.
getLoadProbe() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Get a description of the load probe for this cache server.
getLoadProbe() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Get the load probe for this cache server.
getLoadProbe() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Get the load probe for this cache server.
getLoadsAverageLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average latency of a load.
getLocalAsyncEventQueueMXBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a AsyncEventQueueMXBean for managing and monitoring an asynchronous queue.
getLocalCacheServerMXBean(int) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a CacheServerMXBean for managing and monitoring a cache server.
getLocalColocatedRegions(RegionFunctionContext) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a RegionFunctionContext for a partitioned Region, return a map of colocated Regions with read access limited to the context of the function.
getLocalData(Region<K, V>) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a partitioned Region return a Region providing read access limited to the local heap, writes using this Region have no constraints and behave the same as a partitioned Region.
getLocalDataForContext(RegionFunctionContext) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a RegionFunctionContext for a partitioned Region, return a Region providing read access limited to the function context.
getLocalDiskStoreMBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a DiskStoreMXBean for managing and monitoring a disk store.
getLocalGatewayReceiverMXBean() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the GatewayReceiverMXBean for managing and monitoring the gateway receiver.
getLocalGatewaySenderMXBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a GatewaySenderMXBean for managing and monitoring a gateway sender.
getLocalLocatorMXBean() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the LocatorMXBean for managing and monitoring the locator.
getLocalLockServiceMBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a LockServiceMXBean for managing and monitoring a lock service.
getLocalMaxMemory() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
This method returns the maximum amount of local memory that can be used by the Region.
getLocalMaxMemory() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the maximum amount of local memory that can be used by the region.
getLocalMaxMemory() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the maximum amount of local memory that can be used by the region.
getLocalPrimaryData(Region<K, V>) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a partitioned Region return a Region providing read access to primary copy of the data which is limited to the local heap, writes using this Region have no constraints and behave the same as a partitioned Region.
getLocalProperties() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated.
use PartitionAttributes.getLocalMaxMemory() in GemFire 5.1 and later releases
getLocalQueryService() - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Return a QueryService that queries the local state in the client cache.
getLocalRegionMBean(String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns a RegionMXBbean for managing and monitoring a Region.
getLocator() - Static method in class com.gemstone.gemfire.distributed.Locator
Returns the locator if it exists in this JVM.
getLocatorCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of locators in the distributed system.
getLocatorMBeanName(DistributedMember) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the LocatorMBean representing a locator.
getLocators() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves comma-delimited list locators to be used if multi-cast port is zero.
getLocators() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns a comma-delimited list of locators for the system
getLocators() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getLocators() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns an unmodifiable list of InetSocketAddress of the locators this pool is using.
getLocators() - Static method in class com.gemstone.gemfire.distributed.Locator
Deprecated.
as of 7.0 use Locator.getLocator() instead
getLocators() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLocatorState() - Static method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the LocatorState for this process or null if this process was not launched using this VM's LocatorLauncher reference.
getLockLease() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Gets the length, in seconds, of distributed lock leases obtained by this cache.
getLockLease() - Method in interface com.gemstone.gemfire.cache.Cache
Gets the length, in seconds, of distributed lock leases obtained by this cache.
getLockLease() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of second that this member will lease a distributed lock.
getLockRequestQueues() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of lock request queues in use by this member.
getLockServiceMBeanName(DistributedMember, String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the LockServiceMBean representing a lock service.
getLockTimeout() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Gets the number of seconds a cache operation will wait to obtain a distributed lock lease.
getLockTimeout() - Method in interface com.gemstone.gemfire.cache.Cache
Gets the number of seconds a cache operation will wait to obtain a distributed lock lease.
getLockTimeout() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of seconds that this member will wait for a distributed lock.
getLockWaitsInProgress() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of threads waiting for a lock.
getLog() - Method in interface com.gemstone.gemfire.admin.ManagedEntity
Deprecated.
Returns the tail of this manage entity's log file.
getLog() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Retrieves the log for this member.
getLogDiskSpaceLimit() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the log disk space limit in megabytes
getLogDiskSpaceLimit() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLogFile() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the name of the log file to which informational messages are written.
getLogFile() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the path of the log file for the process.
getLogFile() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the log file to which this locator's output is written
getLogFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLogFileName() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the name of the log file used to log information about this GemFire service.
getLogFileName() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the name of the log file used to log information about this Locator.
getLogFileName() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the name of the log file used to log information about this Server.
getLogFileSizeLimit() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the log file size limit in megabytes
getLogFileSizeLimit() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLogger() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Gets the logging object for GemFire.
getLoggerI18n() - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of 6.5 use getLogger().convertToLogWriterI18n() instead
getLogLevel() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the level at which informational messages are logged.
getLogLevel() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getLogWriter() - Static method in class com.gemstone.gemfire.admin.AdminDistributedSystemFactory
Deprecated.
Returns a default GemFire LogWriterI18n for logging.
getLogWriter() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Returns the LogWriter used for logging information.
getLogWriter() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the LogWriter used for logging information.
getLong(int) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the identified statistic of type long.
getLong(StatisticDescriptor) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the described statistic of type long.
getLong(String) - Method in interface com.gemstone.gemfire.Statistics
Returns the value of the statistic of type long at the given name.
getLossAction() - Method in class com.gemstone.gemfire.cache.MembershipAttributes
Returns the reliability policy that describes behavior if any required roles are missing.
getLossAction() - Method in class com.gemstone.gemfire.management.MembershipAttributesData
Returns the policy that describes the action to take if any required roles are missing.
getLowRedundancyBucketCount() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the number of created buckets that have fewer than the configured redundant copies for this partitioned region.
getLruDestroyRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the rate of entries destroyed either by destroy cache operations or eviction.
getLruDestroyRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the rate of entries destroyed either by destroy cache operations or eviction.
getLruDestroyRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the rate of entries destroyed either by destroy cache operations or eviction.
getLruEvictionRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the entry eviction rate as triggered by the LRU policy.
getLruEvictionRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the entry eviction rate as triggered by the LRU policy.
getLruEvictionRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the entry eviction rate as triggered by the LRU policy.
getManagementService(Cache) - Static method in class com.gemstone.gemfire.management.ManagementService
Returns a newly created or the existing instance of the management service for a cache.
getManager() - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
For internal use only.
getManagerMBeanName() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the ManagerMBean representing a manager.
getManagerMXBean() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the ManagerMXBean for the management service.
getManagerObjectName() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the object name for a ManagerMXBean used to access the management service running on this distributed member.
getManualStart() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the manual start boolean property for this GatewayHub.
getMap() - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Returns the map whose keys and values will be put.
getMarkerEventsConflated() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getMaxConnections() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the maximum allowed client connections
getMaxConnections() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the maximum allowed client connections
getMaxConnections() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the maximum connections for this pool.
getMaxConnections() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the maximum allowed client connections
getMaxConnections() - Method in interface com.gemstone.gemfire.cache.server.ServerMetrics
Get the max connections for this bridge server.
getMaxConnections() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the maximum allowed client connections
getMaxConnections() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the maximum number of Gateway connections allowed.
getMaxConnections() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getMaxConnections() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getMaxConnections() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the maximum allowed client connections.
getMaxDepartedApplications() - Method in interface com.gemstone.gemfire.admin.DistributedSystemHealthConfig
Deprecated.
Returns the maximum number of application members that can unexceptedly leave a healthy the distributed system.
getMaxEventQueueSize() - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Returns the maximum number of entries in the event delivery queue of a healthy cache member.
getMaxFileDescriptorCount() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the maximum number of open file descriptors allowed by the operating system.
getMaximum() - Method in class com.gemstone.gemfire.cache.EvictionAttributes
The unit of this value is determined by the definition of the EvictionAlgorithm set by one of the creation methods e.g.
getMaximum() - Method in class com.gemstone.gemfire.management.EvictionAttributesData
The unit of this value is determined by the definition of the EvictionAlgorithm set by one of the creation methods e.g.
getMaximumHeapSize() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getMaximumHeapSize() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Deprecated.
Please use MemberMXBean.getMaxMemory() instead.
getMaximumMessageCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the maximum number of messages that can be enqueued in a client-queue.
getMaximumMessageCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the maximum number of messages that can be enqueued in a client-queue.
getMaximumMessageCount() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the maximum number of messages that can be enqueued in a client-queue.
getMaximumMessageCount() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the maximum number of messages that can be enqueued in a client-queue.
getMaximumMessageCount() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the maximum number of messages that can be enqueued in a client-queue.
getMaximumNumberOfEntries() - Method in class com.gemstone.gemfire.cache.util.BoundedLinkedHashMap
Deprecated.
Returns the maximum number of entries.
getMaximumQueueMemory() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
The maximum memory after which the data needs to be overflowed to disk.
getMaximumQueueMemory() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
Answers maximum amount of memory (in MB) for a Gateway's queue.
getMaximumQueueMemory() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the maximum amount of memory (in MB) for a GatewaySender's queue.
getMaximumQueueMemory() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the maximum memory after which the data needs to be overflowed to disk.
getMaximumQueueMemory() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the maximum memory after which the data needs to be overflowed to disk.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the maximum amount of time between client pings.
getMaximumTimeBetweenPings() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the maximum amount of time between client pings.
getMaxLoadTime() - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Returns the maximum mumber of milliseconds a cache load operation can take before the cache member is considered to be unhealthy.
getMaxMemory() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the maximum number of megabytes of memory available from the operating system.
getMaxMemory() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the maximum size of the heap in megabytes.
getMaxMessageCount() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getMaxMessageCount() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getMaxMessageQueueSize() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Returns the maximum number of enqueued incoming or outgoing messages that a healthy member of a distributed system can have.
getMaxNetSearchTime() - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Returns the maximum number of milliseconds a netSearch operation can take before the cache member is considered to be unhealthy.
getMaxNumReconnectTries() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMaxOplogSize() - Method in interface com.gemstone.gemfire.cache.DiskStore
Get the maximum size in megabytes a single oplog (operation log) file should be
getMaxOplogSize() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Deprecated.
as of 6.5 use DiskStore.getMaxOplogSize() instead.
getMaxOpLogSize() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the maximum size (in megabytes) that a single op-log can grow to.
getMaxParallelismForReplicatedRegion() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
 
getMaxReplyTimeouts() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Returns the maximum number message replies that can timeout in a healthy member.
getMaxRetransmissionRatio() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Returns the maximum ratio of multicast retransmissions / total multicast messages.
getMaxThreads() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the maxium number of threads allowed in this server to service client requests.
getMaxThreads() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the maxium number of threads allowed in this server to service client requests.
getMaxThreads() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the maxium number of threads allowed in this cache server to service client requests.
getMaxThreads() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the maxium number of threads allowed in this server to service client requests.
getMaxThreads() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getMaxThreads() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getMaxThreads() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the maxium number of threads allowed in this CacheServer to service client requests.
getMaxVMProcessSize() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Deprecated.
Returns the maximum VM process size (in megabytes) of a healthy member of the distributed system.
getMaxWaitTimeForReconnect() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMBeanInstance(ObjectName, Class<T>) - Method in class com.gemstone.gemfire.management.ManagementService
Returns an instance of an MBean.
getMBeanServer() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Returns the JMX MBeanServer with which GemFire MBeans are registered or null if this Agent is not started.
getMcastAddress() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves the multicast address in use by this system.
getMcastAddress() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the multicast address for the system
getMcastAddress() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getMcastAddress() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastByteAllowance() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastPort() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves the multicast port in use by this system.
getMcastPort() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the multicast port for the system
getMcastPort() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getMcastPort() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastRechargeBlockMs() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastRechargeThreshold() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastRecvBufferSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastSendBufferSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMcastTTL() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMember() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the name or ID of the member in the GemFire distributed system.
getMember() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the name of the member if it's been set, otherwise the ID.
getMember() - Method in interface com.gemstone.gemfire.management.membership.ClientMembershipEvent
Returns the the member that connected or disconnected.
getMember() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the name/ID of the member hosting this Region.
getMemberCount() - Method in interface com.gemstone.gemfire.management.DistributedLockServiceMXBean
Returns the number of members using this LockService.
getMemberCount() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of members hosting/using the Region.
getMemberCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of members in the distributed system.
getMemberCount() - Method in interface com.gemstone.gemfire.management.LockServiceMXBean
Returns the number of members using this LockService.
getMemberGroups() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMemberId() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getMemberId() - Method in interface com.gemstone.gemfire.admin.SystemMembershipEvent
Deprecated.
Returns the distributed member as a String.
getMemberId() - Method in exception com.gemstone.gemfire.cache.execute.FunctionInvocationTargetException
Method to get the member id of the Exception
getMemberId() - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
Deprecated.
 
getMemberId() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the ID of the member in the GemFire distributed system as determined and assigned by GemFire when the member process joins the distributed system.
getMemberId() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Deprecated.
as of GemFire 5.0, use DistributedSystem.getDistributedMember() instead
getMemberId() - Method in interface com.gemstone.gemfire.management.membership.ClientMembershipEvent
Returns the id of the member that connected or disconnected.
getMemberId() - Method in interface com.gemstone.gemfire.management.membership.MembershipEvent
Returns the distributed member as a String.
getMemberId() - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
 
getMemberMBeanName(DistributedMember) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the MemberMBean representing a distributed member.
getMemberMXBean() - Method in class com.gemstone.gemfire.management.ManagementService
Returns the MemberMXBean for managing and monitoring the local member.
getMemberName() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getMemberName() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the name of the member in the GemFire distributed system as determined by the 'name' GemFire property.
getMemberName() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets GemFire member's name for the process.
getMemberName() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the member name of this Locator in GemFire.
getMemberName() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the name of this member (this Locator) in the GemFire distributed system and determined by the 'name' GemFire property.
getMemberName() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the member name of this Server in GemFire.
getMemberName() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the name of this member (this Server) in the GemFire distributed system as determined by the 'name' GemFire property.
getMemberName() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMemberNames() - Method in interface com.gemstone.gemfire.management.DistributedLockServiceMXBean
Returns a list of names of the members using this LockService.
getMemberNames() - Method in interface com.gemstone.gemfire.management.LockServiceMXBean
Returns a list of names of the members using this LockService.
getMemberObjectName() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the object name for a MemberMXBean used to access this distributed member.
getMembers() - Method in interface com.gemstone.gemfire.cache.Cache
Returns a set of the other non-administrative members in the distributed system.
getMembers(Region) - Method in interface com.gemstone.gemfire.cache.Cache
Returns a set of the members in the distributed system that have the given region.
getMembers() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns a list of names/IDs of the members hosting the Region.
getMembershipAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the MembershipAttributes that configure required roles for reliable access to the region.
getMembershipAttributes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the MembershipAttributes that configure required roles for reliable access to the region.
getMembershipID() - Method in class com.gemstone.gemfire.cache.wan.EventSequenceID
 
getMembershipPortRange() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the membership-port-range property of the Distributed System.
getMembershipPortRange() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMemberTimeout() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the member-timeout millisecond value used in failure-detection protocols
getMemberTimeout() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getMemberUpTime() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of seconds that this member has been running.
getMessage() - Method in interface com.gemstone.gemfire.admin.Alert
Deprecated.
The alert's message
getMessageSyncInterval() - Method in interface com.gemstone.gemfire.cache.Cache
Gets the frequency (in seconds) at which a message will be sent by the primary cache-server to all the secondary cache-server nodes to remove the events which have already been dispatched from the queue.
getMessageTimeToLive() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the time (in seconds ) after which a message in the client queue will expire.
getMessageTimeToLive() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the time (in seconds ) after which a message in the client queue will expire.
getMessageTimeToLive() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the time (in seconds ) after which a message in the client queue will expire.
getMessageTimeToLive() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the time (in seconds ) after which a message in the client queue will expire.
getMessageTimeToLive() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getMessageTimeToLive() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getMessageTimeToLive() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the time (in seconds) after which a message in the client queue will expire.
getMinConnections() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the minimum connections for this pool.
getMinHitRatio() - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Deprecated.
Returns the minimum hit ratio of a healthy cache member.
getMirrorType() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
as of 5.0, you should use getDataPolicy instead
getMirrorType() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of GemFire 5.0, use RegionAttributes.getDataPolicy() instead.
getMissCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the MissCount obtained from this region's statistics.
getMissCount() - Method in interface com.gemstone.gemfire.cache.CacheStatistics
Returns the number of times that Region.get on the region or the entry was called and there was no value found locally.
getMissCount() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of times that a cache miss occurred.
getMissCount() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of times that a cache miss occurred.
getMissingPersistentMembers() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieve the set of persistent files that the existing members are waiting for.
getMissingRoles() - Method in exception com.gemstone.gemfire.cache.RegionAccessException
Returns the missing required roles that caused this exception.
getMulticastEnabled() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns true if multicast communications are enabled for this region.
getMultiuserAuthentication() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns true if multiuser mode is enabled on this pool.
getName() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves display friendly name for this system.
getName() - Method in class com.gemstone.gemfire.admin.AlertLevel
Deprecated.
 
getName() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Deprecated.
Gets the identifying name of this configuration parameter.
getName() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
getName() - Method in interface com.gemstone.gemfire.admin.Statistic
Deprecated.
Gets the identifying name of this statistic.
getName() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Deprecated.
Gets the identifying name of this resource.
getName() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Retrieves display friendly name for this member.
getName() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
The name of the cache.
getName() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the name that identifies this region in its cache.
getName() - Method in class com.gemstone.gemfire.admin.SystemMemberType
Deprecated.
 
getName() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the name of the connection pool
getName() - Method in interface com.gemstone.gemfire.cache.DiskStore
Get the name of the DiskStore
getName() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the name of this cache.
getName() - Method in class com.gemstone.gemfire.cache.operations.ExecuteCQOperationContext
Return the name of the continuous query.
getName() - Method in interface com.gemstone.gemfire.cache.PartitionResolver
Returns the name of the PartitionResolver
getName() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get the name of the CQ.
getName() - Method in interface com.gemstone.gemfire.cache.query.Index
Returns the unique name of this index
getName() - Method in interface com.gemstone.gemfire.cache.Region
Returns the name of this region.
getName() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns this member's name.
getName() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the name of this connection to the distributed system.
getName() - Method in enum com.gemstone.gemfire.distributed.LocatorLauncher.Command
Gets the name of the Locator launcher command.
getName() - Method in interface com.gemstone.gemfire.distributed.Role
Returns the name of this role.
getName() - Method in enum com.gemstone.gemfire.distributed.ServerLauncher.Command
Gets the name of the Server launcher command.
getName() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the name of the client.
getName() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the name of the DiskStore.
getName() - Method in interface com.gemstone.gemfire.management.DistributedLockServiceMXBean
Returns the name of the LockService.
getName() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the name of the Region.
getName() - Method in class com.gemstone.gemfire.management.FixedPartitionAttributesData
Returns the name of the partition.
getName() - Method in interface com.gemstone.gemfire.management.LockServiceMXBean
Returns the name of the lock service.
getName() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the name of this member.
getName() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the name of the operating system.
getName() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the name of the Region.
getName() - Method in interface com.gemstone.gemfire.StatisticDescriptor
Returns the name of this statistic
getName() - Method in interface com.gemstone.gemfire.StatisticsType
Returns the name of this statistics type
getNetLoadsAverageLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the net load average latency.
getNetSearchAverageLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the net search average latency.
getNewDistributedSystemID() - Method in interface com.gemstone.gemfire.cache.util.TimestampedEntryEvent
 
getNewTimestamp() - Method in interface com.gemstone.gemfire.cache.util.TimestampedEntryEvent
 
getNewValue() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the value in the cache after this event.
getNewValue() - Method in interface com.gemstone.gemfire.cache.EntryOperation
Deprecated. 
getNewValue() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the new value of the modification.
getNotifyBySubscription() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Answers whether or not this bridge server should notify clients based on key subscription.
getNotifyBySubscription() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Answers whether or not this cache server should notify clients based on key subscription.
getNotifyBySubscription() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Deprecated.
as of 6.0.1. This method is no more in use, by default notifyBySubscription attribute is set to true.
getNotifyBySubscription() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
as of 6.0.1. This method is no more in use, by default notifyBySubscription attribute is set to true.
getNumberOfBucketIndexes() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the number of bucket indexes created in the Partitioned Region
getNumberOfKeys() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the number of keys in this index.
getNumberOfMapIndexKeys() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the number of keys in this index at the highest level
getNumberOfValues() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the number of values in this index.
getNumberOfValues(Object) - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Return the number of values for the specified key in this index.
getNumBucket() - Method in class com.gemstone.gemfire.management.FixedPartitionAttributesData
Returns the number of buckets allowed for the partition.
getNumBuckets() - Method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
Returns the number of buckets allowed for the partition.
getNumBucketsWithoutRedundancy() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of buckets without full redundancy.
getNumBucketsWithoutRedundancy() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of buckets without full redundancy.
getNumClientNotificationRequests() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the number of cache client notification requests.
getNumClients() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of connected clients.
getNumericId() - Method in interface com.gemstone.gemfire.Statistics
Gets the number associated with this instance that helps identify it.
getNumExecutions() - Method in interface com.gemstone.gemfire.cache.query.QueryStatistics
Returns the total number of times the query has been executed.
getNumGateways() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the number of client virtual machines connected and acting as a gateway.
getNumInitialImagesInProgress() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of initial images in progress.
getNumOfCacheListenerCalls() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the number of times a cache listener call has completed.
getNumOfGets() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the number of times a successful get operation has occurred.
getNumOfMisses() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the number of times a cache miss has occurred.
getNumOfPuts() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the number of times an entry was added or replaced in this cache as a result of a local operation.
getNumOfThreads() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the number of threads currently in use.
getNumRunningFunctions() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of map-reduce jobs currently running on all members in the distributed system.
getNumRunningFunctions() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of currently executing functions.
getNumRunningFunctionsHavingResults() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of currently executing functions that will return resutls.
getNumSubscriptions() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the number of clients who have existing subscriptions.
getNumSubscriptions() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of subscriptions for all members.
getNumThreads() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of threads in use.
getNumUpdates() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Return the total number of times this index has been updated
getNumVoidRemovals() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getObject() - Method in class com.gemstone.gemfire.cache.operations.GetOperationContext
Get the value of this get operation.
getObject() - Method in interface com.gemstone.gemfire.pdx.PdxInstance
Deserializes and returns the domain object that this instance represents.
getObjectName() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Returns the ObjectName of the JMX management bean that represents this agent or null if this Agent has not been started.
getObjectSizer() - Method in class com.gemstone.gemfire.cache.EvictionAttributes
An ObjectSizer is used by the EvictionAlgorithm.LRU_MEMORY algorithm to measure the size of each Entry as it is entered into a Region.
getOfflineDiskStores() - Method in interface com.gemstone.gemfire.admin.BackupStatus
Deprecated.
Returns the set of disk stores that were known to be offline at the time of the backup.
getOfflineDiskStores() - Method in class com.gemstone.gemfire.management.DiskBackupStatus
Returns a list of directories for the disk stores that were off-line at the time the backup occurred.
getOfflineMembers() - Method in exception com.gemstone.gemfire.cache.persistence.PartitionOfflineException
Retrieve the set of disk directories which are known to hold data for the missing buckets, but are not online.
getOldDistributedSystemID() - Method in interface com.gemstone.gemfire.cache.util.TimestampedEntryEvent
 
getOldTimestamp() - Method in interface com.gemstone.gemfire.cache.util.TimestampedEntryEvent
 
getOldValue() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the value in the cache prior to this event.
getOldValue() - Method in exception com.gemstone.gemfire.cache.EntryExistsException
Returns the old existing value that caused this exception.
getOpenFileDescriptorCount() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the current number of open file descriptors..
getOperation() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheEvent
Deprecated.
Returns the actual operation that caused this event.
getOperation() - Method in interface com.gemstone.gemfire.cache.CacheEvent
Return a description of the operation that triggered this event.
getOperation() - Method in interface com.gemstone.gemfire.cache.EntryOperation
Deprecated. 
getOperation() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the Operation that triggered this event.
getOperation() - Method in interface com.gemstone.gemfire.cache.wan.GatewayQueueEvent
Returns the Operation that triggered this event.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.CloseCQOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.DestroyOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.ExecuteCQOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.GetDurableCQsOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.GetOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.InvalidateOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.OperationContext
Return the operation code associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.PutOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.RegionClearOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.RegionCreateOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.RegionDestroyOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.RegionOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.RegisterInterestOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.RemoveAllOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.StopCQOperationContext
Return the operation associated with the OperationContext object.
getOperationCode() - Method in class com.gemstone.gemfire.cache.operations.UnregisterInterestOperationContext
Return the operation associated with the OperationContext object.
GetOperationContext - Class in com.gemstone.gemfire.cache.operations
Encapsulates a OperationContext.OperationCode.GET region operation having the key object for the pre-operation case and both key, value objects for the post-operation case.
GetOperationContext(Object, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.GetOperationContext
Constructor for the operation.
getOptions() - Method in enum com.gemstone.gemfire.distributed.LocatorLauncher.Command
Gets a set of valid options that can be used with the Locator launcher command when used from the command-line.
getOptions() - Method in enum com.gemstone.gemfire.distributed.ServerLauncher.Command
Gets a set of valid options that can be used with the Locator launcher command when used from the command-line.
getOpType() - Method in class com.gemstone.gemfire.cache.operations.PutOperationContext
Return whether the operation is a create or update or unknown.
getOrderPolicy() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
Returns the order policy followed while dispatching the events to AsyncEventListener.
getOrderPolicy() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the OrderPolicy for this Gateway.
getOrderPolicy() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the order policy followed while dispatching the events to remote ds.
getOrderPolicy() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the order policy followed while dispatching the events to remote distributed system.
getOrderPolicy() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the order policy followed while dispatching the events to remote distributed system.
getOrdinal() - Method in class com.gemstone.gemfire.cache.InterestResultPolicy
Returns the ordinal value.
getOutgoingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getOutoforderBatchesReceived() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the number of batches which have been received out of order.
getOutputStream(OutputStream) - Method in interface com.gemstone.gemfire.cache.wan.GatewayTransportFilter
 
getOverflowDirectory() - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Deprecated.
getOverflowDirectory() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated.
getOverflowDiskStoreName() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
Returns the name of the disk store that is used for persistence.
getOverflowDiskStoreName() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the name of the disk store that is used for persistence.
getOwner() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Deprecated.
Returns a display string of the SystemMember owning this resource.
getParent() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
getParentRegion() - Method in interface com.gemstone.gemfire.cache.Region
Gets the parent region of this region.
getParentRegion() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the name of the parent Region.
getParentRegion() - Method in interface com.gemstone.gemfire.management.RegionMXBean
The name of the parent Region or null if the Region has no parent.
getPartitionAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the PartitionAttributes for the region.
getPartitionAttributes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the PartitionAttributes that configure how the region is partitioned.
getPartitionListeners() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns array of PartitionListener{s} configured on this partitioned region
getPartitionListeners() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns a list of Classes that are configured as listeners for the Region.
getPartitionMemberDetailsAfter() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns a Set of detailed information about each member that had rebalancable resources at the time that the rebalance completed.
getPartitionMemberDetailsBefore() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns a Set of detailed information about each member that had rebalancable resources at the time that the rebalance started.
getPartitionMemberInfo() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns an immutable set of PartitionMemberInfo representing every member that is configured to provide storage space to the partitioned region.
getPartitionName() - Method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
Returns the name of the fixed partition.
getPartitionName(EntryOperation<K, V>, Set<String>) - Method in interface com.gemstone.gemfire.cache.FixedPartitionResolver
This method is used to get the name of the partition for the given entry operation.
getPartitionRebalanceDetails() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns a Set of detailed information about each partitioned region that was rebalanced.
getPartitionRegionCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of Partition Regions present in the Cache.
getPartitionRegionInfo(Cache) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Gathers a set of details about all partitioned regions in the local Cache.
getPartitionRegionInfo(Region<?, ?>) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Gathers details about the specified partitioned region.
getPartitionResolver() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns the PartitionResolver set for custom partitioning
getPartitionResolver() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns a list of Classes that are configured as resolvers for the Region.
getPDXDeserializationAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average time, in seconds, spent deserializing PDX instanced.
getPDXDeserializationRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the instantaneous rate of PDX instance deserialization.
getPdxDiskStore() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the disk store used for PDX meta data
getPdxIgnoreUnreadFields() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns true if fields that are not read during PDX deserialization should be ignored during the PDX serialization.
getPdxPersistent() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns true if the PDX metadata for this cache is persistent
getPdxReadSerialized() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns whether { @link PdxInstance} is preferred for PDX types instead of Java object.
getPdxSerializer() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the PdxSerializer used by this cache, or null if no PDX serializer is defined.
getPendingEventCount() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the approximate number of pending subscription events maintained at server for this durable client pool at the time it (re)connected to the server.
getPersistBackup() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns whether or not a persistent backup should be made of the region (as opposed to just writing the overflow data to disk).
getPersistBackup() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Returns true if the factory is persisted to disk; false if not.
getPersistBackup() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of GemFire 5.0, use DataPolicy.PERSISTENT_REPLICATE instead
getPid() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the user-specified process ID (PID) of the running GemFire service that AbstractLauncher implementations can use to determine status, or stop the service.
getPid() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the process ID of the running GemFire service if known, otherwise returns null.
getPid() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the process ID (PID) of the running Locator indicated by the user as an argument to the LocatorLauncher.
getPid() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the user-specified process ID (PID) of the running Locator that LocatorLauncher uses to issue status and stop commands to the Locator.
getPid() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the process ID (PID) of the running Server indicated by the user as an argument to the ServerLauncher.
getPid() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the user-specified process ID (PID) of the running Server that ServerLauncher uses to issue status and stop commands to the Server.
getPingInterval() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the ping interval for this pool.
getPoolName() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Returns the name of the Pool associated with the dynamic region factory.
getPoolName() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the name of the Pool that this region will use to communicate with servers, if any.
getPoolName() - Method in class com.gemstone.gemfire.distributed.DurableClientAttributes
 
getPoolName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the name of the Pool that this Region will use to communicate with servers, if any.
getPoolStats() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
getPort() - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Deprecated.
Returns the port on which ths distribution locator listens for members to connect.
getPort() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the port on which this bridge server listens for bridge clients to connect.
getPort() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the port on which this cache server listens for clients to connect.
getPort() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the port on which this cache server listens for clients.
getPort() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the port on which this server listens for clients.
getPort() - Method in interface com.gemstone.gemfire.cache.util.Gateway.Endpoint
Deprecated.
Returns the port for this Endpoint.
getPort() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the port on which this GatewayHub listens for remote connections
getPort() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns the port on which this GatewayReceiver listens for clients.
getPort() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the port for the process and its service.
getPort() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the port on which this locator runs
getPort() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the port number used by the Locator to listen for client requests.
getPort() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the port number on which the Locator listens for client requests.
getPort() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the port on which this CacheServer listens for clients.
getPort() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the port the receiver is listening on.
getPort() - Method in interface com.gemstone.gemfire.management.LocatorMXBean
Returns the port on which this Locator listens for connections.
getPortAsString() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the port number represented as a String value.
getPossibleDuplicate() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEvent
Returns whether possibleDuplicate is set for this event.
getPossibleDuplicate() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns whether this event is a possible duplicate.
getPrimaryBucketCount() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of primary buckets on this member.
getPrimaryBucketCount() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of primary buckets on this member.
getPrimaryCount() - Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
The number of hosted buckets for which the member is hosting the primary copy.
getPrimaryMemberForKey(Region<K, V>, K) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Get the current primary owner for a key.
getPrimaryTransfersCompleted() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the number of primaries that were transferred for this region.
getPrimaryTransferTime() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the time, in milliseconds, spent transferring primaries for this region.
getPrincipal() - Method in exception com.gemstone.gemfire.security.NotAuthorizedException
 
getProcessCpuTime() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the amount of time (in nanoseconds) used by the client process.
getProcessCpuTime() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the amount of time (in nanoseconds) used by the member's process.
getProcessId() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the process id for this member.
getProcessId() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the operating system process ID.
getProductDirectory() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Returns the name of the GemFire product directory to use when administering the managed entity.
getProjectionAttributes() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the original projectionAttributes for this expression.
getProperties() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Returns the properties that defined this BridgeWriter.
getProperties() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the properties that defined this BridgeWriter.
getProperties() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the configuration properties.
getProperties() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the GemFire Distributed System (cluster) Properties.
getProperties() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the GemFire Distributed System (cluster) Properties.
getPropertyFileURL() - Static method in class com.gemstone.gemfire.distributed.DistributedSystem
Gets an URL for the property file, if one can be found, that the connect method will use as its property file.
getPRSingleHopEnabled() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns true if single-hop optimisation is enabled on this pool.
getPublisher() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated.
as of 6.5
getPulseURL() - Method in interface com.gemstone.gemfire.management.ManagerMXBean
Returns the URL for connecting to the Pulse application.
getPutAllAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the cache putAll average latency.
getPutAllRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of putAlls per second.
getPutAllRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of putAlls per second.
getPutAllRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of putAlls per second.
getPutEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated.
as of GemFire 5.0, use TransactionEvent.getEvents() instead
getPutLocalRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of local puts per second.
getPutLocalRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of local puts per second.Only applicable for partitioned regions.
getPutRemoteAvgLatency() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the average latency for remote puts.
getPutRemoteAvgLatency() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the average latency for remote puts in nanoseconds.Only applicable for partitioned regions.
getPutRemoteLatency() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the latency for the most recent remote put.
getPutRemoteLatency() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the latency for the most recent remote put in nanoseconds.Only applicable for partitioned regions.
getPutRemoteRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of remote puts per second.
getPutRemoteRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of remote puts per second.Only applicable for partitioned regions.
getPutRequestAvgLatency() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the average put request latency.
getPutRequestAvgLatency() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the average put request latency.
getPutRequestRate() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the rate of put requests.
getPutRequestRate() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the rate of put requests.
getPutsAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the cache put average latency.
getPutsRate() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of puts per second.
getPutsRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of puts per second.
getPutsRate() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the number of puts per second.
getQuery() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Return the query string of this query operation.
getQuery() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get the query object generated for this CQs query.
getQueryCollectionsDepth() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Number of elements in a collection to be shown in queryData operation if query results contain collections like Map, List etc.
getQueryOperation() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the operation on the query results.
getQueryParams() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Get the bind parameters for the query
getQueryRequestRate() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the rate of queries.
getQueryRequestRate() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the average number of queries per second across all distributed members.
getQueryResult() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Get the result of the query execution.
getQueryResultSetLimit() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Number of rows DistributedSystemMXBean.queryData() operation will return.
getQueryService(String) - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Return the QueryService for the named pool.
getQueryService() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the QueryService for this Pool.
getQueryService() - Method in interface com.gemstone.gemfire.cache.RegionService
Return the QueryService for this region service.
getQueryString() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get the original query string that was specified with CQ.
getQueryString() - Method in interface com.gemstone.gemfire.cache.query.Query
Return the original query string that was specified in the constructor.
getQueueAttributes() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the GatewayQueueAttributess for this Gateway
getQueueLoad() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the load from queues as reported by the load probe installed in this server.
getQueueLoad() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the load from queues as reported by the load probe installed in this server.
getQueueSize() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the maximum number of operations that can be asynchronously queued to be written to disk.
getQueueSize() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the number of entries in this Gateway's queue.
getQueueSize() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the client queue size.
getQueueSize() - Method in class com.gemstone.gemfire.management.ClientQueueDetail
 
getQueueSize() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the maximum number of operations that can be asynchronously queued for saving to disk.
getRawBits(StatisticDescriptor) - Method in interface com.gemstone.gemfire.Statistics
Returns the bits that represent the raw value of the described statistic.
getRawBits(String) - Method in interface com.gemstone.gemfire.Statistics
Returns the bits that represent the raw value of the named statistic.
getRawText() - Method in class com.gemstone.gemfire.i18n.StringId
Accessor for the raw (unformatted) text of this StringId
getReadLockCount() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Return number of read locks taken on this index
getReadTimeout() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the read timeout of this pool.
getReadTimeout() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Returns the read timeout being used to time out requests to the server Internal use only.
getReadTimeout() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the read timeout being used to time out requests to the server Internal use only.
getRebalance() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Determines whether a rebalance operation on the cache will occur upon starting the GemFire server.
getRebalanceOperations() - Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Returns a set of all active RebalanceOperations that were started locally on this member.
getRebalancesInProgress() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns current number of cache rebalance operations being directed by this process.
getReconnectedCache() - Method in interface com.gemstone.gemfire.cache.Cache
Returns the new Cache if there was an auto-reconnect and the cache was recreated.
getReconnectedSystem() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the new DistributedSystem if there was an auto-reconnect
getRecoveryDelay() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns the delay in milliseconds that existing members will wait before satisfying redundancy after another member crashes.
getRecoveryDelay() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the delay (in milliseconds) that a member will wait while trying to satisfy the redundancy of data hosted on other members.
getRedirectOutput() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Determines whether the new instance of LocatorLauncher will redirect output to system logs when starting a Locator.
getRedirectOutput() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Determines whether the new instance of LocatorLauncher will redirect output to system logs when starting a Locator.
getRedundancyZone() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getRedundancyZone() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the redundancy-zone of the member;
getRedundantCopies() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
The number of Backups for an entry in PartitionedRegion.
getRedundantCopies() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the number of redundant copies for this PartitionedRegion.
getRedundantMembersForKey(Region<K, V>, K) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Get all potential redundant owners for a key.
getRefreshInterval() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the refreshInterval in seconds used for auto-polling and updating AdminDistributedSystem constituents including SystemMember, CacheServer, SystemMemberCache and StatisticResource
getRegion(String) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Return the existing region (or subregion) with the specified path that already exists in the cache.
getRegion() - Method in interface com.gemstone.gemfire.cache.AttributesMutator
Returns the Region whose attributes this mutator affects.
getRegion() - Method in interface com.gemstone.gemfire.cache.CacheEvent
Returns the region to which this cached object belongs or the region that raised this event for RegionEvents.
getRegion() - Method in interface com.gemstone.gemfire.cache.EntryOperation
Returns the region to which this cached object belongs or the region that raised this event for RegionEvents.
getRegion() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns the region to which this interest belongs.
getRegion() - Method in interface com.gemstone.gemfire.cache.LoaderHelper
Returns the region to which the entry belongs.
getRegion() - Method in interface com.gemstone.gemfire.cache.query.Index
The Region this index is on
getRegion() - Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the region that contains this entry.
getRegion() - Method in exception com.gemstone.gemfire.cache.RegionExistsException
Return the Region that already exists which prevented region creation.
getRegion(String) - Method in interface com.gemstone.gemfire.cache.RegionService
Return the existing region (or subregion) with the specified path.
getRegion() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the Region associated with this GatewayEvent.
getRegion() - Method in interface com.gemstone.gemfire.cache.wan.GatewayQueueEvent
Returns the Region associated with this AsyncEvent
getRegionAttributes(String) - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the RegionAttributes with the given id or null if no RegionAttributes with that id exists.
getRegionDistributedLock() - Method in interface com.gemstone.gemfire.cache.Region
For Scope.GLOBAL regions, gets a distributed lock on this whole region.
getRegionDistributionExceptions() - Method in exception com.gemstone.gemfire.cache.CommitDistributionException
Returns set of RegionDistributionExceptions for each region that had a reliability failure during distribution of the operation.
getRegionFullPath() - Method in exception com.gemstone.gemfire.cache.RegionDestroyedException
 
getRegionFullPath() - Method in exception com.gemstone.gemfire.cache.RegionRoleException
Returns the full path of the region for which access was attempted.
getRegionIdleTimeout() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the idleTimeout expiration attributes for the region as a whole.
getRegionIdleTimeout() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the idle timeout expiration for the Region.
getRegionIdleTimeoutAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the RegionIdleTimeout action in this region's attributes.
getRegionIdleTimeoutTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the RegionIdleTimeout time limit in this region's attributes.
getRegionMBeanName(DistributedMember, String) - Method in class com.gemstone.gemfire.management.ManagementService
Returns the object name of the RegionMBean representing a region.
getRegionName() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns the name of the region to which this interest event belongs.
getRegionName() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
getRegionNames() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Get the names of regions that are part of the query string.
getRegionPath() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegionEvent
Deprecated.
Returns the full path of the region the event was done on.
getRegionPath() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the full path of the partitioned region that these details describe.
getRegionPath() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the full path of the partitioned region that this object describes.
getRegionService() - Method in interface com.gemstone.gemfire.cache.Region
Returns the cache associated with this region.
getRegionService() - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
Returns the cache that this serializer is installed on.
getRegionStatus(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
For internal use only
getRegionStatuses() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getRegionTimeToLive() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the timeToLive expiration attributes for the region as a whole.
getRegionTimeToLive() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the time to live expiration for the Region.
getRegionTimeToLiveAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the RegionTimeToLive action in this region's attributes.
getRegionTimeToLiveTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the RegionTimeToLive time limit in this region's attributes.
getRegionType() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the type (data policy) of the Region.
getRegionType() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the type (data policy) of the Region.
getRegisteredCQCount() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the number of registered CQs.
getRegisteredCQCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of CQs registers on all members.
getRegisteredFunctions() - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
Returns all locally registered functions
getRegisterInterest() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Returns true if the region will register interest in all keys of a corresponding server cache region
getRemoteCommand() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves the remote command and formatting this system should use to access and/or manipulate resources on remote machines.
getRemoteCommand() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the remote command setting to use for remote administration
getRemoteCommand() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Returns the command prefix used to administer a managed entity that is hosted on a remote machine.
getRemoteDSId() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the id of the remote GatewayReceiver's DistributedSystem.
getRemoteDSId() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the id of the remote GatewayReceiver's DistributedSystem.
getRemoteLocatorInfo(int) - Method in class com.gemstone.gemfire.distributed.Locator
 
getReplyWaitsCompleted() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns total number of times waits for a reply have completed.
getReplyWaitsInProgress() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns current number of threads waiting for a reply.
getRequiredRoles() - Method in class com.gemstone.gemfire.cache.MembershipAttributes
Returns the set of Roles that are required for the reliability of this region.
getRequiredRoles() - Method in interface com.gemstone.gemfire.cache.RoleEvent
Returns the required roles that were lost or gained because of this event.
getRequiredRoles() - Method in class com.gemstone.gemfire.management.MembershipAttributesData
Returns the set of Roles that are required for the reliability of this region.
getResourceManager() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the ResourceManager for managing this cache's resources.
getResult() - Method in interface com.gemstone.gemfire.cache.execute.ResultCollector
Method used to pull results from the ResultCollector.
getResult(long, TimeUnit) - Method in interface com.gemstone.gemfire.cache.execute.ResultCollector
Method used to pull results from the ResultCollector.
getResult() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
 
getResults() - Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
Wait for this operation to complete and return the results.
getResults(long, TimeUnit) - Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
Wait for this operation to complete and return the results.
getResultSender() - Method in interface com.gemstone.gemfire.cache.execute.FunctionContext
Returns the ResultSender which is used to add the ability for an execute method to send a single result back, or break its result into multiple pieces and send each piece back to the calling thread's ResultCollector.
getResumptionAction() - Method in class com.gemstone.gemfire.cache.MembershipAttributes
Returns the resumption action that describes behavior when
getResumptionAction() - Method in class com.gemstone.gemfire.management.MembershipAttributesData
Returns the policy that describes the action to take when resuming from missing roles.
getRetryAttempts() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the retry attempts for this pool.
getRetryAttempts() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Returns the number of times the bridge loader tries to get data on encountering certain types of exceptions.
getRetryAttempts() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the number of times the bridge writer tries to write data on encountering certain types of exceptions.
getRetryInterval() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Returns the retry interval in use.
getRetryInterval() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Returns the retry interval in use.
getRmiBindAddress() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the bind address to which the RMI adapter's listening sockets are bound.
getRmiPort() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the port of the RMI adapter.
getRmiServerPort() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the port of the RMI Connector Server.
getRoles() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Returns the names of the membership roles filled by this member.
getRoles() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the Roles that this member performs in the system.
getRoles() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getRootCause() - Method in exception com.gemstone.gemfire.GemFireCheckedException
Returns the root cause of this GemFireCheckedException or null if the cause is nonexistent or unknown.
getRootCause() - Method in exception com.gemstone.gemfire.GemFireException
Returns the root cause of this GemFireException or null if the cause is nonexistent or unknown.
getRootRegionNames() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Returns the names of all the root regions currently in this cache.
getRootRegionNames() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns a list of all root Region names.
getRoutingObject(EntryOperation<K, V>) - Method in interface com.gemstone.gemfire.cache.PartitionResolver
 
getScope() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
/** Returns the Scope in this region's attributes.
getScope() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the scope of the region.
getScope() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the scope.
getSearchTimeout() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Gets the number of seconds a cache get operation can spend searching for a value before it times out.
getSearchTimeout() - Method in interface com.gemstone.gemfire.cache.Cache
Gets the number of seconds a cache get operation can spend searching for a value before it times out.
getSecurityClientAccessor() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityClientAccessorPP() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityClientAuthenticator() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityClientAuthInit() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityClientDHAlgo() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityLogFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityLogger() - Method in interface com.gemstone.gemfire.cache.GemFireCache
Gets the security logging object for GemFire.
getSecurityLoggerI18n() - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of 6.5 use getSecurityLogger().convertToLogWriterI18n() instead
getSecurityLogLevel() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityLogWriter() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the LogWriter used for logging security related information.
getSecurityPeerAuthenticator() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityPeerAuthInit() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityPeerMembershipTimeout() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSecurityProperties() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the security specific configuration properties.
getSecurityPropertiesFileURL() - Static method in class com.gemstone.gemfire.distributed.DistributedSystem
Gets an URL for the security property file, if one can be found, that the connect method will use as its property file.
getSenderId() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the ID of the GatewaySender.
getSequenceID() - Method in class com.gemstone.gemfire.cache.wan.EventSequenceID
 
getSerializationAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average time (in nanoseconds) spent serializing objects.
getSerializationLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average latency (in nanoseconds) spent serializing objects.
getSerializationRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the instantaneous rate of serializing objects.
getSerializedNewValue() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the serialized form of the value in the cache after this event.
getSerializedOldValue() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the serialized form of the value in the cache before this event.
getSerializedValue() - Method in class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
Get the serialized value for this operation.
getSerializedValue() - Method in interface com.gemstone.gemfire.cache.SerializedCacheValue
Returns the raw byte[] that represents this cache value.
getSerializedValue() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Deprecated.
Returns the serialized form of the value associated with this event.
getSerializedValue() - Method in interface com.gemstone.gemfire.cache.wan.GatewayQueueEvent
Returns the serialized form of the value associated with this event.
getServerBindAddress() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the IP address to which client/server server sockets are bound
getServerBindAddress() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the IP address to which the Server will be bound listening for and accepting cache client connections in a client/server topology.
getServerBindAddress() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the IP address to which the Server is bound listening for and accepting cache client connections.
getServerBindAddress() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerBindAddressAsString() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the host, as either hostname or IP address, on which the Server was bound and running.
getServerGroup() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the server group of this pool.
getServerPort() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getServerPort() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the port on which the Server will listen for and accept cache client connections in a client/server topology.
getServerPort() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the port on which the Server is listening for cache client connections.
getServerPortAsString() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the server port on which the Server is listening for client requests represented as a String value.
getServers() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns an unmodifiable list of InetSocketAddress of the servers this pool is using.
getServerSSLCiphers() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerSSLKeyStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerSSLKeyStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerSSLKeyStoreType() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerSSLProtocols() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerSSLTrustStore() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerSSLTrustStorePassword() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getServerState() - Static method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the ServerState for this process or null if this process was not launched using this VM's ServerLauncher reference .
getServiceLocation() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the location of the GemFire service (usually the host in combination with the port).
getServiceName() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the name of the GemFire service.
getServiceName() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the name for a GemFire Locator.
getServiceName() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the name for a GemFire Server.
getServiceNamed(String) - Static method in class com.gemstone.gemfire.distributed.DistributedLockService
Look up and return the DistributedLockService with the given name, if it has been created in this VM.
getSeverity() - Method in class com.gemstone.gemfire.admin.AlertLevel
Deprecated.
 
getSimpleClassName() - Method in interface com.gemstone.gemfire.cache.query.types.ObjectType
 
getSize() - Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
The total size in bytes of memory being used by the member for storage of actual data in the partitioned region.
getSnapshotService() - Method in interface com.gemstone.gemfire.cache.Cache
Obtains the snapshot service to allow the cache data to be imported or exported.
getSnapshotService() - Method in interface com.gemstone.gemfire.cache.Region
Obtains the snapshot service to allow the cache data to be imported or exported.
getSnmpBindAddress() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the bind address used with the SNMP adapter.
getSnmpDirectory() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the directory for the SNMP adapater.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
Deprecated.
Returns the configured buffer size of the socket connection for this BridgeServer.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
Deprecated.
Returns the configured buffer size of the socket connection for this CacheServer.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the socket buffer size of this pool.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the configured buffer size of the socket connection for this CacheServer.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated.
Returns the configured buffer size of the socket connection for this BridgeServer.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Returns the configured buffer size of the socket connection between this Gateway and its receiving Gateway.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the configured buffer size of the socket connection for this GatewayHub.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns the configured buffer size of the socket connection for this GatewayReceiver.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the configured buffer size of the socket connection between this GatewaySender and its receiving GatewayReceiver.
getSocketBufferSize() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
 
getSocketBufferSize() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
 
getSocketBufferSize() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the configured buffer size of the socket connection for this CacheServer.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the configured buffer size of the socket connection.
getSocketBufferSize() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the configured buffer size of the socket connection between this GatewaySender and its receiving GatewayReceiver.
getSocketBufferSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSocketLeaseTime() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSocketReadTimeout() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Deprecated.
Optional operation.
getSocketReadTimeout() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
Returns the amount of time in milliseconds that a socket read between a sending GatewaySender and its receiving GatewayReceiver will block.
getSocketReadTimeout() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the amount of time (in milliseconds) that a socket read between a sending GatewaySender and its receiving GatewayReceiver is allowed to block.
getSourceId() - Method in interface com.gemstone.gemfire.admin.Alert
Deprecated.
The id of the source of the alert (such as a thread in a VM)
getSpringXmlLocation() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the location of the Spring XML configuration meta-data file used to bootstrap, configure and initialize the GemFire Server on start.
getSpringXmlLocation() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the location of the Spring XML configuration meta-data file used to bootstrap, configure and initialize the GemFire Server on start.
getSSLCiphers() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the value of the "ssl-ciphers" property.
getSslCiphers() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getSSLProperties() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the provider-specific properties for SSL.
getSSLProtocols() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the value of the "ssl-protocols" property.
getSslProtocols() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getStartDevRestApi() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getStartLocator() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getStartPort() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
Returns start value of the port range from which the GatewayReceiver's port will be chosen.
getStartPort() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the configured start port.
getStartupPolicy() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Deprecated.
Returns the startup policy for this GatewayHub.
getStartupRecoveryDelay() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns the delay in milliseconds that a new member will wait before trying to satisfy redundancy of data hosted on other members.
getStartupRecoveryDelay() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the delay (in milliseconds) that a new member will wait while trying to satisfy the redundancy of data hosted on other members.
getStat(String) - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Retrieves this members statistic resources.
getState() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get the state of the CQ in CqState object form.
getStateSaveFile() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns the name of the file to be used for saving agent state See description above.
getStatisticArchiveFile() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getStatisticInterval() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the statistic interval for this pool.
getStatistics() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Deprecated.
Returns a read-only array of every Statistic in this resource.
getStatistics() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Returns statistics related to this cache's performance.
getStatistics() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get statistics information for this CQ.
getStatistics() - Method in interface com.gemstone.gemfire.cache.query.Index
Get statistics information for this index.
getStatistics() - Method in interface com.gemstone.gemfire.cache.query.Query
Get statistics information for this query.
getStatistics() - Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the statistics for this entry.
getStatistics() - Method in interface com.gemstone.gemfire.cache.Region
Returns the CacheStatistics for this region.
getStatistics() - Method in interface com.gemstone.gemfire.StatisticsType
Returns descriptions of the statistics that this statistics type gathers together
getStatisticSampleRate() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getStatisticsEnabled() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the StatisticsEnabled in this region's attributes.
getStatisticsEnabled() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether the statistics are enabled for this region and its entries.
getStats() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Retrieves this members statistic resources.
getStatus() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the state of the GemFire service.
getStatus() - Method in interface com.gemstone.gemfire.management.cli.Result
Returns the status of a processed command.
getStatusMessage() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets description of the the service's current state.
getStatusMessage() - Method in interface com.gemstone.gemfire.management.ManagerMXBean
Returns the last set status message.
getStructType() - Method in interface com.gemstone.gemfire.cache.query.Struct
Returns the StructType that describes the fields of this Struct.
getSubregion(String) - Method in interface com.gemstone.gemfire.cache.Region
Returns a subregion with the specified name or null if doesn't exist.
getSubregionCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the number of subregions currently in this region.
getSubregionFullPaths() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the full path of each of the subregions of this region.
getSubregionNames() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the names of all the subregions of this region.
getSubRegionSnapshots() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
Deprecated.
 
getSubscriberLoad() - Method in class com.gemstone.gemfire.management.ServerLoadData
Returns the load on the server due to subscription connections.
getSubscriptionAckInterval() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the subscription ack interval of this pool.
getSubscriptionAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the SubscriptionAttributes for the region.
getSubscriptionAttributes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the SubscriptionAttributes that configure how this region behaves as a subscriber to remote caches.
getSubscriptionConnectionCount() - Method in interface com.gemstone.gemfire.cache.server.ServerMetrics
Get the number of client subscription connections hosted on this bridge server.
getSubscriptionConnectionLoad() - Method in class com.gemstone.gemfire.cache.server.ServerLoad
Get the load on the server due to subscription connections.
getSubscriptionEnabled() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the true if a server-to-client subscriptions are enabled on this pool.
getSubscriptionEnabled() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
 
getSubscriptionMessageTrackingTimeout() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the subscription message tracking timeout of this pool.
getSubscriptionRedundancy() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the subscription redundancy level of this pool.
getSubstituteValue(EntryEvent<K, V>) - Method in interface com.gemstone.gemfire.cache.wan.GatewayEventSubstitutionFilter
Return the substitute value to be stored in the GatewayQueueEvent and enqueued in the RegionQueue
getSupportedClasses() - Method in class com.gemstone.gemfire.DataSerializer
Returns the Classes whose instances are data serialized by this DataSerializer.
getSystemDiskStoreCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of disks stores in the distributed system.
getSystemId() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the string identity for the system
getSystemLoadAverage() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the system load average.
getSystemMember() - Method in interface com.gemstone.gemfire.admin.Alert
Deprecated.
The member of the distributed system that issued the alert, or null if the issuer is no longer a member of the distributed system.
getSystemMemberApplications() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Retrieves SystemMember instances for every application that is running and currently connection to this system.
getSystemName() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the optional non-unique name for the system
getSystemRegionEntryCount() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the number of entries in the Region.
getTcpNoDelay() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Get the outgoing connection tcp-no-delay setting.
getTcpPort() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns the primary communication port number for the Distributed System.
getTcpPort() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getTextId() - Method in interface com.gemstone.gemfire.Statistics
Gets the text associated with this instance that helps identify it.
getThreadID() - Method in class com.gemstone.gemfire.cache.wan.EventSequenceID
 
getThreadLocalConnections() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns true if thread local connections are enabled on this pool.
getThreadQueueSize() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the current number of connections waiting for a thread to start processing their message.
getThreadQueueSize() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the current number of connections waiting for a thread to start processing their message.
getThrowable() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
If an error occurred, return the Throwable, otherwise return null.
getTime() - Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the time, in milliseconds, that the rebalance operation took for this region.
getTimeInterval() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the number of milliseconds that can elapse before unwritten data is written to disk.
getTimeInterval() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Deprecated.
as of 6.5 use DiskStore.getTimeInterval() instead.
getTimeInterval() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the time (in milliseconds) that can elapse before unwritten data is saved to disk.
getTimeout() - Method in class com.gemstone.gemfire.cache.ExpirationAttributes
Returns the number of seconds before a region or value expires.
getTimeout() - Method in class com.gemstone.gemfire.distributed.DurableClientAttributes
Returns the durable client's timeout.
getTimestamp() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
The date and time the GemFire service was last in this state.
getTotalBackupCompleted() - Method in class com.gemstone.gemfire.management.DiskMetrics
Returns the number of backups of this DiskStore that have been completed.
getTotalBackupCompleted() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the number of backups of this DiskStore that have been completed.
getTotalBackupCompleted() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of backups that have been completed.
getTotalBackupInProgress() - Method in class com.gemstone.gemfire.management.DiskMetrics
Returns the number of backups currently in progress on this DiskStore.
getTotalBackupInProgress() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the number of backups currently in progress on this DiskStore.
getTotalBackupInProgress() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of backups currently in progress for all disk stores.
getTotalBackupInProgress() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of backups currently in progress for all disk stores.
getTotalBatchesRedistributed() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the total number of batches of events that were resent.
getTotalBucketCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total number of buckets.
getTotalBucketCreateBytes() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total size, in bytes, of all of the buckets that were created as part of the rebalance operation.
getTotalBucketCreatesCompleted() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total number of buckets created during the rebalance operation.
getTotalBucketCreateTime() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total time, in milliseconds, taken to create buckets.
getTotalBucketSize() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the total number of entries in all buckets.
getTotalBucketSize() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the total number of entries in all buckets.
getTotalBucketTransferBytes() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total size, in bytes, of buckets that were transferred.
getTotalBucketTransfersCompleted() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total number of buckets transferred.
getTotalBucketTransferTime() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total amount of time, in milliseconds, it took to transfer buckets.
getTotalBytesOnDisk() - Method in class com.gemstone.gemfire.management.DiskMetrics
Returns the total number of bytes of space that have been used.
getTotalBytesOnDisk() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the total number of bytes of space this DiskStore has used.
getTotalConnectionsTimedOut() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the total number of client connections that timed out and were closed.
getTotalConnectionsTimedOut() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the total number of client connections that timed out and were closed.
getTotalDiskEntriesInVM() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the current number of entries held in memory.
getTotalDiskEntriesInVM() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the current number of entries held in memory.
getTotalDiskTasksWaiting() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the current number of disk tasks (op-log compaction, asynchronous recovery, etc.) that are waiting for a thread to run.
getTotalDiskUsage() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of bytes used on all disks.
getTotalDiskUsage() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total number of bytes used on all disks.
getTotalDiskWritesProgress() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the current number of disk writes in progress.
getTotalDiskWritesProgress() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the current number of disk writes in progress.
getTotalEntriesOnlyOnDisk() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
Returns the current number of entries whose values are only on disk (not in memory).
getTotalEntriesOnlyOnDisk() - Method in interface com.gemstone.gemfire.management.RegionMXBean
Returns the current number of entries whose values are only on disk (not in memory).
getTotalEventsConflated() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
Returns the number of events received, but not added to the event queue, because the queue already contains an event with the same key.
getTotalExecutionTime() - Method in interface com.gemstone.gemfire.cache.query.QueryStatistics
Returns the total amount of time (in nanoseconds) spent executing the query.
getTotalFailedConnectionAttempts() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the total number of client connection requests that failed.
getTotalFailedConnectionAttempts() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the total number of client connection requests that failed.
getTotalFileDescriptorOpen() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the current number of open file descriptors.
getTotalHeapSize() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the total available heap (in megabytes) across all distributed members.
getTotalHitCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of times that a hit occurred for all regions.
getTotalHitCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of times that a hit occurred for all regions.
getTotalIndexMaintenanceTime() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the total time spent updating indexes due to changes in the data.
getTotalLoadsCompleted() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total number of times that a load on this cache has completed, as a result of either a local get or a remote net load.
getTotalLockWaitTime() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the amount of time (in milliseconds) spent waiting for a lock.
getTotalMaxMemory() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
This method returns the maximum total size of the region, in megabytes.
getTotalMaxMemory() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the maximum total size (in megabytes) of the Region.
getTotalMissCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of times that a cache miss occurred for all regions.
getTotalMissCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of times that a cache miss occurred for all regions.
getTotalNetLoadsCompleted() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total number of times the a network load initiated by this cache has completed.
getTotalNetSearchCompleted() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total number of times that a network search initiated by this cache has completed.
getTotalNumberOfGrantors() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of locks for which this member is a granter.
getTotalNumberOfLockService() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of lock services in use.
getTotalNumBuckets() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
This method returns total number of buckets for a PartitionedRegion.
getTotalNumBuckets() - Method in class com.gemstone.gemfire.management.PartitionAttributesData
Returns the total number of buckets for the whole region.
getTotalPhysicalMemorySize() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the number of megabytes of memory available to the operating system.
getTotalPrimaryBucketCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of buckets for which this member is the primary holder.
getTotalPrimaryTransfersCompleted() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total number of primaries that were transferred.
getTotalPrimaryTransferTime() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total time, in milliseconds, spent transferring primaries.
getTotalQueueSize() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the number of entries in the asynchronous queue waiting to be written to disk.
getTotalReceivedBytes() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the total number of bytes received from clients.
getTotalReceivedBytes() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the total number of bytes received from clients.
getTotalRecoveriesInProgress() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the number of persistent regions currently being recovered from disk.
getTotalRegionCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of Regions.
getTotalRegionCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of Regions present in the Cache.
getTotalRegionEntryCount() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the total number of entries in all regions.
getTotalRegionEntryCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the total number of entries in all regions.
getTotalSentBytes() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Returns the total number of bytes sent to clients.
getTotalSentBytes() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the total number of bytes sent to clients.
getTotalSize() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated.
use getTotalMaxMemory() instead
getTotalSwapSpaceSize() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the number of megabytes of swap space allocated.
getTotalThreads() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the number of threads in use.
getTotalTime() - Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total time, in milliseconds, that the rebalance operation took.
getTotalTransactionsCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of current transactions.
getTotalUpdateTime() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the total amount of time (in nanoseconds) spent updating this index.
getTotalUses() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the total number of times this index has been accessed by a query.
getTransactionCommitsAvgLatency() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average commit latency in nanoseconds .
getTransactionCommitsRate() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the average number of transactions committed per second.
getTransactionCommitted() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of committed transactions across all members.
getTransactionCommittedTotalCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of committed transactions.
getTransactionId() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Returns the transaction identifier for the current thread
getTransactionId() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Gets the TransactionId for this EntryEvent.
getTransactionId() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Gets the TransactionId associated this TransactionEvent.
getTransactionRolledBack() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the number of transactions that were rolled back across all members.
getTransactionRolledBackTotalCount() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the number of transactions that were rolled back.
getType() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Deprecated.
Gets the classification type of this resource.
getType() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Gets the type of SystemMemberType this member is.
getType() - Method in interface com.gemstone.gemfire.cache.query.Index
Get the index type
getType() - Method in interface com.gemstone.gemfire.StatisticDescriptor
Returns the type of this statistic
getType() - Method in interface com.gemstone.gemfire.Statistics
Gets the StatisticsType of this instance.
getUdpFragmentSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getUdpRecvBufferSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getUdpSendBufferSize() - Method in class com.gemstone.gemfire.management.GemFireProperties
 
getUnconnectedOutgoingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getUnconnectedServers() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getUniqueId() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Deprecated.
Returns an ID that uniquely identifies the resource within the SystemMember it belongs to.
getUniqueId() - Method in interface com.gemstone.gemfire.Statistics
Gets a value that uniquely identifies this statistics.
getUnit() - Method in interface com.gemstone.gemfire.StatisticDescriptor
Returns the unit in which this statistic is measured
getUnits() - Method in interface com.gemstone.gemfire.admin.Statistic
Deprecated.
Gets the unit of measurement (if any) this statistic represents.
getUpdateRequestsRate() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
Returns the rate of update requests received.
getUpTime() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getUpTime() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Returns number of seconds since this member's cache has been created.
getUptime() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the amount of time in milliseconds that the JVM process with the GemFire service has been running.
getUpTime() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
Returns the amount of time (in seconds) that the client has been running.
getUsableLocalCommandService() - Static method in class com.gemstone.gemfire.management.cli.CommandService
Returns an existing 'usable' CommandService>.
getUsedHeapSize() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Deprecated.
 
getUsedHeapSize() - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Returns the total heap used on all members.
getUsedMemory() - Method in class com.gemstone.gemfire.management.JVMMetrics
Returns the current number of megabytes of memory being used.
getUsedMemory() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the current size of the heap in megabytes.
getUserAttribute() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns a description of any user attribute associated with this region.
getUserAttribute() - Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the user attribute for this entry in the local cache.
getUserAttribute() - Method in interface com.gemstone.gemfire.cache.Region
Returns the application-defined object associated with this region.
getUUID() - Method in interface com.gemstone.gemfire.cache.persistence.PersistentID
The unique identifier for the persistent data.
getValue() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Deprecated.
Gets the current value
getValue() - Method in interface com.gemstone.gemfire.admin.Statistic
Deprecated.
Gets the value of this statistic as a java.lang.Number.
getValue() - Method in class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
Get the value for this operation.
getValue() - Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the value of this entry in the local cache.
getValueAsString() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Deprecated.
Gets the current value as a string
getValueConstraint() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Returns the ValueConstraint in this region's attributes.
getValueConstraint() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the class that the values in this region are constrained to.
getValueConstraintClassName() - Method in class com.gemstone.gemfire.management.RegionAttributesData
Returns the Class that the values in this region are constrained to (must be an instance of).
getValueType() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Deprecated.
Gets the class type of the value
getVersion() - Method in interface com.gemstone.gemfire.admin.SystemMember
Deprecated.
Returns this member's GemFire version information.
getVersion() - Static method in class com.gemstone.gemfire.cache.CacheFactory
Returns the version of the cache implementation.
getVersion() - Static method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Returns the version of the cache implementation.
getVersion() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Returns the GemFire version.
getVersion() - Method in class com.gemstone.gemfire.management.OSMetrics
Returns the version of the operating system.
getVisibleNodes() - Method in interface com.gemstone.gemfire.management.MemberMXBean
The current number of nodes in this distributed system visible to this member.
getVmConfig() - Method in interface com.gemstone.gemfire.admin.CacheVm
Deprecated.
Returns the configuration of this cache vm
getWidth() - Method in enum com.gemstone.gemfire.pdx.FieldType
Returns the number of bytes used to serialize fixed-width fields; -1 is returned for variable-width fields.
getWorkingDirectory() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Returns the name of the working directory in which the managed entity runs or will run.
getWorkingDirectory() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
Gets the working directory pathname in which the process will be run.
getWorkingDirectory() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher.ServiceState
Gets the directory in which the GemFire service is running.
getWorkingDirectory() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher.Builder
Gets the working directory pathname in which the Locator will be ran.
getWorkingDirectory() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Gets the working directory pathname in which the Locator will be run.
getWorkingDirectory() - Method in class com.gemstone.gemfire.distributed.ServerLauncher.Builder
Gets the working directory pathname in which the Server will be ran.
getWorkingDirectory() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Gets the working directory pathname in which the Server will be run.
getWriteBufferSize() - Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the size of the write buffer that this disk store will use when writing data to disk.
getWriteBufferSize() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
Returns the size of the write buffer that this DiskStore will use when writing data to disk.
getWriter() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Returns the current TransactionWriter
GFConnection - Interface in com.gemstone.gemfire.ra
 
GFConnectionFactory - Interface in com.gemstone.gemfire.ra
 
GLOBAL - Static variable in class com.gemstone.gemfire.cache.Scope
The region or cached object with this attribute is scoped to the distributed cached system; locking is used for all distributed operations on entries to guarantee consistency across the distributed caches.
GLOBAL_MAX_BUCKETS_DEFAULT - Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
The default total number of buckets (113).
GLOBAL_MAX_BUCKETS_PROPERTY - Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Deprecated.
- please use PartitionAttributesFactory.setTotalNumBuckets(int) instead.

This setting must be the same in all processes using the Region.

GLOBAL_MAX_MEMORY_DEFAULT - Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Default maximum total size of the region across all processes, in megabytes.
GLOBAL_MAX_MEMORY_PROPERTY - Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Deprecated.
- use PartitionAttributesFactory.setTotalMaxMemory(long) instead.

The global property name that defines the total maximum size for the partitioned Region.

This setting must be the same in all processes using the Region.

GOOD_HEALTH - Static variable in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
An indicator that the GemFire components are healthy.
guaranteesOldValue() - Method in class com.gemstone.gemfire.cache.Operation
Returns true if this operation is a ConcurrentMap operation that guarantees the old value to be returned no matter what expense may be incurred in doing so.
A B C D E F G H I J K L M N O P Q R S T U V W 
GemFire 8.2.9

Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.