GemFire 5.7
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
A Gateway represents a local proxy for a remote WAN (or distributed system).
Gateway.Endpoint - Interface in com.gemstone.gemfire.cache.util
An Endpoint represents a proxy to a remote host
GatewayEvent - Interface in com.gemstone.gemfire.cache.util
Interface GatewayEvent represents Cache events delivered to Gateways.
GatewayEventListener - Interface in com.gemstone.gemfire.cache.util
Implementers of interface GatewayEventListener process batches of GatewayEvents.
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
A GatewayHub manages a collection of Gateways.
GatewayQueueAttributes - Class in com.gemstone.gemfire.cache.util
Class GatewayQueueAttributes contains attributes related to the Gateway queue such as batch size and disk directories.
GatewayQueueAttributes() - Constructor for class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Default constructor.
GatewayQueueAttributes(String, int, int, int, boolean, boolean) - Constructor for class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Constructor.
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
GemFireClientAdminTool - Class in com.gemstone.gemfire.admin
 
GemFireClientAdminTool() - Constructor for class com.gemstone.gemfire.admin.GemFireClientAdminTool
 
GemFireClientAdminTool.AdminConnection - Class in com.gemstone.gemfire.admin
 
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
Provides information about the aggregate health of the members of a GemFire distributed system ("components").
GemFireHealth.Health - Class in com.gemstone.gemfire.admin
An enumerated type for the health of GemFire.
GemFireHealthConfig - Interface in com.gemstone.gemfire.admin
Provides configuration information relating to all of the components of a GemFire distributed system.
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
Class GemFireMemberStatus provides the status of a specific GemFire member VM.
GemFireMemberStatus() - Constructor for class com.gemstone.gemfire.admin.GemFireMemberStatus
 
GemFireMemberStatus(Cache) - Constructor for class com.gemstone.gemfire.admin.GemFireMemberStatus
 
