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

C

Cache - Interface in com.gemstone.gemfire.cache
Caches are obtained from the CacheFactory.create() method.
CACHE_CLOSE - Static variable in class com.gemstone.gemfire.cache.Operation
A cache close.
CACHE_CONTENT - Static variable in class com.gemstone.gemfire.cache.InterestPolicy
This subscriber is interested in data that is already in its cache.
CACHE_CREATE - Static variable in class com.gemstone.gemfire.cache.Operation
A cache create.
CACHE_MEMBER_DEPARTED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a member has departed from the system.
CACHE_MEMBER_JOINED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a member has been added to the system.
CACHE_MEMBER_SUSPECT - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a member is suspected.
CACHE_RECONNECT - Static variable in class com.gemstone.gemfire.cache.Operation
A cache close triggered by LossAction.RECONNECT.
CACHE_SERVER - Static variable in class com.gemstone.gemfire.admin.SystemMemberType
Deprecated.
as of 5.7 use SystemMemberType.CACHE_VM instead.
CACHE_SERVER_STARTED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that cache server is started
The value of this type string is gemfire.distributedsystem.cache.server.started.
CACHE_SERVER_STOPPED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that cache server is stopped
The value of this type string is gemfire.distributedsystem.cache.server.stopped.
CACHE_VM - Static variable in class com.gemstone.gemfire.admin.SystemMemberType
Deprecated.
GemFire Cache VM connected to the distributed system
CacheCallback - Interface in com.gemstone.gemfire.cache
User-defined objects that can be plugged into caching to receive callback notifications.
CacheClosedException - Exception in com.gemstone.gemfire.cache
Indicates that the caching system has been closed.
CacheClosedException() - Constructor for exception com.gemstone.gemfire.cache.CacheClosedException
Constructs a new CacheClosedException.
CacheClosedException(String) - Constructor for exception com.gemstone.gemfire.cache.CacheClosedException
Constructs a new CacheClosedException with a message string.
CacheClosedException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheClosedException
Constructs a new CacheClosedException with a message string and a cause.
CacheClosedException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheClosedException
Constructs a new CacheClosedException with a cause.
CacheDoesNotExistException - Exception in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
CacheDoesNotExistException() - Constructor for exception com.gemstone.gemfire.admin.CacheDoesNotExistException
Deprecated.
Constructs a new exception with null as its detail message.
CacheDoesNotExistException(String) - Constructor for exception com.gemstone.gemfire.admin.CacheDoesNotExistException
Deprecated.
Constructs a new exception with the specified detail message.
CacheDoesNotExistException(String, Throwable) - Constructor for exception com.gemstone.gemfire.admin.CacheDoesNotExistException
Deprecated.
Constructs a new exception with the specified detail message and cause.
CacheDoesNotExistException(Throwable) - Constructor for exception com.gemstone.gemfire.admin.CacheDoesNotExistException
Deprecated.
Constructs a new exception with the specified cause and a detail message of (cause==null ?
CacheEvent<K,V> - Interface in com.gemstone.gemfire.cache
A region- or entry-related event affecting the cache.
CacheException - Exception in com.gemstone.gemfire.cache
A generic exception, which indicates a cache error has occurred.
CacheException() - Constructor for exception com.gemstone.gemfire.cache.CacheException
Constructs a new CacheException.
CacheException(String) - Constructor for exception com.gemstone.gemfire.cache.CacheException
Constructs a new CacheException with a message string.
CacheException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheException
Constructs a CacheException with a message string and a base exception
CacheException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheException
Constructs a CacheException with a cause
CacheExistsException - Exception in com.gemstone.gemfire.cache
Thrown when attempting to create a Cache if one already exists.
CacheExistsException(Cache, String) - Constructor for exception com.gemstone.gemfire.cache.CacheExistsException
Constructs an instance of CacheExistsException with the specified detail message.
CacheExistsException(Cache, String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheExistsException
Constructs an instance of CacheExistsException with the specified detail message and cause.
CacheFactory - Class in com.gemstone.gemfire.cache
Factory class used to create the singleton cache and connect to the GemFire singleton distributed system.
CacheFactory() - Constructor for class com.gemstone.gemfire.cache.CacheFactory
Creates a default cache factory.
CacheFactory(Properties) - Constructor for class com.gemstone.gemfire.cache.CacheFactory
Create a CacheFactory initialized with the given gemfire properties.
CacheHealthConfig - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
CacheListener<K,V> - Interface in com.gemstone.gemfire.cache
A listener to handle region or entry related events.
CacheListenerAdapter<K,V> - Class in com.gemstone.gemfire.cache.util
Utility class that implements all methods in CacheListener with empty implementations.
CacheListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.util.CacheListenerAdapter
 
CacheLoader<K,V> - Interface in com.gemstone.gemfire.cache
Allows data from outside of the VM to be placed into a region.
CacheLoaderException - Exception in com.gemstone.gemfire.cache
Thrown from the CacheLoader.load(com.gemstone.gemfire.cache.LoaderHelper<K, V>) method indicating that an error occurred when a CacheLoader was attempting to load a value.
CacheLoaderException() - Constructor for exception com.gemstone.gemfire.cache.CacheLoaderException
Creates a new instance of CacheLoaderException.
CacheLoaderException(String) - Constructor for exception com.gemstone.gemfire.cache.CacheLoaderException
Constructs an instance of CacheLoaderException with the specified detail message.
CacheLoaderException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheLoaderException
Constructs an instance of CacheLoaderException with the specified detail message and cause.
CacheLoaderException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheLoaderException
Constructs an instance of CacheLoaderException with the specified cause.
CacheRuntimeException - Exception in com.gemstone.gemfire.cache
A generic runtime exception that indicates a cache error has occurred.
CacheRuntimeException() - Constructor for exception com.gemstone.gemfire.cache.CacheRuntimeException
Creates a new instance of CacheRuntimeException without detail message.
CacheRuntimeException(String) - Constructor for exception com.gemstone.gemfire.cache.CacheRuntimeException
Constructs an instance of CacheRuntimeException with the specified detail message.
CacheRuntimeException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheRuntimeException
Constructs an instance of CacheRuntimeException with the specified detail message and cause.
CacheRuntimeException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheRuntimeException
Constructs an instance of CacheRuntimeException with the specified cause.
CacheServer - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 5.7 use CacheVm instead.
CacheServer - Interface in com.gemstone.gemfire.cache.server
A cache server that serves the contents of a Cache to client VMs in another distributed system via a socket.
CacheServerConfig - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 5.7 use CacheVmConfig instead.
CacheServerMXBean - Interface in com.gemstone.gemfire.management
MBean that provides access to information and management functionality for a CacheServer.
CacheSnapshotService - Interface in com.gemstone.gemfire.cache.snapshot
Allows a snapshot of cache data to be imported and exported.
CacheStatistics - Interface in com.gemstone.gemfire.cache
Defines common statistics information for both region and entries.
CacheTransactionManager - Interface in com.gemstone.gemfire.cache
The CacheTransactionManager interface allows applications to manage transactions on a per Cache basis.
CacheVm - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
CacheVmConfig - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
CacheWriter<K,V> - Interface in com.gemstone.gemfire.cache
A user-defined object defined in the RegionAttributes that is called synchronously before a region or entry in the cache is modified.
CacheWriterAdapter<K,V> - Class in com.gemstone.gemfire.cache.util
Utility class that implements all methods in CacheWriter with empty implementations.
CacheWriterAdapter() - Constructor for class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
CacheWriterException - Exception in com.gemstone.gemfire.cache
An exception thrown by a CacheWriter method.
CacheWriterException() - Constructor for exception com.gemstone.gemfire.cache.CacheWriterException
Creates a new instance of CacheWriterException.
CacheWriterException(String) - Constructor for exception com.gemstone.gemfire.cache.CacheWriterException
Constructs an instance of CacheWriterException with the specified detail message.
CacheWriterException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheWriterException
Constructs an instance of CacheWriterException with the specified detail message and cause.
CacheWriterException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheWriterException
Constructs an instance of CacheWriterException with the specified cause.
CacheXmlException - Exception in com.gemstone.gemfire.cache
Thrown when a problem is encountered while parsing a declarative caching XML file.
CacheXmlException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CacheXmlException
Creates a new CacheXmlException with the given description and cause.
CacheXmlException(String) - Constructor for exception com.gemstone.gemfire.cache.CacheXmlException
Creates a new CacheXmlException with the given description.
cancel() - Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
Cancels this rebalance operation.
CancelCriterion - Class in com.gemstone.gemfire
Abstract cancellation proxy for cancelling an operation, esp. a thread.
CancelCriterion() - Constructor for class com.gemstone.gemfire.CancelCriterion
 
CancelException - Exception in com.gemstone.gemfire
Abstract root class of all GemFire exceptions representing system cancellation
CancelException() - Constructor for exception com.gemstone.gemfire.CancelException
for serialization
CancelException(String) - Constructor for exception com.gemstone.gemfire.CancelException
Create instance with given message
CancelException(String, Throwable) - Constructor for exception com.gemstone.gemfire.CancelException
Create instance with given message and cause
CancelException(Throwable) - Constructor for exception com.gemstone.gemfire.CancelException
Create instance with empty message and given cause
cancelInProgress() - Method in class com.gemstone.gemfire.CancelCriterion
Indicate if the service is in the progress of being cancelled.
CanonicalInstantiator - Class in com.gemstone.gemfire
CanonicalInstantiator is much like its parent Instantiator except that instead of needing to implement newInstance() you now must implement newInstance(DataInput).
CanonicalInstantiator(Class<? extends DataSerializable>, int) - Constructor for class com.gemstone.gemfire.CanonicalInstantiator
Creates a new CanonicalInstantiator that instantiates a given class.
changeAlertLevel(String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
Sets the minimum level for alerts to be delivered to listeners.
changeEventValue(Object) - Method in interface com.gemstone.gemfire.cache.util.GatewayConflictHelper
modify the value stored in the cache
checkCancelInProgress(Throwable) - Method in class com.gemstone.gemfire.CancelCriterion
See if the current operation is being cancelled.
checkFailure() - Static method in class com.gemstone.gemfire.SystemFailure
Utility function to check for failures.
checkForRequiredRoles(Region<?, ?>) - Static method in class com.gemstone.gemfire.cache.RequiredRoles
Returns a set of any currently missing required roles for the specified region.
clear() - Method in interface com.gemstone.gemfire.cache.Region
Removes all entries from this region.
clearDefinedIndexes() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Clears all the indexes that were defined using QueryService.defineIndex(String, String, String)
clearResults() - Method in interface com.gemstone.gemfire.cache.execute.ResultCollector
GemFire will invoke this method before re-executing function (in case of Function Execution HA).
CLIENT_CRASHED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a client has crashed
The value of this type string is gemfire.distributedsystem.cacheserver.client.crashed.
CLIENT_JOINED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a client has joined
The value of this type string is gemfire.distributedsystem.cacheserver.client.joined.
CLIENT_LEFT - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
Notification type which indicates that a client has left
The value of this type string is gemfire.distributedsystem.cacheserver.client.left.
ClientCache - Interface in com.gemstone.gemfire.cache.client
A ClientCache instance controls the life cycle of the local singleton cache in a client.
ClientCacheFactory - Class in com.gemstone.gemfire.cache.client
Factory class used to create the singleton client cache and connect to one or more GemFire Cache Servers.
ClientCacheFactory() - Constructor for class com.gemstone.gemfire.cache.client.ClientCacheFactory
Creates a new client cache factory.
ClientCacheFactory(Properties) - Constructor for class com.gemstone.gemfire.cache.client.ClientCacheFactory
Create a new client cache factory given the initial gemfire properties.
ClientHealthStatus - Class in com.gemstone.gemfire.management
Composite data type used to distribute statistics which can be used to determine the health of a cache client.
ClientHealthStatus() - Constructor for class com.gemstone.gemfire.management.ClientHealthStatus
 
ClientMembership - Class in com.gemstone.gemfire.management.membership
Provides utility methods for registering and unregistering ClientMembershipListeners in this process.
ClientMembershipEvent - Interface in com.gemstone.gemfire.management.membership
An event delivered to a ClientMembershipListener when this process detects connection changes to ClientServers or clients.
ClientMembershipListener - Interface in com.gemstone.gemfire.management.membership
A listener whose callback methods are invoked when this process detects connection changes to CacheServers or clients.
ClientMembershipListenerAdapter - Class in com.gemstone.gemfire.management.membership
Utility class that implements all methods in ClientMembershipListener with empty implementations.
ClientMembershipListenerAdapter() - Constructor for class com.gemstone.gemfire.management.membership.ClientMembershipListenerAdapter
 
ClientNotReadyException - Exception in com.gemstone.gemfire.cache.client
Deprecated.
as of 6.5 this exception is no longer thrown by GemFire so any code that catches it should be removed.
ClientNotReadyException(String) - Constructor for exception com.gemstone.gemfire.cache.client.ClientNotReadyException
Deprecated.
Constructs an instance of ClientNotReadyException with the specified detail message.
ClientNotReadyException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.client.ClientNotReadyException
Deprecated.
Constructs an instance of ClientNotReadyException with the specified detail message and cause.
ClientQueueDetail - Class in com.gemstone.gemfire.management
 
ClientQueueDetail() - Constructor for class com.gemstone.gemfire.management.ClientQueueDetail
 
ClientRegionFactory<K,V> - Interface in com.gemstone.gemfire.cache.client
A factory for constructing client cache regions.
ClientRegionShortcut - Enum in com.gemstone.gemfire.cache.client
Each enum represents a predefined RegionAttributes in a ClientCache.
ClientSession - Interface in com.gemstone.gemfire.cache
Class ClientSession represents a client connection on the server.
ClientSocketFactory - Interface in com.gemstone.gemfire.distributed
Interface ClientSocketFactory is used to create non-default client sockets.
ClientSubscriptionConfig - Interface in com.gemstone.gemfire.cache.server
Used to configure queuing on a cache server for client subscriptions.
CliMetaData - Annotation Type in com.gemstone.gemfire.management.cli
An annotation to define additional meta-data for commands.
CliMetaData.AvailabilityMetadata - Annotation Type in com.gemstone.gemfire.management.cli
An annotation to define additional meta-data for availability of commands.
clone() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Returns a copy of this DistributedSystemConfig object whose configuration can be modified.
clone() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
Deprecated.
Returns an AgentConfig with the same configuration as this AgentConfig.
clone() - Method in interface com.gemstone.gemfire.admin.ManagedEntityConfig
Deprecated.
Returns a new ManagedEntityConfig with the same configuration as this ManagedEntityConfig.
close() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
Deprecated.
Closes this health monitor and releases all resources associated with it.
close(boolean) - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
as of 6.5 use ClientCache.close(boolean) instead.
close() - Method in interface com.gemstone.gemfire.cache.CacheCallback
Called when the region containing this callback is closed or destroyed, when the cache is closed, or when a callback is removed from a region using an AttributesMutator.
close(boolean) - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Terminates this object cache and releases all the resources.
close(boolean) - Static method in class com.gemstone.gemfire.cache.client.PoolManager
Unconditionally destroys all created pools that are in this manager.
close() - Static method in class com.gemstone.gemfire.cache.client.PoolManager
Unconditionally destroys all created pools that are in this manager.
close() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
Close the CQ and stop execution.
close() - Method in interface com.gemstone.gemfire.cache.Region
Does a localDestroyRegion, but leaves behind the disk files if this is a region with persistBackup set to true.
close() - Method in interface com.gemstone.gemfire.cache.RegionService
Terminates this region service and releases all its resources.
close() - Method in interface com.gemstone.gemfire.cache.server.ServerLoadProbe
Signals that a bridge server using this load probe has been closed.
close() - Method in class com.gemstone.gemfire.cache.server.ServerLoadProbeAdapter
Does nothing.
close() - Method in interface com.gemstone.gemfire.cache.snapshot.SnapshotIterator
Closes the iterator and its underlying resources.
close() - Method in class com.gemstone.gemfire.cache.util.BridgeClient
Deprecated.
 
close() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
Deprecated.
Called when the region containing this BridgeLoader is destroyed, when the Cacheis closed, or when a callback is removed from a region using an AttributesMutator Closes connections to BridgeServers when all Regions are finished using this BridgeLoader,
close() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
Deprecated.
Called when a region using this BridgeWriter is destroyed, when the cache is closed, or when a callback is removed from a region using an AttributesMutator.
close() - Method in class com.gemstone.gemfire.cache.util.CacheListenerAdapter
 
close() - Method in class com.gemstone.gemfire.cache.util.CacheWriterAdapter
 
close() - Method in class com.gemstone.gemfire.cache.util.CqListenerAdapter
Called when the CQ is closed, the base region is destroyed, when the cache is closed, or when this listener is removed from a CqQuery using a CqAttributesMutator.
close() - Method in class com.gemstone.gemfire.cache.util.TransactionListenerAdapter
 
close() - Method in interface com.gemstone.gemfire.ra.GFConnection
 
close() - Method in interface com.gemstone.gemfire.Statistics
Closes these statistics.
CLOSE_CQ - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
A continuous query close operation.
closeAllContinuousQuery(String) - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Unregister all CQs from a region
closeContinuousQuery(String) - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
Unregister a CQ
CloseCQOperationContext - Class in com.gemstone.gemfire.cache.operations
Encapsulates a OperationContext.OperationCode.CLOSE_CQ operation for the pre-operation case.
CloseCQOperationContext(String, String, Set) - Constructor for class com.gemstone.gemfire.cache.operations.CloseCQOperationContext
Constructor for the CLOSE_CQ operation.
closeCqs() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Unregister all Continuous Queries.
CollectionType - Interface in com.gemstone.gemfire.cache.query.types
Represents the type of a collection, an object that can contain element objects.
com.gemstone.gemfire - package com.gemstone.gemfire
The base package of the GemFire Java product, featuring highly concurrent distributed caching with cache event delivery, OQL querying, and remote cache administration, built using a DistributedSystem which includes a DistributedLockService.
com.gemstone.gemfire.admin - package com.gemstone.gemfire.admin
Provides an API for administering various GemFire components such as a GemFire distributed system, and processes that host GemFire Caches.
com.gemstone.gemfire.admin.jmx - package com.gemstone.gemfire.admin.jmx
Provides administrative access to a GemFire distributed system via the Java Management Extensions (JMX).
com.gemstone.gemfire.cache - package com.gemstone.gemfire.cache
Provides an implementation of distributed object caching that can leverage GemFire's distribution capabilities.
com.gemstone.gemfire.cache.asyncqueue - package com.gemstone.gemfire.cache.asyncqueue
 
com.gemstone.gemfire.cache.client - package com.gemstone.gemfire.cache.client
The com.gemstone.gemfire.cache.client package provides APIs used for client connectivity and caching.
com.gemstone.gemfire.cache.control - package com.gemstone.gemfire.cache.control
Controls the resources used by the local GemFire Cache.
com.gemstone.gemfire.cache.execute - package com.gemstone.gemfire.cache.execute
The com.gemstone.gemfire.cache.execute package provides APIs used for function execution on gemfire system members.
com.gemstone.gemfire.cache.operations - package com.gemstone.gemfire.cache.operations
Contains the OperationContext interface that encapsulates an operation and the data associated with it for both the pre-operation and post-operation cases.
com.gemstone.gemfire.cache.partition - package com.gemstone.gemfire.cache.partition
Provides classes which operate on partitioned regions.
com.gemstone.gemfire.cache.persistence - package com.gemstone.gemfire.cache.persistence
 
com.gemstone.gemfire.cache.query - package com.gemstone.gemfire.cache.query
GemFire's query service, an implementation of an OQL/SQL-style query processor with supporting indexes.
com.gemstone.gemfire.cache.query.types - package com.gemstone.gemfire.cache.query.types
 
com.gemstone.gemfire.cache.server - package com.gemstone.gemfire.cache.server
The com.gemstone.gemfire.cache.server package provides APIs used for the server side of client/server caching.
com.gemstone.gemfire.cache.snapshot - package com.gemstone.gemfire.cache.snapshot
Provides API's for importing and exporting cached data into snapshot files.
com.gemstone.gemfire.cache.util - package com.gemstone.gemfire.cache.util
Provides utilities for use with the Caching API in the com.gemstone.gemfire.cache.util package.
com.gemstone.gemfire.cache.wan - package com.gemstone.gemfire.cache.wan
 
com.gemstone.gemfire.compression - package com.gemstone.gemfire.compression
 
com.gemstone.gemfire.distributed - package com.gemstone.gemfire.distributed
Provides information about, access to, and common tools for GemFire distributed systems.
com.gemstone.gemfire.i18n - package com.gemstone.gemfire.i18n
 
com.gemstone.gemfire.lang - package com.gemstone.gemfire.lang
 
com.gemstone.gemfire.management - package com.gemstone.gemfire.management
A set of APIs for retrieving information and statistics for GemFire components as well as controlling the startup, shutdown and runtime of those components.
com.gemstone.gemfire.management.cli - package com.gemstone.gemfire.management.cli
The Command Line Interface (CLI) package provides a set of APIs for writing commands that can be used to manage and monitor GemFire components.
com.gemstone.gemfire.management.membership - package com.gemstone.gemfire.management.membership
 
com.gemstone.gemfire.memcached - package com.gemstone.gemfire.memcached
 
com.gemstone.gemfire.pdx - package com.gemstone.gemfire.pdx
The com.gemstone.gemfire.pdx package provides APIs used for object serialization.
com.gemstone.gemfire.ra - package com.gemstone.gemfire.ra
 
com.gemstone.gemfire.security - package com.gemstone.gemfire.security
Provides an API for plugging in authentication and authorization for members of a distributed system and clients.
COMMAND_INVALID - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
Error Type indicating an invalid command
COMMAND_INVALID_OR_UNAVAILABLE - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
Error Type indicating an unknown or unavailable command.
COMMAND_NAME_AMBIGUOUS - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
Error Type indicating an ambiguous command name
CommandProcessingException - Exception in com.gemstone.gemfire.management.cli
Indicates that an exception occurred while processing a GemFire Command Line Interface (CLI) command.
CommandProcessingException(String, int, Object) - Constructor for exception com.gemstone.gemfire.management.cli.CommandProcessingException
Constructs a new CommandProcessingException
CommandService - Class in com.gemstone.gemfire.management.cli
Processes remote GemFire Command Line Interface (CLI) commands.
CommandService() - Constructor for class com.gemstone.gemfire.management.cli.CommandService
 
CommandServiceException - Exception in com.gemstone.gemfire.management.cli
Indicates that an exception occurred while accessing/creating a Command Service for processing GemFire Command Line Interface (CLI) commands.
CommandServiceException(String, Throwable) - Constructor for exception com.gemstone.gemfire.management.cli.CommandServiceException
Constructs a new CommandServiceException with the specified detail message and cause.
CommandServiceException(String) - Constructor for exception com.gemstone.gemfire.management.cli.CommandServiceException
Constructs a new CommandServiceException with the specified detail message.
CommandServiceException(Throwable) - Constructor for exception com.gemstone.gemfire.management.cli.CommandServiceException
Constructs a new CommandServiceException by wrapping the specified cause.
CommandStatement - Interface in com.gemstone.gemfire.management.cli
Represents GemFire Command Line Interface (CLI) command strings.
commit() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
Commit the transaction associated with the current thread.
CommitConflictException - Exception in com.gemstone.gemfire.cache
Thrown when a commit fails due to a write conflict.
CommitConflictException(String) - Constructor for exception com.gemstone.gemfire.cache.CommitConflictException
Constructs an instance of CommitConflictException with the specified detail message.
CommitConflictException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.CommitConflictException
Constructs an instance of CommitConflictException with the specified detail message and cause.
CommitConflictException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.CommitConflictException
Constructs an instance of CommitConflictException with the specified cause.
CommitDistributionException - Exception in com.gemstone.gemfire.cache
Indicates that an attempt to notify required participants of a transaction involving one or more regions that are configured with MembershipAttributes may have failed.
CommitDistributionException(String) - Constructor for exception com.gemstone.gemfire.cache.CommitDistributionException
Constructs a CommitDistributionException with a message.
CommitDistributionException(String, Set) - Constructor for exception com.gemstone.gemfire.cache.CommitDistributionException
Constructs a CommitDistributionException with a message and a cause.
CommitIncompleteException - Exception in com.gemstone.gemfire.cache
Thrown when a commit fails to complete due to errors
CommitIncompleteException(String) - Constructor for exception com.gemstone.gemfire.cache.CommitIncompleteException
 
compactAllDiskStores() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Compact the persistent files for all of the members of the distributed system that the admin member connected to.
compactAllDiskStores() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Performs compaction on all of the member's disk stores.
compile() - Method in interface com.gemstone.gemfire.cache.query.Query
Deprecated.
as of 6.5
compress(byte[]) - Method in interface com.gemstone.gemfire.compression.Compressor
Compresses the input byte array.
compress(byte[]) - Method in class com.gemstone.gemfire.compression.SnappyCompressor
 
CompressionException - Exception in com.gemstone.gemfire.compression
Wraps specific compression errors for compressors.
CompressionException(String) - Constructor for exception com.gemstone.gemfire.compression.CompressionException
 
CompressionException(String, Throwable) - Constructor for exception com.gemstone.gemfire.compression.CompressionException
 
CompressionException(Throwable) - Constructor for exception com.gemstone.gemfire.compression.CompressionException
 
Compressor - Interface in com.gemstone.gemfire.compression
Interface for a compression codec.
config(Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes an exception to this writer.
config(StringId, Object[], Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes both a message and exception to this writer.
config(StringId, Object, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes both a message and exception to this writer.
config(StringId, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes both a message and exception to this writer.
config(StringId, Object[]) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes a message to this writer.
config(StringId, Object) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes a message to this writer.
config(StringId) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
Writes a message to this writer.
config(String, Throwable) - Method in interface com.gemstone.gemfire.LogWriter
Writes both a message and exception to this writer.
config(String) - Method in interface com.gemstone.gemfire.LogWriter
Writes a message to this writer.
config(Throwable) - Method in interface com.gemstone.gemfire.LogWriter
Writes an exception to this writer.
configChanged(DistributedSystemConfig) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig.ConfigListener
Deprecated.
Invoked when this configurated is changed.
configEnabled() - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
 
configEnabled() - Method in interface com.gemstone.gemfire.LogWriter
Returns true if "config" log messages are enabled.
ConfigurationParameter - Interface in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
ConflictingPersistentDataException - Exception in com.gemstone.gemfire.cache.persistence
Thrown when a member with persistence is recovering, and it discovers that the data it has on disk was never part of the same distributed system as the members that are currently online.
ConflictingPersistentDataException() - Constructor for exception com.gemstone.gemfire.cache.persistence.ConflictingPersistentDataException
 
ConflictingPersistentDataException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.ConflictingPersistentDataException
 
ConflictingPersistentDataException(String) - Constructor for exception com.gemstone.gemfire.cache.persistence.ConflictingPersistentDataException
 
ConflictingPersistentDataException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.ConflictingPersistentDataException
 
connect() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
Deprecated.
Connects to the distributed system.
connect(Properties) - Static method in class com.gemstone.gemfire.distributed.DistributedSystem
CONNECTION_RETRY_INTERVAL - Static variable in interface com.gemstone.gemfire.cache.wan.GatewaySender
Retry a connection from sender to receiver after specified time interval (in milliseconds) in case receiver is not up and running.
connectToSystem() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
Deprecated.
Connects to the distributed system described by this Agent's configuration.
CONTAINS_KEY - Static variable in class com.gemstone.gemfire.cache.Operation
A 'check for existence of key' operation.
CONTAINS_KEY - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
A region containsKey operation.
CONTAINS_VALUE - Static variable in class com.gemstone.gemfire.cache.Operation
A 'check for existence of value' operation.
CONTAINS_VALUE_FOR_KEY - Static variable in class com.gemstone.gemfire.cache.Operation
A 'check for existence of value for given key' operation.
containsKey(Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns whether the specified key currently exists in this region.
containsKeyOnServer(Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns whether the specified key currently exists in this region on the server.
containsValue(Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns true if this region maps one or more keys to the specified value.
containsValueForKey(Object) - Method in interface com.gemstone.gemfire.cache.Region
Returns whether there is a valid (non-null) value present for the specified key.
ConverterHint - Interface in com.gemstone.gemfire.management.cli
Used in CliOption annotations to indicate which converter(s) should or should not be used.
convertToLogWriter() - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
A mechanism for accessing the abstraction layer used for a plain logger.
convertToLogWriterI18n() - Method in interface com.gemstone.gemfire.LogWriter
A mechanism for accessing the abstraction layer used for internationalization.
copy(T) - Static method in class com.gemstone.gemfire.CopyHelper
Makes a copy of the specified object.
CopyException - Exception in com.gemstone.gemfire
Indicates a failure to copy an object.
CopyException() - Constructor for exception com.gemstone.gemfire.CopyException
Constructs a new CopyException.
CopyException(String) - Constructor for exception com.gemstone.gemfire.CopyException
Constructs a new CopyException with a message string.
CopyException(String, Throwable) - Constructor for exception com.gemstone.gemfire.CopyException
Constructs a new CopyException with a message string and a cause.
CopyException(Throwable) - Constructor for exception com.gemstone.gemfire.CopyException
Constructs a new CopyException with a cause.
CopyHelper - Class in com.gemstone.gemfire
A static helper for optimally creating copies.
CqAttributes - Interface in com.gemstone.gemfire.cache.query
This interface holds all attribute values for a CQ and provides methods for retrieving all attribute settings.
CqAttributesFactory - Class in com.gemstone.gemfire.cache.query
The factory class for the CqAttributes instance.
CqAttributesFactory() - Constructor for class com.gemstone.gemfire.cache.query.CqAttributesFactory
Creates a new instance of AttributesFactory ready to create a CqAttributes with default settings.
CqAttributesFactory(CqAttributes) - Constructor for class com.gemstone.gemfire.cache.query.CqAttributesFactory
Creates a new instance of CqAttributesFactory ready to create a CqAttributes with the same settings as those in the specified CqAttributes.
CqAttributesMutator - Interface in com.gemstone.gemfire.cache.query
This interface is used to modify the listeners that are associated with a CQ.
CqClosedException - Exception in com.gemstone.gemfire.cache.query
Thrown if the CqQuery on which the operation performed is closed.
CqClosedException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.CqClosedException
Constructor used by concrete subclasses
CqClosedException(String) - Constructor for exception com.gemstone.gemfire.cache.query.CqClosedException
Constructor used by concrete subclasses
CqClosedException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.CqClosedException
Constructor used by concrete subclasses
CqEvent - Interface in com.gemstone.gemfire.cache.query
This interface provides methods to get all the information sent from the server about the CQ event.
CqException - Exception in com.gemstone.gemfire.cache.query
Thrown during continuous query creation, execution time.
CqException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.CqException
Constructor used by concrete subclasses
CqException(String) - Constructor for exception com.gemstone.gemfire.cache.query.CqException
Constructor used by concrete subclasses
CqException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.CqException
Constructor used by concrete subclasses
CqExistsException - Exception in com.gemstone.gemfire.cache.query
Thrown if a CQ by this name already exists on this client
CqExistsException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.CqExistsException
Constructor used by concrete subclasses
CqExistsException(String) - Constructor for exception com.gemstone.gemfire.cache.query.CqExistsException
Constructor used by concrete subclasses
CqExistsException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.CqExistsException
Constructor used by concrete subclasses
CqListener - Interface in com.gemstone.gemfire.cache.query
Application plug-in interface for handling continuous query events after they occur.
CqListenerAdapter - Class in com.gemstone.gemfire.cache.util
 
CqListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.util.CqListenerAdapter
 
CqQuery - Interface in com.gemstone.gemfire.cache.query
Interface for continuous query.
CqResults<E> - Interface in com.gemstone.gemfire.cache.query
Represents the results of a CQ query that is executed using CqQuery.executeWithInitialResults() The result will contain the instances of Struct having key and value of the region entry that satisfy the CQ query condition.
CqServiceStatistics - Interface in com.gemstone.gemfire.cache.query
This class provides methods to get aggregate statistical information about the CQs of a client.
CqState - Interface in com.gemstone.gemfire.cache.query
This interface gives information on the state of a CqQuery.
CqStatistics - Interface in com.gemstone.gemfire.cache.query
This class provides methods to get statistical information about a registered Continuous Query (CQ) represented by the CqQuery object.
CqStatusListener - Interface in com.gemstone.gemfire.cache.query
Extension of CqListener.
create(String, AsyncEventListener) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
Creates the AsyncEventQueue.
create() - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
Creates a RegionAttributes with the current settings.
create(DistributedSystem) - Static method in class com.gemstone.gemfire.cache.CacheFactory
Deprecated.
create() - Method in class com.gemstone.gemfire.cache.CacheFactory
Creates a new cache that uses the configured distributed system.
create() - Method in class com.gemstone.gemfire.cache.client.ClientCacheFactory
Create a singleton client cache.
create(String) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Creates a region in the ClientCache using the configuration contained in this ClientRegionFactory.
create(String) - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
Create a new Pool for connecting a client to a set of GemFire Cache Servers.
create(String) - Method in interface com.gemstone.gemfire.cache.DiskStoreFactory
Create a new disk store or find an existing one.
create() - Method in class com.gemstone.gemfire.cache.DiskWriteAttributesFactory
Deprecated.
CREATE - Static variable in class com.gemstone.gemfire.cache.Operation
An entry creation.
CREATE - Static variable in class com.gemstone.gemfire.cache.operations.PutOperationContext
Indicates that the operation results in a create of the key.
create() - Method in class com.gemstone.gemfire.cache.PartitionAttributesFactory
Creates a PartitionAttributes with the current settings.
create() - Method in class com.gemstone.gemfire.cache.query.CqAttributesFactory
Creates a CqAttributes with the current settings.
create(K, V) - Method in interface com.gemstone.gemfire.cache.Region
Creates a new entry in this region with the specified key and value.
create(K, V, Object) - Method in interface com.gemstone.gemfire.cache.Region
Creates a new entry in this region with the specified key and value, providing a user-defined parameter object to any CacheWriter invoked in the process.
create(String) - Method in class com.gemstone.gemfire.cache.RegionFactory
Creates a region with the given name in this factory's Cache using the configuration contained in this factory.
create() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
Creates and returns an instance of GatewayReceiver
create(String, int) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
Creates a GatewaySender to communicate with remote distributed system
create(String, DistributedSystem) - Static method in class com.gemstone.gemfire.distributed.DistributedLockService
Create a DistributedLockService with the given serviceName for the given DistributedSystem.
create() - Method in interface com.gemstone.gemfire.pdx.PdxInstanceFactory
Create a PdxInstance.
createAsyncEventQueueFactory() - Method in interface com.gemstone.gemfire.cache.Cache
Creates AsyncEventQueueFactory for creating a AsyncEventQueue
createAtomicStatistics(StatisticsType) - Method in interface com.gemstone.gemfire.StatisticsFactory
Creates and returns a Statistics instance of the given type with default ids.
createAtomicStatistics(StatisticsType, String) - Method in interface com.gemstone.gemfire.StatisticsFactory
Creates and returns a Statistics instance of the given type, textId, and with a default numeric id.
createAtomicStatistics(StatisticsType, String, long) - Method in interface com.gemstone.gemfire.StatisticsFactory
Creates and returns a Statistics instance of the given type, textId, and numericId.
createAuthenticatedView(Properties) - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Creates an authenticated cache view using the given user security properties on the client cache's default pool.
createAuthenticatedView(Properties, String) - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Creates an authenticated cache view using the given user security properties using the given pool to connect to servers.
createCacheServerConfig() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
createCacheVmConfig() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Creates the configuration for a CacheVm.
createClientRegionFactory(ClientRegionShortcut) - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Create and return a client region factory that is initialized to create a region using the given predefined region attributes.
createClientRegionFactory(String) - Method in interface com.gemstone.gemfire.cache.client.ClientCache
Create and return a client region factory that is initialized to create a region using the given named region attributes.
createCommandStatement(String) - Method in class com.gemstone.gemfire.management.cli.CommandService
Creates a CommandStatement from the specified command string.
createDefinedIndexes() - Method in interface com.gemstone.gemfire.cache.query.QueryService
Creates all the indexes that were defined using QueryService.defineIndex(String, String, String)
createDiskStoreFactory() - Method in interface com.gemstone.gemfire.cache.GemFireCache
create diskstore factory
createDistributionLocatorConfig() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
Deprecated.
Creates a new DistributionLocatorConfig for a distribution locator that is managed in this distributed system.
createDoubleCounter(String, String, String) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a double counter StatisticDescriptor with the given name, description, units, and with larger values indicating better performance.
createDoubleCounter(String, String, String, boolean) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a double counter StatisticDescriptor with the given name, description, largerBetter, and units.
createDoubleGauge(String, String, String) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a double gauge StatisticDescriptor with the given name, description, units, and with smaller values indicating better performance.
createDoubleGauge(String, String, String, boolean) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a double gauge StatisticDescriptor with the given name, description, largerBetter, and units.
createDynamicRegion(String, String) - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
Creates the dynamic Region in the local cache and distributes the creation to other caches.
createFactory() - Static method in class com.gemstone.gemfire.cache.client.PoolManager
Creates a new pool factory, which is used to configure and create new Pools.
createFixedPartition(String) - Static method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
Creates an instance of FixedPartitionAttributes.
createFixedPartition(String, boolean) - Static method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
Creates an instance of FixedPartitionAttributes.
createFixedPartition(String, boolean, int) - Static method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
Creates an instance of FixedPartitionAttributes.
createFixedPartition(String, int) - Static method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
Creates an instance of FixedPartitionAttributes.
createFromData(DataInput) - Static method in class com.gemstone.gemfire.cache.ExpirationAttributes
 
createGatewayReceiverFactory() - Method in interface com.gemstone.gemfire.cache.Cache
Creates GatewayReceiverFactory for creating a GatewayReceiver
createGatewaySenderFactory() - Method in interface com.gemstone.gemfire.cache.Cache
Creates GatewaySenderFactory for creating a SerialGatewaySender
createGatewaySenderFactory() - Method in interface com.gemstone.gemfire.cache.GemFireCache
 
createHashIndex(String, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Create a hash index that can be used when executing equal and not equal queries.
createHashIndex(String, String, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Create a hash index that can be used when executing equal and not equal queries.
createIndex(String, IndexType, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Deprecated.
As of 6.6.2, use QueryService.createIndex(String, String, String) and QueryService.createKeyIndex(String, String, String) instead. Create an index that can be used when executing queries.
createIndex(String, IndexType, String, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Deprecated.
As of 6.6.2, use QueryService.createIndex(String, String, String, String) and QueryService.createKeyIndex(String, String, String) instead. Create an index that can be used when executing queries.
createIndex(String, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Create an index that can be used when executing queries.
createIndex(String, String, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Create an index that can be used when executing queries.
createIntCounter(String, String, String) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns an int counter StatisticDescriptor with the given name, description, units, and with larger values indicating better performance.
createIntCounter(String, String, String, boolean) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns an int counter StatisticDescriptor with the given name, description, largerBetter, and units.
createIntGauge(String, String, String) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns an int gauge StatisticDescriptor with the given name, description, units, and with smaller values indicating better performance.
createIntGauge(String, String, String, boolean) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns an int gauge StatisticDescriptor with the given name, description, largerBetter, and units.
createKeyIndex(String, String, String) - Method in interface com.gemstone.gemfire.cache.query.QueryService
Create a key index that can be used when executing queries.
createLIFOEntryAttributes(int, EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
 
createLIFOMemoryAttributes(int, EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
 
createLocalCommandService(Cache) - Static method in class com.gemstone.gemfire.management.cli.CommandService
Returns a newly created or existing instance of the CommandService associated with the specified Cache.
createLongCounter(String, String, String) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a long counter StatisticDescriptor with the given name, description, units, and with larger values indicating better performance.
createLongCounter(String, String, String, boolean) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a long counter StatisticDescriptor with the given name, description, largerBetter, and units.
createLongGauge(String, String, String) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a long gauge StatisticDescriptor with the given name, description, units, and with smaller values indicating better performance.
createLongGauge(String, String, String, boolean) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates and returns a long gauge StatisticDescriptor with the given name, description, largerBetter, and units.
createLRUEntryAttributes() - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns entry LRU eviction attributes with default action and default maximum.
createLRUEntryAttributes(int) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns entry LRU eviction attributes with default action and given maximumEntries.
createLRUEntryAttributes(EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns entry LRU eviction attributes with default maximum and given evictionAction.
createLRUEntryAttributes(int, EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns entry LRU eviction attributes with given evictionAction and given maximumEntries.
createLRUHeapAttributes() - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns heap LRU eviction attributes with default action and default sizer.
createLRUHeapAttributes(ObjectSizer) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns heap LRU eviction attributes with default action and the given sizer.
createLRUHeapAttributes(ObjectSizer, EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns heap LRU eviction attributes with the given evictionAction and given sizer.
createLRUMemoryAttributes() - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns memory LRU eviction attributes with default action, default sizer, and default maximum.
createLRUMemoryAttributes(int) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns memory LRU eviction attributes with default action, default sizer, and given maximumMegabytes.
createLRUMemoryAttributes(int, ObjectSizer) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns memory LRU eviction attributes with default action, given sizer, and given maximumMegabytes.
createLRUMemoryAttributes(int, ObjectSizer, EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns memory LRU eviction attributes with the given evictionAction, given sizer, and given maximumMegabytes.
createLRUMemoryAttributes(ObjectSizer) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns memory LRU eviction attributes with default action, given sizer, and default maximum.
createLRUMemoryAttributes(ObjectSizer, EvictionAction) - Static method in class com.gemstone.gemfire.cache.EvictionAttributes
Creates and returns memory LRU eviction attributes with given evictionAction, given sizer, and default maximum.
createManager() - Method in interface com.gemstone.gemfire.management.MemberMXBean
Creates a Manager MBean on this member.
createOptions() - Method in interface com.gemstone.gemfire.cache.snapshot.CacheSnapshotService
Creates a SnapshotOptions object configured with default settings.
createOptions() - Method in interface com.gemstone.gemfire.cache.snapshot.RegionSnapshotService
Creates a SnapshotOptions object configured with default settings.
createPdxEnum(String, String, int) - Method in interface com.gemstone.gemfire.cache.RegionService
Creates and returns a PdxInstance that represents an enum value.
createPdxInstanceFactory(String) - Method in interface com.gemstone.gemfire.cache.RegionService
Returns a factory that can create a PdxInstance.
createPrimaryBucket(Region<?, ?>, int, boolean, boolean) - Static method in class com.gemstone.gemfire.cache.partition.PartitionManager
This method creates a copy of the bucket on the current node, if no copy already exists.
createRebalanceFactory() - Method in interface com.gemstone.gemfire.cache.control.ResourceManager
Creates a factory for defining and starting RebalanceOperations.
createRegion(String, RegionAttributes) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
Deprecated.
Creates a root Region in this cache.
createRegion(String, RegionAttributes<K, V>) - Method in interface com.gemstone.gemfire.cache.Cache
Deprecated.
createRegionAttributes() - Method in class com.gemstone.gemfire.cache.AttributesFactory
Deprecated.
as of GemFire 5.0, use AttributesFactory.create() instead
createRegionFactory() - Method in interface com.gemstone.gemfire.cache.Cache
Creates a RegionFactory which can be used to specify additional attributes for Region creation.
createRegionFactory(RegionShortcut) - Method in interface com.gemstone.gemfire.cache.Cache
Creates a RegionFactory for the most commonly used Region types defined by RegionShortcut
createRegionFactory(String) - Method in interface com.gemstone.gemfire.cache.Cache
Creates a RegionFactory for creating a Region from RegionAttributes mapped to this regionAttributesId
createRegionFactory(RegionAttributes<K, V>) - Method in interface com.gemstone.gemfire.cache.Cache
Creates a RegionFactory for creating a Region from the given regionAttributes
createSocket(InetAddress, int) - Method in interface com.gemstone.gemfire.distributed.ClientSocketFactory
Creates a Socket for the input address and port
createStatistics(StatisticsType) - Method in interface com.gemstone.gemfire.StatisticsFactory
Creates and returns a Statistics instance of the given type with default ids.
createStatistics(StatisticsType, String) - Method in interface com.gemstone.gemfire.StatisticsFactory
Creates and returns a Statistics instance of the given type, textId, and with a default numeric id.
createStatistics(StatisticsType, String, long) - Method in interface com.gemstone.gemfire.StatisticsFactory
Creates and returns a Statistics instance of the given type, textId, and numericId.
createSubregion(String, RegionAttributes) - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
Deprecated.
Creates a subregion of this region.
createSubregion(Region<?, ?>, String) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
Creates a sub-region in the ClientCache using the configuration contained in this ClientRegionFactory.
createSubregion(String, RegionAttributes<SK, SV>) - Method in interface com.gemstone.gemfire.cache.Region
createSubregion(Region<?, ?>, String) - Method in class com.gemstone.gemfire.cache.RegionFactory
Creates a sub-region in the Cache using the configuration contained in this RegionFactory.
createType(String, String, StatisticDescriptor[]) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates or finds and returns a StatisticsType with the given name, description, and statistic descriptions.
createTypesFromXml(Reader) - Method in interface com.gemstone.gemfire.StatisticsTypeFactory
Creates one or more StatisticsType from the contents of the given reader.
createVMRegion(String, RegionAttributes) - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
createVMRegion(String, RegionAttributes<K, V>) - Method in interface com.gemstone.gemfire.cache.Cache
createWriter() - Method in interface com.gemstone.gemfire.pdx.PdxInstance
Creates and returns a WritablePdxInstance whose initial values are those of this PdxInstance.
CustomExpiry<K,V> - Interface in com.gemstone.gemfire.cache
This is the contract that a custom-expiry element must honor.
A B C D E F G H I J K L M N O P Q R S T U V W 
GemFire 8.2.9

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