.
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.execute.Function
Return a unique function identifier, used to register the function
with FunctionService
getId() -
Method in class com.gemstone.gemfire.cache.execute.FunctionAdapter
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().
getInstanceCloseOk(DistributedSystem) -
Static method in class com.gemstone.gemfire.cache.CacheFactory
Gets the instance of Cache produced by an
earlier call to CacheFactory.create() even if it has been closed.
getInstantiatedClass() -
Method in class com.gemstone.gemfire.Instantiator
Returns the DataSerializable class that is
instantiated by this Instantiator.
getInt(int) -
Method in interface com.gemstone.gemfire.Statistics
Returns the value of the identified statistic of type int.
getInt(StatisticDescriptor) -
Method in interface com.gemstone.gemfire.Statistics
Returns the value of the described statistic of type int.
getInt(String) -
Method in interface com.gemstone.gemfire.Statistics
Returns the value of the statistic of type int at
the given name.
getInterestList() -
Method in interface com.gemstone.gemfire.cache.Region
Returns the list of keys on which this client is interested and will be
notified of changes.
getInterestListRegex() -
Method in interface com.gemstone.gemfire.cache.Region
Returns the list of regular expresssions on which this client is interested
and will be notified of changes.
getInterestPolicy() -
Method in class com.gemstone.gemfire.cache.SubscriptionAttributes
Returns the interest policy of this subscriber.
getInterestRegistrationListeners() -
Method in interface com.gemstone.gemfire.cache.server.CacheServer
Returns a read-only set of InterestRegistrationListeners
registered with this notifier.
getInterestResultPolicy() -
Method in class com.gemstone.gemfire.cache.operations.RegisterInterestOperationContext
Get the InterestResultPolicy of this register/unregister
operation.
getInterestType() -
Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns this event's interest type.
getInterestType() -
Method in class com.gemstone.gemfire.cache.operations.InterestOperationContext
Get the InterestType of this register/unregister operation.
getInvalidateEvents() -
Method in interface com.gemstone.gemfire.cache.TransactionEvent
Deprecated. as of GemFire 5.0, use TransactionEvent.getEvents() instead
getIsClient() -
Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
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.EntryOperation
Returns the key.
getKey() -
Method in interface com.gemstone.gemfire.cache.LoaderHelper
Returns the key for the value being loaded.
getKey() -
Method in class com.gemstone.gemfire.cache.operations.InterestOperationContext
Get the key for this register/unregister interest operation.
getKey() -
Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
Get the key object for this operation.
getKey() -
Method in interface com.gemstone.gemfire.cache.query.CqEvent
Get the key relating to the event.
getKey() -
Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the key for this entry.
getKey() -
Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
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.ExecuteFunctionOperationContext
getKeySet() -
Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Get the set of keys returned as a result of Region.keySet()
operation.
getKeysOfInterest() -
Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns a Set of keys of interest.
getKeyType() -
Method in interface com.gemstone.gemfire.cache.query.types.MapType
Return the type of the keys in this type of map.
getLastAccessedTime() -
Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
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.
getLocalColocatedRegions(RegionFunctionContext) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a RegionFunctionContext for a partitioned Region, return a map of colocated Regions
with read access limited to the context of the function.
getLocalData(Region<K, V>) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a partitioned Region return a Region providing read access limited to
the local heap, writes using this Region have no constraints and behave the
same as a partitioned Region.
getLocalDataForContext(RegionFunctionContext) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a RegionFunctionContext
for a partitioned Region,
return a Region providing read access limited to the function context.
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.
getLocalPrimaryData(Region<K, V>) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Given a partitioned Region return a Region providing read access to primary
copy of the data which is limited to the local heap, writes using this
Region have no constraints and behave the same as a partitioned Region.
getLocalProperties() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated. use PartitionAttributes.getLocalMaxMemory() in GemFire 5.1 and later releases
getLocalQueryService() -
Method in interface com.gemstone.gemfire.cache.client.ClientCache
Return a QueryService that queries the local state in the client cache.
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() -
Method in interface com.gemstone.gemfire.cache.GemFireCache
Gets the logging object for GemFire.
getLoggerI18n() -
Method in interface com.gemstone.gemfire.cache.Cache
Deprecated. as of 6.5 use getLogger().convertToLogWriterI18n() instead
getLogLevel() -
Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
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 LogWriterI18n 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.
getLowRedundancyBucketCount() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the number of created buckets that have fewer than the configured redundant copies for this
partitioned region.
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.DiskStore
Get the maximum size in megabytes a single oplog (operation log) file should be
getMaxOplogSize() -
Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Deprecated. as of 6.5 use DiskStore.getMaxOplogSize()
instead.
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 exception com.gemstone.gemfire.cache.execute.FunctionInvocationTargetException
Method to get the member id of the Exception
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.
getMembershipPortRange() -
Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the membership-port-range property of the Distributed System.
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.
getMissingPersistentMembers() -
Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Retrieve the set of persistent files that the existing members are waiting
for.
getMissingRoles() -
Method in exception com.gemstone.gemfire.cache.RegionAccessException
Returns the missing required roles that caused this exception.
getMulticastEnabled() -
Method in interface com.gemstone.gemfire.cache.RegionAttributes
Returns true if multicast communications are enabled for this region.
getMultiuserAuthentication() -
Method in interface com.gemstone.gemfire.cache.client.Pool
Returns true if multiuser mode is enabled on this pool.
getName() -
Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
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.client.Pool
Get the name of the connection pool
getName() -
Method in interface com.gemstone.gemfire.cache.DiskStore
Get the name of the DiskStore
getName() -
Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the name of this cache.
getName() -
Method in class com.gemstone.gemfire.cache.operations.ExecuteCQOperationContext
Return the name of the continuous query.
getName() -
Method in interface com.gemstone.gemfire.cache.PartitionResolver
Returns the name of the PartitionResolver
getName() -
Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get the name of the CQ.
getName() -
Method in interface com.gemstone.gemfire.cache.query.Index
Returns the unique name of this index
getName() -
Method in interface com.gemstone.gemfire.cache.Region
Returns the name of this region.
getName() -
Method in 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.EntryOperation
Return the new value of this operation.
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
Deprecated. as of 6.0.1. This method is no more in use, by default
notifyBySubscription attribute is set to true.
getNotifyBySubscription() -
Method in interface com.gemstone.gemfire.cache.util.BridgeServer
Deprecated. as of 6.0.1. This method is no more in use, by default
notifyBySubscription attribute is set to true.
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.
getOfflineDiskStores() -
Method in interface com.gemstone.gemfire.admin.BackupStatus
Returns the set of disk stores that were known to be offline at the
time of the backup.
getOfflineMembers() -
Method in exception com.gemstone.gemfire.cache.persistence.PartitionOfflineException
Retrieve the set of disk directories which are known to hold data for the missing
buckets, but are not online.
getOldValue() -
Method in interface com.gemstone.gemfire.cache.EntryEvent
Returns the value in the cache prior to this event.
getOldValue() -
Method in exception com.gemstone.gemfire.cache.EntryExistsException
Returns the old existing value that caused this exception.
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.EntryOperation
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.DestroyOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.ExecuteCQOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.GetOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.InvalidateOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.OperationContext
Return the operation code associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.PutOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.RegionClearOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.RegionCreateOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.RegionDestroyOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.RegionOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.RegisterInterestOperationContext
Return the operation associated with the OperationContext
object.
getOperationCode() -
Method in class com.gemstone.gemfire.cache.operations.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.operationsEncapsulates 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
Deprecated. as of 6.5 use ClientSubscriptionConfig.getDiskStoreName() instead
getOverflowDirectory() -
Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
Deprecated. as of 6.5 use GatewayQueueAttributes.getDiskStoreName() instead.
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.
getPartitionListeners() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns array of PartitionListener{s} configured on this partitioned region
getPartitionMemberDetailsAfter() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns a Set of detailed information about each member that
had rebalancable resources at the time that the rebalance completed.
getPartitionMemberDetailsBefore() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns a Set of detailed information about each member that
had rebalancable resources at the time that the rebalance started.
getPartitionMemberInfo() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns an immutable set of PartitionMemberInfo
representing every member that is configured to provide storage space to
the partitioned region.
getPartitionRebalanceDetails() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns a Set of detailed information about each partitioned
region that was rebalanced.
getPartitionRegionInfo(Cache) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Gathers a set of details about all partitioned regions in the local Cache.
getPartitionRegionInfo(Region<?, ?>) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Gathers details about the specified partitioned region.
getPartitionResolver() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns the PartitionResolver set for custom partitioning
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 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.
getPrimaryCount() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
The number of hosted buckets for which the member is hosting the primary
copy.
getPrimaryMemberForKey(Region<K, V>, K) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Get the current primary owner for a key.
getPrimaryTransfersCompleted() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the number of primaries that were transferred for this region.
getPrimaryTransferTime() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the time, in milliseconds, spent transferring primaries for this
region.
getPrincipal() -
Method in exception com.gemstone.gemfire.security.NotAuthorizedException
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.
getPRSingleHopEnabled() -
Method in interface com.gemstone.gemfire.cache.client.Pool
Returns true if single-hop optimisation is enabled on this pool.
getPublisher() -
Method in interface com.gemstone.gemfire.cache.RegionAttributes
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(String) -
Method in interface com.gemstone.gemfire.cache.client.ClientCache
Return the QueryService for the named pool.
getQueryService() -
Method in interface com.gemstone.gemfire.cache.client.Pool
Returns the QueryService for this Pool.
getQueryService() -
Method in interface com.gemstone.gemfire.cache.RegionService
Return the QueryService for this region service.
getQueryString() -
Method in interface com.gemstone.gemfire.cache.query.CqQuery
Get the original query string that was specified with CQ.
getQueryString() -
Method in interface com.gemstone.gemfire.cache.query.Query
Return the original query string that was specified in the constructor.
getQueueAttributes() -
Method in interface com.gemstone.gemfire.cache.util.Gateway
Returns the GatewayQueueAttributess for this Gateway
getQueueSize() -
Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the maximum number of operations that can be asynchronously
queued to be written to disk.
getQueueSize() -
Method in interface com.gemstone.gemfire.cache.util.Gateway
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.
getRawText() -
Method in class com.gemstone.gemfire.i18n.StringId
Accessor for the raw (unformatted) text of this StringId
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.
getRebalanceOperations() -
Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Returns a set of all active RebalanceOperations that were started locally on this member.
getRecoveryDelay() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns the delay in milliseconds that
existing members will wait before satisfying redundancy
after another member crashes.
getRedundantCopies() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
The number of Backups for an entry in PartitionedRegion.
getRedundantMembersForKey(Region<K, V>, K) -
Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
Get all potential redundant owners for a key.
getRefreshInterval() -
Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the refreshInterval in seconds used for auto-polling and updating
AdminDistributedSystem constituents including SystemMember, CacheServer,
SystemMemberCache and StatisticResource
getRegion(String) -
Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Return the existing region (or subregion) with the specified
path that already exists in the cache.
getRegion() -
Method in interface com.gemstone.gemfire.cache.AttributesMutator
Returns the Region whose attributes this mutator affects.
getRegion() -
Method in interface com.gemstone.gemfire.cache.CacheEvent
Returns the region to which this cached object belongs or
the region that raised this event for RegionEvents.
getRegion() -
Method in interface com.gemstone.gemfire.cache.EntryOperation
Returns the region to which this cached object belongs or
the region that raised this event for RegionEvents.
getRegion() -
Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns the region to which this interest belongs.
getRegion() -
Method in interface com.gemstone.gemfire.cache.LoaderHelper
Returns the region to which the entry belongs.
getRegion() -
Method in interface com.gemstone.gemfire.cache.query.Index
The Region this index is on
getRegion() -
Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the region that contains this entry.
getRegion() -
Method in exception com.gemstone.gemfire.cache.RegionExistsException
Return the Region that already exists which prevented region creation.
getRegion(String) -
Method in interface com.gemstone.gemfire.cache.RegionService
Return the existing region (or subregion) with the specified
path.
getRegion() -
Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
Returns the Region associated with this GatewayEvent.
getRegionAttributes(String) -
Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the RegionAttributes with the given
id or null if no
RegionAttributes with that id exists.
getRegionDistributedLock() -
Method in interface com.gemstone.gemfire.cache.Region
For Scope.GLOBAL regions, gets a distributed
lock on this whole region.
getRegionDistributionExceptions() -
Method in exception com.gemstone.gemfire.cache.CommitDistributionException
Returns set of RegionDistributionExceptions for each region that had a
reliability failure during distribution of the operation.
getRegionFullPath() -
Method in exception com.gemstone.gemfire.cache.RegionDestroyedException
getRegionFullPath() -
Method in exception com.gemstone.gemfire.cache.RegionRoleException
Returns the full path of the region for which access was attempted.
getRegionIdleTimeout() -
Method in interface com.gemstone.gemfire.cache.RegionAttributes
Gets the idleTimeout expiration attributes for the region as a whole.
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.
getRegionName() -
Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
Returns the name of the region to which this interest event belongs.
getRegionName() -
Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
getRegionNames() -
Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
Get the names of regions that are part of the query string.
getRegionPath() -
Method in interface com.gemstone.gemfire.admin.SystemMemberRegionEvent
Returns the full path of the region the event was done on.
getRegionPath() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the full path of the partitioned region that these details describe.
getRegionPath() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRegionInfo
Returns the full path of the partitioned region that this object describes.
getRegionService() -
Method in interface com.gemstone.gemfire.cache.Region
Returns the cache associated with this region.
getRegionStatus(String) -
Method in class com.gemstone.gemfire.admin.GemFireMemberStatus
For internal use only
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.
getRegisteredFunctions() -
Static method in class com.gemstone.gemfire.cache.execute.FunctionService
Returns all locally registered functions
getRegisterInterest() -
Method in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Returns true if the region will register interest in all keys of a corresponding
server cache region
getRemoteCommand() -
Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
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.
getResourceManager() -
Method in interface com.gemstone.gemfire.cache.GemFireCache
Returns the ResourceManager for managing this cache's
resources.
getResult() -
Method in interface com.gemstone.gemfire.cache.execute.ResultCollector
Method used to pull results from the ResultCollector.
getResult(long, TimeUnit) -
Method in interface com.gemstone.gemfire.cache.execute.ResultCollector
Method used to pull results from the ResultCollector.
getResult() -
Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
getResults() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
Wait for this operation to complete and return the results.
getResults(long, TimeUnit) -
Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
Wait for this operation to complete and return the results.
getResultSender() -
Method in interface com.gemstone.gemfire.cache.execute.FunctionContext
Returns the ResultSender which is used to add the ability for an execute
method to send a single result back, or break its result into multiple
pieces and send each piece back to the calling thread's ResultCollector.
getResumptionAction() -
Method in class com.gemstone.gemfire.cache.MembershipAttributes
Returns the resumption action that describes behavior when
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.
getRmiServerPort() -
Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the port of the RMI Connector Server.
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.
getRoutingObject(EntryOperation<K, V>) -
Method in interface com.gemstone.gemfire.cache.PartitionResolver
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.GemFireCache
Gets the security logging object for GemFire.
getSecurityLoggerI18n() -
Method in interface com.gemstone.gemfire.cache.Cache
Deprecated. as of 6.5 use getSecurityLogger().convertToLogWriterI18n() instead
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 class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
Get the serialized value for this operation.
getSerializedValue() -
Method in interface com.gemstone.gemfire.cache.SerializedCacheValue
Returns the raw byte[] that represents this cache value.
getSerializedValue() -
Method in interface com.gemstone.gemfire.cache.util.GatewayEvent
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
getSize() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionMemberInfo
The total size in bytes of memory being used by the member for storage
of actual data in the partitioned region.
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.
getStartupRecoveryDelay() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Returns the delay in milliseconds that a new
member will wait before trying to satisfy redundancy
of data hosted on other members.
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.
getStateSaveFile() -
Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Returns the name of the file to be used for saving agent state
See description above.
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.
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, or
null if the issuer is no longer a member of the distributed system.
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
getTcpPort() -
Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Returns the primary communication port number for the Distributed 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.
getTime() -
Method in interface com.gemstone.gemfire.cache.partition.PartitionRebalanceInfo
Returns the time, in milliseconds, that the rebalance operation took for
this region.
getTimeInterval() -
Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the number of milliseconds that can elapse before
unwritten data is written to disk.
getTimeInterval() -
Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
Deprecated. as of 6.5 use DiskStore.getTimeInterval()
instead.
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.
getTotalBucketCreateBytes() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total size, in bytes, of all of the buckets that were created
as part of the rebalance operation.
getTotalBucketCreatesCompleted() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total number of buckets created during the rebalance operation.
getTotalBucketCreateTime() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total time, in milliseconds, taken to create buckets.
getTotalBucketTransferBytes() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total size, in bytes, of buckets that were transferred.
getTotalBucketTransfersCompleted() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total number of buckets transferred.
getTotalBucketTransferTime() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total amount of time, in milliseconds, it took to transfer
buckets.
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.
getTotalPrimaryTransfersCompleted() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total number of primaries that were transferred.
getTotalPrimaryTransferTime() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total time, in milliseconds, spent transferring primaries.
getTotalSize() -
Method in interface com.gemstone.gemfire.cache.PartitionAttributes
Deprecated. use getTotalMaxMemory() instead
getTotalTime() -
Method in interface com.gemstone.gemfire.cache.control.RebalanceResults
Returns the total time, in milliseconds, that the rebalance operation took.
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 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 class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
Get the value for this operation.
getValue() -
Method in interface com.gemstone.gemfire.cache.Region.Entry
Returns the value of this entry in the local cache.
getValueAsString() -
Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
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.
getVersion() -
Static method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
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.
getWriteBufferSize() -
Method in interface com.gemstone.gemfire.cache.DiskStore
Returns the size of the write buffer that this disk store will use when
writing data to disk.
getWriter() -
Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Returns the current TransactionWriter
GLOBAL -
Static variable in class com.gemstone.gemfire.cache.Scope
The region or cached object with this attribute is scoped
to the distributed cached system; locking is used
for all distributed operations on entries
to guarantee consistency across the distributed caches.
GLOBAL_MAX_BUCKETS_DEFAULT -
Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
The default total number of buckets (113).
GLOBAL_MAX_BUCKETS_PROPERTY -
Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Deprecated. - please use PartitionAttributesFactory.setTotalNumBuckets(int) instead.
This setting must be the same in all processes using the Region.
GLOBAL_MAX_MEMORY_DEFAULT -
Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Default maximum total size of the region across all processes, in megabytes.
GLOBAL_MAX_MEMORY_PROPERTY -
Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Deprecated. - use PartitionAttributesFactory.setTotalMaxMemory(long) instead.
The global property name that
defines the total maximum size for the partitioned Region.
This setting must be the same in all processes using the Region.
GOOD_HEALTH -
Static variable in interface com.gemstone.gemfire.admin.GemFireHealth
An indicator that the GemFire components are healthy.
guaranteesOldValue() -
Method in class com.gemstone.gemfire.cache.Operation
Returns true if this operation is a ConcurrentMap operation that
guarantees the old value to be returned no matter what expense may
be incurred in doing so.