GemFireMonitorService - Class in com.gemstone.gemfire.admin
A singleton class to service monitoring requests from a monitor client.
GemFireMonitorService(DistributedSystem, int) - Constructor for class com.gemstone.gemfire.admin.GemFireMonitorService
Constructor.
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.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(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.
getAckSevereAlertThreshold() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the ack-severe-alert-threshold for the system
getAckWaitThreshold() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the ack-wait-threshold for the system
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.
getAdminConnection() - Method in class com.gemstone.gemfire.admin.MonitorEvent
 
getAgent(AgentConfig) - Static method in class com.gemstone.gemfire.admin.jmx.AgentFactory
Creates an unstarted GemFire JMX administration agent with the given configuration.
getAgentSSLCiphers() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the SSL ciphers used when connecting to the JMX agent.
getAgentSSLProtocols() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the SSL protocols used when connecting to the JMX agent.
getAlertLevel() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Returns the lowest level of alerts that should be delivered to the AlertListeners registered on this AdminDistributedSystem.
getAlgorithm() - Method in class com.gemstone.gemfire.cache.EvictionAttributes
The algorithm is used to identify entries that will be evicited.
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.
getAllAdminConnections() - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool
 
getAllGatewaysLock() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Return a mutex to lock when iterating over the list of gateways
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(com.gemstone.gemfire.distributed.DistributedSystem).
getArgument() - Method in interface com.gemstone.gemfire.cache.LoaderHelper
Return the argument object for the load method that was passed in from application code.
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.
getAutoConnect() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns whether or not the JMX agent will automatically connect to the distributed system it administers.
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
Answers whether to enable batch conflation for a Gateway's queue.
getBatchSize() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Answers the batch size for a Gateway's queue.
getBatchTimeInterval() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Answers the batch time interval for a Gateway's queue.
getBindAddress() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the IP address to which the distributed system's server sockets are bound.
getBindAddress() - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Returns the address to which the distribution locator's port is (or will be) bound.
getBindAddress() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
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
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 class com.gemstone.gemfire.distributed.Locator
Returns the IP address to which this locator's listening socket is bound.
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
Returns an array of all the currently registered BridgeMembershipListeners.
getBridgeServers() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated. as of 5.7 use SystemMemberCache.getCacheServers() instead.
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.
getBytesThreshold() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Returns the number of unwritten bytes of data that can be enqueued before being written to disk.
getCache() - Method in interface com.gemstone.gemfire.admin.SystemMember
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
Returns the Cache associated with this region.
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
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
Returns a description of the CacheListener in this region's attributes.
getCacheListener() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated. as of GemFire 5.0, use RegionAttributes.getCacheListeners() instead
getCacheListeners() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns an array of all the cache listeners on this attributes.
getCacheLoader() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns a description of any CacheLoader associated with this region.
getCacheLoader() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated. RegionAttributes.getCacheLoader() should be used, along with the corresponding AttributesFactory.setCacheLoader(com.gemstone.gemfire.cache.CacheLoader) method for establishing the cache loader
getCacheLoader() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the cache loader associated with this region.
getCacheServerConfigs() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated. as of 5.7 use DistributedSystemConfig.getCacheVmConfigs() instead.
getCacheServers() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated. as of 5.7 use AdminDistributedSystem.getCacheVms() instead.
getCacheServers() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
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.Cache
Get the CacheTransactionManager instance for this Cache.
getCacheVmConfigs() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns an array of configurations for statically known CacheVms.
getCacheVms() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Returns all of the dedicated cache server vm members of the distributed system.
getCacheWriter() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
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
Returns the cache.xml declarative caching initialization file used to configure this cache server VM.
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.util.GatewayEvent
Returns the callbackArgument associated with this event.
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.
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
Returns the location(s) of user classes (such as cache loaders) required by the cache server VM.
getClientCount() - Method in interface com.gemstone.gemfire.cache.server.ServerMetrics
Get the number of clients connected to this bridge server.
getClientHealthStats() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getClientHealthStats(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getClientHostName(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getClientQueueSize(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getClientQueueSizes() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
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.
getCollectionType() - Method in interface com.gemstone.gemfire.cache.query.SelectResults
Return the ObjectType for the type of collection this represents.
getConcurrencyLevel() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the ConcurrencyLevel in this region's attributes.
getConcurrencyLevel() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the concurrencyLevel of the entries map.
getConfig() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
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
Returns the configuration object for this distribution locator.
getConfig() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Returns the configuration object for this JMX Agent.
getConfig() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
Returns the configuration for this factory.
getConfiguration() - Method in interface com.gemstone.gemfire.admin.SystemMember
Gets the configuration parameters for this member.
getConnectedClients() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getConnectedIncomingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getConnectedOutgoingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getConnectedPeers() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getConnectedServers() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getConnection(String) - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool
 
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.
getConnectionName() - Method in interface com.gemstone.gemfire.admin.Alert
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.
getContext() - Method in class com.gemstone.gemfire.Instantiator
Returns the context of this Instantiator.
getCopyOnRead() - Method in interface com.gemstone.gemfire.cache.Cache
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.
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.
getCreateEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated. as of GemFire 5.0, use TransactionEvent.getEvents() instead
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.
getCustomEntryIdleTimeout() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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
getCustomEntryTimeToLive() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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
getDataPolicy() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getDate() - Method in interface com.gemstone.gemfire.admin.Alert
The time at which the alert was issued
getDefaultGemFireHealthConfig() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Returns the GemFireHealthConfig for GemFire components whose configurations are not overridden on a per-host basis.
getDepartureCorrelationWindow() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Gets the current correlation period for network partition detection
getDescription() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Gets the full description of this configuration parameter
getDescription() - Method in interface com.gemstone.gemfire.admin.Statistic
Gets the full description of this statistic.
getDescription() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Gets the full description of this resource.
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
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
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
getDiagnosis() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Returns a message that provides a description of the cause of a component's ill health.
getDisableTcp() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
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.
getDiskDirs() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the directories to which the region's data are written.
getDiskDirs() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the directories to which the region's data are written.
getDiskDirSizes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the sizes of the disk directories in megabytes
getDiskWriteAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the DiskWriteAttributes that configure how the region is written to disk.
getDiskWriteAttributes() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the DiskWriteAttributes that configure how the region is written to disk.
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.
getDistributedMember() - Method in interface com.gemstone.gemfire.admin.SystemMember
Returns the DistributedMember that represents this system member.
getDistributedMember() - Method in interface com.gemstone.gemfire.admin.SystemMembershipEvent
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 class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
 
getDistributedMember() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the DistributedMember that identifies this connection to the distributed system.
getDistributedSystem(DistributedSystemConfig) - Static method in class com.gemstone.gemfire.admin.AdminDistributedSystemFactory
Returns the distributed system for administrative monitoring and managing.
getDistributedSystem() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
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
Gets the AdminDistributedSystem this member belongs to.
getDistributedSystem() - Method in interface com.gemstone.gemfire.cache.Cache
Returns the distributed system that this cache was created with.
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
Returns the configuration for determining the health of the distributed system itself.
getDistributedSystemProperties() - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Retrieves the properties used to configure the locator's DistributedSystem.
getDistributionLocatorConfigs() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns configuration information about DistributionLocators that are managed by an AdminDistributedSystem.
getDistributionLocators() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
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.
getDurableClientAttributes() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the durable attributes for this client.
getEarlyAck() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns whether or not acks are sent after an update is processed.
getEarlyAck() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether or not acks are sent after an update is processed.
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
Returns the EmailID from whom notification emails are sent.
getEmailNotificationHost() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the Host Name using which notification emails are sent.
getEmailNotificationToList() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the comma separated EmailID list to whom notification emails are sent.
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. as of GemFire 5.0, use RegionAttributes.getEnableSubscriptionConflation() instead
getEnableConflation() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Deprecated. as of GemFire 5.0, use RegionAttributes.getEnableSubscriptionConflation() instead #
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
Returns true if network partition detection is enabled.
getEnablePersistence() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
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
Returns the list of Endpoints
getEntityConfigXMLFile() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
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
 
getEntryCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the number of entries currently in this region.
getEntryIdleTimeout() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the idleTimeout expiration attributes for entries in this region.
getEntryIdleTimeoutAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the EntryIdleTimeout action in this region's attributes.
getEntryIdleTimeoutTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the EntryIdleTimeout time limit in this region's attributes.
getEntryTimeToLive() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the timeToLive expiration attributes for entries in this region.
getEntryTimeToLiveAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the EntryTimeToLive action in this region's attributes.
getEntryTimeToLiveTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getEventId() - Method in class com.gemstone.gemfire.Instantiator
Returns the unique eventId of this Instantiator.
getEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Returns an ordered list of every CacheEvent for this transaction.
getEvictionAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
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.
getExpiry(Region.Entry) - Method in interface com.gemstone.gemfire.cache.CustomExpiry
Calculate the expiration for a given entry.
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.
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.
getFieldNames() - Method in interface com.gemstone.gemfire.cache.query.types.StructType
Get the names of the fields for this struct
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
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
 
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
 
getFullPath() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
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
Returns a GatewayHub with the given id.
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
Returns this Gateway's GatewayHub identifier.
getGatewayHubs() - Method in interface com.gemstone.gemfire.cache.Cache
Returns a list of all of the GatewayHubs.
getGatewayHubStatus() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getGatewayIds() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Returns the ids of this GatewayHub's list of known Gateways
getGatewayQueueSize(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getGatewayQueueSizes() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getGateways() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Returns this GatewayHub's list of known Gateways
getGemFireHealth() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Returns an object for monitoring the health of GemFire.
getGemFireHealthConfig(String) - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Returns the GemFireHealthConfig for GemFire components that reside on a given host.
getGlobalProperties() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated. use PartitionAttributes.getTotalMaxMemory() and PartitionAttributes.getTotalNumBuckets() in GemFire 5.1 and later releases
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
Returns the list of server groups that this cache server belongs to.
getGroups() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns the list of server groups that this cache server belongs to.
getGroups() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated. Returns the list of server groups that this cache server belongs to.
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
Returns an indicator of the overall health of the GemFire components.
getHealthEvaluationInterval() - Method in interface com.gemstone.gemfire.admin.GemFireHealthConfig
Returns the number of seconds between assessments of the health of the GemFire components.
getHitCount() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getHitRatio() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getHost() - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool.AdminConnection
 
getHost() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Returns the name of the host on which the managed entity runs or will run.
getHost() - Method in interface com.gemstone.gemfire.admin.SystemMember
Gets host name of the machine this member resides on.
getHost() - Method in interface com.gemstone.gemfire.cache.util.Gateway.Endpoint
Returns the host for this Endpoint.
getHost() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the canonical name of the host machine for this member.
getHostAddress() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getHostAddress() - Method in interface com.gemstone.gemfire.admin.SystemMember
Gets the host of this member as an java.net.InetAddress.
getHostName() - Method in interface com.gemstone.gemfire.admin.GemFireHealthConfig
Returns the name of the host to which this configuration applies.
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
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.
getHttpAuthPassword() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the password for HTTP adapter authentication.
getHttpAuthUser() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the user name for HTTP adapter authentication.
getHttpBindAddress() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the bind address to which the HTTP adapter's listening socket is bound.
getHttpPort() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the port of the HTTP adapter.
getId() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieves the unique id for this system.
getId() - Method in interface com.gemstone.gemfire.admin.DistributionLocator
Returns the identity name for this locator.
getId() - Method in interface com.gemstone.gemfire.admin.SystemMember
Gets identifying name of this member.
getId() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Value that uniquely identifies an instance of a cache for a given member.
getId() - Method in interface com.gemstone.gemfire.cache.util.Gateway.Endpoint
Returns the identifier for this Endpoint.
getId() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Returns this Gateway's identifier.
getId() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Returns the identifier of this GatewayHub
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.Instantiator
Returns the unique id of this Instantiator.
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
getIndex(Region, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Get the Index from the specified Region with the specified name.
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
Get a collection of all the indexes on the specified Region of the specified index type.
getIndexMaintenanceSynchronous() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether query service index maintenance should be done synchronously.
getInitialCapacity() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getInstance(DistributedSystem) - Static method in class com.gemstone.gemfire.cache.CacheFactory
Gets the instance of Cache produced by an earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem).
getInstanceCloseOk(DistributedSystem) - Static method in class com.gemstone.gemfire.cache.CacheFactory
Gets the instance of Cache produced by an earlier call to CacheFactory.create(com.gemstone.gemfire.distributed.DistributedSystem) 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.
getInterestResultPolicy() - Method in class com.gemstone.gemfire.cache.operations.RegisterInterestOperationContext
Get the InterestResultPolicy of this register/unregister operation.
getInterval() - Method in class com.gemstone.gemfire.cache.EvictionAttributes
The interval is used by the EvictionAlgorithm.LRU_HEAP algorithm to determine when to check the JVM heap.
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
Returns whether this member is a client to a cache server
getIsConnected() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getIsGatewayHub() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Returns whether this member is a hub for WAN gateways
getIsLocator() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getIsPrimaryGatewayHub() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getIsSecondaryGatewayHub() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getIsServer() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
Returns whether this member is a cache server
getJNDIContext() - Method in interface com.gemstone.gemfire.cache.Cache
Returns the JNDI context associated with the Cache.
getKey() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the key.
getKey() - Method in interface com.gemstone.gemfire.cache.LoaderHelper
Returns the key for the value being loaded.
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
Returns the key associated with this event.
getKeyConstraint() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getKeySet() - Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Get the set of keys returned as a result of Region.keySet() operation.
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
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.
getLastModifiedTime() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getLatestAlert() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
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
The level at which this alert is issued
getLicense() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieves the license information for this installation of GemFire.
getLicense() - Method in interface com.gemstone.gemfire.admin.SystemMember
Returns the GemFire license this member is using.
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
Returns the list of GatewayEventListeners
getLoad(ServerMetrics) - Method in interface com.gemstone.gemfire.cache.server.ServerLoadProbe
Get the load on this server.
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
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.
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.
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
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.
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
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.
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.
getLocalProperties() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated. use PartitionAttributes.getLocalMaxMemory() in GemFire 5.1 and later releases
getLocators() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieves comma-delimited list locators to be used if multi-cast port is zero.
getLocators() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns a comma-delimited list of locators for the system
getLocators() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
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
Returns an unmodifiable List of all of the Locators that are hosted by this VM.
getLockLease() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
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.
getLockTimeout() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
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.
getLog() - Method in interface com.gemstone.gemfire.admin.ManagedEntity
Returns the tail of this manage entity's log file.
getLog() - Method in interface com.gemstone.gemfire.admin.SystemMember
Retrieves the log for this member.
getLogDiskSpaceLimit() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the log disk space limit in megabytes
getLogFile() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the name of the log file to which informational messages are written.
getLogFile() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the log file to which this locator's output is written
getLogFileSizeLimit() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the log file size limit in megabytes
getLogger() - Static method in class com.gemstone.gemfire.admin.GemFireClientAdminTool
 
getLogger() - Method in interface com.gemstone.gemfire.cache.Cache
Gets the logging object for GemFire.
getLogLevel() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the level at which informational messages are logged.
getLogWriter() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Returns this connection's LogWriter; null if not connected.
getLogWriter() - Static method in class com.gemstone.gemfire.admin.AdminDistributedSystemFactory
Returns a default GemFire LogWriter for logging.
getLogWriter() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
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.
getManualStart() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Returns the manual start boolean property for this GatewayHub.
getMap() - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
get the authorized map.
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
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
getMaxDepartedApplications() - Method in interface com.gemstone.gemfire.admin.DistributedSystemHealthConfig
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
Returns the maximum number of entries in the event delivery queue of a healthy cache member.
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.
getMaximumHeapSize() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
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
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.
getMaximumNumberOfEntries() - Method in class com.gemstone.gemfire.cache.util.BoundedLinkedHashMap
Deprecated. Returns the maximum number of entries.
getMaximumQueueMemory() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Answers maximum amount of memory (in MB) for a Gateway's queue.
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
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
Returns the maximum amount of time between client pings.
getMaxLoadTime() - Method in interface com.gemstone.gemfire.admin.CacheHealthConfig
Returns the maximum mumber of milliseconds a cache load operation can take before the cache member is considered to be unhealthy.
getMaxMessageQueueSize() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
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
Returns the maximum number of milliseconds a netSearch operation can take before the cache member is considered to be unhealthy.
getMaxOplogSize() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Get the maximum size in megabytes a single oplog (operation log) file should be
getMaxReplyTimeouts() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Returns the maximum number message replies that can timeout in a healthy member.
getMaxRetransmissionRatio() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
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
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.
getMaxVMProcessSize() - Method in interface com.gemstone.gemfire.admin.MemberHealthConfig
Returns the maximum VM process size (in megabytes) of a healthy member of the distributed system.
getMBeanServer() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
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
Retrieves the multicast address in use by this system.
getMcastAddress() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the multicast address for the system
getMcastAddress() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getMcastPort() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieves the multicast port in use by this system.
getMcastPort() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the multicast port for the system
getMcastPort() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getMember() - Method in interface com.gemstone.gemfire.cache.util.BridgeMembershipEvent
Returns the the member that connected or disconnected.
getMemberId() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getMemberId() - Method in interface com.gemstone.gemfire.admin.SystemMembershipEvent
Returns the distributed member as a String.
getMemberId() - Method in interface com.gemstone.gemfire.cache.util.BridgeMembershipEvent
Returns the id of the member that connected or disconnected.
getMemberId() - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
 
getMemberId() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Deprecated. as of GemFire 5.0, use DistributedSystem.getDistributedMember() instead
getMemberName() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getMembershipAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getMemberStatus() - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool.AdminConnection
 
getMemberStatus() - Method in class com.gemstone.gemfire.admin.MonitorEvent
 
getMemberTimeout() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the member-timeout millisecond value used in failure-detection protocols
getMessage() - Method in interface com.gemstone.gemfire.admin.Alert
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
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.
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
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
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.
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.
getName() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieves display friendly name for this system.
getName() - Method in class com.gemstone.gemfire.admin.AlertLevel
 
getName() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Gets the identifying name of this configuration parameter.
getName() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
 
getName() - Method in interface com.gemstone.gemfire.admin.Statistic
Gets the identifying name of this statistic.
getName() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Gets the identifying name of this resource.
getName() - Method in interface com.gemstone.gemfire.admin.SystemMember
Retrieves display friendly name for this member.
getName() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
The name of the cache.
getName() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the name that identifies this region in its cache.
getName() - Method in class com.gemstone.gemfire.admin.SystemMemberType
 
getName() - Method in interface com.gemstone.gemfire.cache.Cache
Returns the name of this cache.
getName() - Method in interface com.gemstone.gemfire.cache.client.Pool
Get the name of the connection pool
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.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 class com.gemstone.gemfire.distributed.DistributedSystem
Returns the name of this connection to the distributed system.
getName() - Method in interface com.gemstone.gemfire.distributed.Role
Returns the name of this role.
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
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.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
Answers whether or not this cache server should notify clients based on key subscription.
getNotifyBySubscription() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Answers whether or not this cache server should notify clients based on key subscription.
getNotifyBySubscription() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated. Answers whether or not this server should notify clients based on key subscription.
getNumberOfKeys() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Returns the number of keys in this index.
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.
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.
getNumUpdates() - Method in interface com.gemstone.gemfire.cache.query.IndexStatistics
Return the total number of times this index has been updated
getObject() - Method in class com.gemstone.gemfire.cache.operations.GetOperationContext
Get the value of this get operation.
getObjectName() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
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.
getOldValue() - Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the value in the cache prior to this event.
getOperation() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheEvent
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.util.GatewayEvent
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.ContainsKeyOperationContext
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.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.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.RegisterInterestOperationContext
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.
getOpType() - Method in class com.gemstone.gemfire.cache.operations.PutOperationContext
Return whether the operation is a create or update or unknown.
getOrdinal() - Method in class com.gemstone.gemfire.cache.InterestResultPolicy
Returns the ordinal value.
getOutgoingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getOverflowDirectory() - Method in interface com.gemstone.gemfire.cache.server.ClientSubscriptionConfig
Answers the overflow directory for a client queue's overflowed client queue entries.
getOverflowDirectory() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Answers the overflow directory for a Gateway queue's overflowed and/or persisted queue entries.
getOwner() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Returns a display string of the SystemMember owning this resource.
getParent() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
 
getParentRegion() - Method in interface com.gemstone.gemfire.cache.Region
Gets the parent region of this region.
getPartitionAttributes() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getPersistBackup() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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
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.
getPort() - Method in interface com.gemstone.gemfire.admin.DistributionLocatorConfig
Returns the port on which ths distribution locator listens for members to connect.
getPort() - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool.AdminConnection
 
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
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
Returns the port for this Endpoint.
getPort() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Returns the port on which this GatewayHub listens for remote connections
getPort() - Method in class com.gemstone.gemfire.distributed.Locator
Returns the port on which this locator runs
getPossibleDuplicate() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Returns whether this event is a possible duplicate.
getPreviousMemberStatus() - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool.AdminConnection
 
getPreviousMemberStatus() - Method in class com.gemstone.gemfire.admin.MonitorEvent
 
getPrincipal() - Method in exception com.gemstone.gemfire.security.NotAuthorizedException
 
getProcessId() - Method in interface com.gemstone.gemfire.distributed.DistributedMember
Returns the process id for this member.
getProductDirectory() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
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.
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.
getPublisher() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns whether or not this region is a publisher.
getPutEvents() - Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated. as of GemFire 5.0, use TransactionEvent.getEvents() instead
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.
getQueryOperation() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the operation on the query results.
getQueryResult() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Get the result of the query execution.
getQueryService() - Method in interface com.gemstone.gemfire.cache.Cache
Return the QueryService for this cache.
getQueryService() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the QueryService for this Pool.
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
Returns the GatewayQueueAttributess for this Gateway
getQueueSize() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Returns the number of entries in this Gateway's queue.
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.
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.
getRedundantCopies() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
The number of Backups for an entry in PartitionedRegion.
getRegion(String) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
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(String) - Method in interface com.gemstone.gemfire.cache.Cache
Return the existing region (or subregion) with the specified path that already exists or is already mapped into the cache.
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.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() - Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Returns the Region associated with this GatewayEvent.
getRegionAttributes(String) - Method in interface com.gemstone.gemfire.cache.Cache
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.
getRegionIdleTimeoutAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the RegionIdleTimeout action in this region's attributes.
getRegionIdleTimeoutTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the RegionIdleTimeout time limit in this region's attributes.
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
Returns the full path of the region the event was done on.
getRegionStatus(String) - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getRegionStatuses() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getRegionTimeToLive() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the timeToLive expiration attributes for the region as a whole.
getRegionTimeToLiveAction() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the RegionTimeToLive action in this region's attributes.
getRegionTimeToLiveTimeLimit() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the RegionTimeToLive time limit in this region's attributes.
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
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
Returns the remote command setting to use for remote administration
getRemoteCommand() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Returns the command prefix used to administer a managed entity that is hosted on a remote machine.
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.
getResumptionAction() - Method in class com.gemstone.gemfire.cache.MembershipAttributes
Returns the resumption action that describes behavior when
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
Returns the bind address to which the RMI adapter's listening sockets are bound.
getRmiPort() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the port of the RMI adapter.
getRoles() - Method in interface com.gemstone.gemfire.admin.SystemMember
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.
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
Returns the names of all the root regions currently in this cache.
getScope() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
/** Returns the Scope in this region's attributes.
getScope() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns the scope of the region.
getSearchTimeout() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
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.
getSecurityLogger() - Method in interface com.gemstone.gemfire.cache.Cache
Gets the security logging object for GemFire.
getSecurityLogWriter() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the LogWriter used for logging security related information.
getSecurityProperties() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
Returns the security specific configuration properties.
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 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
Returns the serialized form of the value associated with this event.
getServerBindAddress() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the IP address to which client/server server sockets are bound
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
 
getServers() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns an unmodifiable list of InetSocketAddress of the servers this pool is using.
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
 
getSimpleClassName() - Method in interface com.gemstone.gemfire.cache.query.types.ObjectType
 
getSnmpBindAddress() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the bind address used with the SNMP adapter.
getSnmpDirectory() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
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
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
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
Returns the configured buffer size of the socket connection for this GatewayHub.
getSocketReadTimeout() - Method in interface com.gemstone.gemfire.cache.util.Gateway
Optional operation.
getSourceId() - Method in interface com.gemstone.gemfire.admin.Alert
The id of the source of the alert (such as a thread in a VM)
getSSLCiphers() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the value of the "ssl-ciphers" property.
getSSLProperties() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the provider-specific properties for SSL.
getSSLProtocols() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the value of the "ssl-protocols" property.
getStartupPolicy() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
Returns the startup policy for this GatewayHub.
getStat(String) - Method in interface com.gemstone.gemfire.admin.SystemMember
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.
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
Returns a read-only array of every Statistic in this resource.
getStatistics() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
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
getStatisticsEnabled() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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
Retrieves this members statistic resources.
getStatus() - Method in class com.gemstone.gemfire.admin.GemFireMonitorService
 
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
Returns the number of subregions currently in this region.
getSubregionFullPaths() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the full path of each of the subregions of this region.
getSubregionNames() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Returns the names of all the subregions of this region.
getSubRegionSnapshots() - Method in class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
 
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
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.
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.
getSupportedClasses() - Method in class com.gemstone.gemfire.DataSerializer
Returns the Classes whose instances are data serialized by this DataSerializer.
getSystemId() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the string identity for the system
getSystemMember() - Method in interface com.gemstone.gemfire.admin.Alert
The member of the distributed system that issued the alert
getSystemMemberApplications() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieves SystemMember instances for every application that is running and currently connection to this system.
getSystemName() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the optional non-unique name for the system
getTextId() - Method in interface com.gemstone.gemfire.Statistics
Gets the text associated with this instance that helps identify it.
getThreadLocalConnections() - Method in interface com.gemstone.gemfire.cache.client.Pool
Returns true if thread local connections are enabled on this pool.
getThrowable() - Method in interface com.gemstone.gemfire.cache.query.CqEvent
If an error occurred, return the Throwable, otherwise return null.
getTimeInterval() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Returns the number of milliseconds that can elapse before unwritten data is written 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.
getTotalExecutionTime() - Method in interface com.gemstone.gemfire.cache.query.QueryStatistics
Returns the total amount of time (in nanoseconds) spent executing the query.
getTotalMaxMemory() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
This method returns the maximum total size of the region, in megabytes
getTotalNumBuckets() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
This method returns total number of buckets for a PartitionedRegion.
getTotalSize() - Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated. use getTotalMaxMemory() instead
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.
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.
getType() - Method in class com.gemstone.gemfire.admin.GemFireClientAdminTool.AdminConnection
 
getType() - Method in interface com.gemstone.gemfire.admin.StatisticResource
Gets the classification type of this resource.
getType() - Method in interface com.gemstone.gemfire.admin.SystemMember
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.
getUnconnectedOutgoingGateways() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getUnconnectedServers() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getUniqueId() - Method in interface com.gemstone.gemfire.admin.StatisticResource
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
Gets the unit of measurement (if any) this statistic represents.
getUpTime() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getUpTime() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Returns number of seconds since this member's cache has been created.
getUsedHeapSize() - Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
 
getUserAttribute() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getValue() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Gets the current value
getValue() - Method in interface com.gemstone.gemfire.admin.Statistic
Gets the value of this statistic as a java.lang.Number.
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
Gets the current value as a string
getValueConstraint() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getValueType() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
Gets the class type of the value
getVersion() - Method in interface com.gemstone.gemfire.admin.SystemMember
Returns this member's GemFire version information.
getVersion() - Static method in class com.gemstone.gemfire.cache.CacheFactory
Returns the version of the cache implementation.
getVmConfig() - Method in interface com.gemstone.gemfire.admin.CacheVm
Returns the configuration of this cache vm
getWorkingDirectory() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Returns the name of the working directory in which the managed entity runs or will run.
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.
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.
GOOD_HEALTH - Static variable in interface com.gemstone.gemfire.admin.GemFireHealth
An indicator that the GemFire components are healthy.

GemFire 5.7
A B C D E F G H I J K L M N O P Q R S T U V W
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.