- ParameterCountInvalidException - Exception in com.gemstone.gemfire.cache.query
-
Thrown when the number of bound paramters for a query does not match the
number of placeholders.
- ParameterCountInvalidException(String) - Constructor for exception com.gemstone.gemfire.cache.query.ParameterCountInvalidException
-
Creates a new instance of QueryParameterCountInvalidException
- parse(String) - Static method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns the OperationCode
represented by specified string.
- parseAction(String) - Static method in class com.gemstone.gemfire.cache.EvictionAction
-
- parseAction(String) - Static method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
- parseValue(int) - Static method in class com.gemstone.gemfire.cache.EvictionAction
-
Returns the eviction action the corresponds to the given parameter.
- parseValue(int) - Static method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
Returns the eviction action the corresponds to the given parameter.
- PARTITION - Static variable in class com.gemstone.gemfire.cache.DataPolicy
-
Data in this region may be spread across a number of processes.
- PartitionAttributes<K,V> - Interface in com.gemstone.gemfire.cache
-
Attributes that define the partitioned character of a Partitioned Region.
- PartitionAttributesData - Class in com.gemstone.gemfire.management
-
Composite date type used to distribute attributes for a PartitionedRegion
.
- PartitionAttributesData(int, long, int, int, String, String, long, long, String[]) - Constructor for class com.gemstone.gemfire.management.PartitionAttributesData
-
- PartitionAttributesFactory<K,V> - Class in com.gemstone.gemfire.cache
-
- PartitionAttributesFactory() - Constructor for class com.gemstone.gemfire.cache.PartitionAttributesFactory
-
Creates a new instance of PartitionAttributesFactory ready to create a
PartitionAttributes
with default settings.
- PartitionAttributesFactory(PartitionAttributes) - Constructor for class com.gemstone.gemfire.cache.PartitionAttributesFactory
-
- PartitionedRegionDistributionException - Exception in com.gemstone.gemfire.cache
-
Indicates a failure to perform a distributed operation on a Partitioned Region
after multiple attempts.
- PartitionedRegionDistributionException() - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionDistributionException
-
- PartitionedRegionDistributionException(String) - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionDistributionException
-
- PartitionedRegionDistributionException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionDistributionException
-
- PartitionedRegionDistributionException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionDistributionException
-
- PartitionedRegionStorageException - Exception in com.gemstone.gemfire.cache
-
Description of the conditions under which this exception is thrown
When a PartitionedRegionStorageException
message contains
the string:
There are not enough data store members to create a bucket.
- PartitionedRegionStorageException() - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionStorageException
-
Creates a new instance of PartitionedRegionStorageException
- PartitionedRegionStorageException(String) - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionStorageException
-
- PartitionedRegionStorageException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionStorageException
-
- PartitionListener - Interface in com.gemstone.gemfire.cache.partition
-
A callback for partitioned regions, invoked when a partition region is
created or any bucket in a partitioned region becomes primary.
- PartitionListenerAdapter - Class in com.gemstone.gemfire.cache.partition
-
Utility class that implements all methods in PartitionListener
with empty implementations.
- PartitionListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.partition.PartitionListenerAdapter
-
- PartitionManager - Class in com.gemstone.gemfire.cache.partition
-
An utility class to manage partitions (aka buckets) on a Partitioned Region
without requiring data (e.g. keys).
- PartitionMemberInfo - Interface in com.gemstone.gemfire.cache.partition
-
Describes a member that has been configured to provide storage space for
a partitioned region.
- PartitionNotAvailableException - Exception in com.gemstone.gemfire.cache.partition
-
This exception is thrown when for the given fixed partition, datastore
(local-max-memory > 0) is not available.
- PartitionNotAvailableException() - Constructor for exception com.gemstone.gemfire.cache.partition.PartitionNotAvailableException
-
Creates a new PartitionNotAvailableException
with no detailed
message.
- PartitionNotAvailableException(String) - Constructor for exception com.gemstone.gemfire.cache.partition.PartitionNotAvailableException
-
Creates a new PartitionNotAvailableException
with the given
detail message.
- PartitionNotAvailableException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.partition.PartitionNotAvailableException
-
Creates a new PartitionNotAvailableException
with the given
cause and no detail message
- PartitionNotAvailableException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.partition.PartitionNotAvailableException
-
Creates a new PartitionNotAvailableException
with the given
detail message and cause.
- PartitionOfflineException - Exception in com.gemstone.gemfire.cache.persistence
-
Thrown when a paritioned region is configured for disk persistence,
and part of the data is stored on members that are known to be offline.
- PartitionOfflineException(Set<PersistentID>) - Constructor for exception com.gemstone.gemfire.cache.persistence.PartitionOfflineException
-
- PartitionOfflineException(Set<PersistentID>, String) - Constructor for exception com.gemstone.gemfire.cache.persistence.PartitionOfflineException
-
- PartitionOfflineException(Set<PersistentID>, String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.PartitionOfflineException
-
- PartitionOfflineException(Set<PersistentID>, Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.PartitionOfflineException
-
- PartitionRebalanceInfo - Interface in com.gemstone.gemfire.cache.partition
-
The detailed results of rebalancing a partitioned region.
- PartitionRegionHelper - Class in com.gemstone.gemfire.cache.partition
-
Utility methods for handling partitioned Regions, for example
during execution of
Functions
on a Partitioned
Region.
- PartitionRegionInfo - Interface in com.gemstone.gemfire.cache.partition
-
Information describing the data storage and distribution of a
partitioned region.
- PartitionResolver<K,V> - Interface in com.gemstone.gemfire.cache
-
Implementers of interface PartitionResolver
enable custom
partitioning on the PartitionedRegion
.
- pause() - Method in interface com.gemstone.gemfire.cache.util.Gateway
-
Deprecated.
Pauses this Gateway
.
- pause() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Pauses the dispatching of the events from the underlying queue.
- pause() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Pauses this GatewaySender.
- pauseGateways() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
-
Deprecated.
Notifies all of this GatewayHub
's Gateway
s to
pause sending events.
- PdxConfigurationException - Exception in com.gemstone.gemfire.pdx
-
Thrown when a configuration that is now allowed by PDX is detected.
- PdxConfigurationException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxConfigurationException
-
Constructs a new exception with the given message
- PdxFieldAlreadyExistsException - Exception in com.gemstone.gemfire.pdx
-
Thrown when writing a field if the named field already exists.
- PdxFieldAlreadyExistsException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxFieldAlreadyExistsException
-
Constructs a new exception with the given message.
- PdxFieldDoesNotExistException - Exception in com.gemstone.gemfire.pdx
-
Thrown when a PDX field does not exist and the current operation requires its existence.
- PdxFieldDoesNotExistException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxFieldDoesNotExistException
-
Constructs a new exception with the given message
- PdxFieldTypeMismatchException - Exception in com.gemstone.gemfire.pdx
-
Thrown if the type of a PDX field was changed or the wrong type was used.
- PdxFieldTypeMismatchException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxFieldTypeMismatchException
-
Constructs a new exception with the given message
- PdxInitializationException - Exception in com.gemstone.gemfire.pdx
-
Thrown if the PDX system could not be successfully initialized.
- PdxInitializationException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxInitializationException
-
Construct a new exception with the given message
- PdxInitializationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.pdx.PdxInitializationException
-
Construct a new exception with the given message and cause
- PdxInstance - Interface in com.gemstone.gemfire.pdx
-
PdxInstance provides run time access to the fields of a PDX without
deserializing the PDX.
- PdxInstanceFactory - Interface in com.gemstone.gemfire.pdx
-
PdxInstanceFactory gives you a way to create PdxInstances.
- PdxReader - Interface in com.gemstone.gemfire.pdx
-
- PdxRegistryMismatchException - Exception in com.gemstone.gemfire.pdx
-
Thrown when a an attempt is made to reuse a PDX Type.
- PdxRegistryMismatchException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxRegistryMismatchException
-
Constructs a new exception with the given message
- PdxSerializable - Interface in com.gemstone.gemfire.pdx
-
When a domain class implements PdxSerializable it marks
itself as a PDX.
- PdxSerializationException - Exception in com.gemstone.gemfire.pdx
-
Thrown if a problem occurred during serialization
or deserialization of a PDX.
- PdxSerializationException(String) - Constructor for exception com.gemstone.gemfire.pdx.PdxSerializationException
-
Create the exception with the given message.
- PdxSerializationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.pdx.PdxSerializationException
-
Create the exception with the given message and cause.
- PdxSerializer - Interface in com.gemstone.gemfire.pdx
-
The PdxSerializer interface allows domain classes to be
serialized and deserialized as PDXs without modification
of the domain class.
- PdxUnreadFields - Interface in com.gemstone.gemfire.pdx
-
Marker interface for an object that GemFire creates and returns
from
readUnreadFields
.
- PdxWriter - Interface in com.gemstone.gemfire.pdx
-
- persistBackup - Variable in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
-
Causes the factory to be persisted on disk.
- PERSISTENT_PARTITION - Static variable in class com.gemstone.gemfire.cache.DataPolicy
-
In addition to PARTITION
also causes data to be stored to
disk.
- PERSISTENT_REPLICATE - Static variable in class com.gemstone.gemfire.cache.DataPolicy
-
In addition to REPLICATE
also causes data to be stored to
disk.
- PersistentID - Interface in com.gemstone.gemfire.cache.persistence
-
A pattern describing a single member's a set of persistent files for a region.
- PersistentMemberDetails - Class in com.gemstone.gemfire.management
-
Composite data type used to distribute attributes for the missing disk
store of a persistent member.
- PersistentMemberDetails(String, String, String) - Constructor for class com.gemstone.gemfire.management.PersistentMemberDetails
-
- PersistentReplicatesOfflineException - Exception in com.gemstone.gemfire.cache.persistence
-
Thrown when a replicated region is configured for persistence
on some members but none of those members are currently online.
- PersistentReplicatesOfflineException() - Constructor for exception com.gemstone.gemfire.cache.persistence.PersistentReplicatesOfflineException
-
- PersistentReplicatesOfflineException(String) - Constructor for exception com.gemstone.gemfire.cache.persistence.PersistentReplicatesOfflineException
-
- PersistentReplicatesOfflineException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.PersistentReplicatesOfflineException
-
- Pool - Interface in com.gemstone.gemfire.cache.client
-
A pool for connections from a client to a set of GemFire Cache Servers.
- PoolCancelledException - Exception in com.gemstone.gemfire.distributed
-
Thrown when a GemFire pool has been cancelled.
- PoolCancelledException() - Constructor for exception com.gemstone.gemfire.distributed.PoolCancelledException
-
- PoolCancelledException(String, Throwable) - Constructor for exception com.gemstone.gemfire.distributed.PoolCancelledException
-
- PoolCancelledException(Throwable) - Constructor for exception com.gemstone.gemfire.distributed.PoolCancelledException
-
- PoolCancelledException(String) - Constructor for exception com.gemstone.gemfire.distributed.PoolCancelledException
-
- PoolFactory - Interface in com.gemstone.gemfire.cache.client
-
This interface provides for the configuration and creation of instances of
Pool
.
- PoolManager - Class in com.gemstone.gemfire.cache.client
-
- poolName - Variable in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
-
The ${link Pool} to be used by the factory to communicate with
the server-side factory.
- POOR_HEALTH - Static variable in interface com.gemstone.gemfire.admin.GemFireHealth
-
Deprecated.
An indicator that one or more GemFire components is unhealthy.
- port - Variable in class com.gemstone.gemfire.admin.AdminConfig.Entry
-
Deprecated.
- PRELOADED - Static variable in class com.gemstone.gemfire.cache.DataPolicy
-
In addition to NORMAL
, contents inside of this cache are
(partially) initialized with data from other caches, if available.
- PRIMARY_KEY - Static variable in class com.gemstone.gemfire.cache.query.IndexType
-
Deprecated.
The index type of a primary key index.
- process() - Method in interface com.gemstone.gemfire.management.cli.CommandStatement
-
Processes this command statement with the user specified command string
and environment
- processCommand(String) - Method in class com.gemstone.gemfire.management.cli.CommandService
-
Processes the specified command string.
- processCommand(String) - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Executes a command on the member.
- processCommand(String, Map<String, String>) - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Executes a command on the member.
- processCommand(String, Map<String, String>, Byte[][]) - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Executes a command on the member.
- processEvents(List<AsyncEvent>) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventListener
-
Process the list of AsyncEvent
s.
- processEvents(List<GatewayEvent>) - Method in interface com.gemstone.gemfire.cache.util.GatewayEventListener
-
Deprecated.
Process the list of GatewayEvent
s.
- PROPERTY_FILE - Static variable in class com.gemstone.gemfire.distributed.DistributedSystem
-
The PROPERTY_FILE
is the name of the
property file that the connect method will check for when
it looks for a property file.
- PUT - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
An entry create/update operation.
- put(K, V) - Method in interface com.gemstone.gemfire.cache.Region
-
Places a new value into an entry in this region with the specified key.
- put(K, V, Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Places a new value into an entry in this region with the specified key,
providing a user-defined parameter
object to any CacheWriter
invoked in the process.
- PUT_IF_ABSENT - Static variable in class com.gemstone.gemfire.cache.Operation
-
An atomic entry creation operation
- PUTALL - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
An map putAll operation.
- putAll(Map<? extends K, ? extends V>) - Method in interface com.gemstone.gemfire.cache.Region
-
Copies all of the entries from the specified map to this region.
- putAll(Map<? extends K, ? extends V>, Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Copies all of the entries from the specified map to this region.
- PUTALL_CREATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
An entry creation caused by a putAll invocation
- PUTALL_UPDATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
An entry update caused by a putAll invocation.
- PutAllOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- PutAllOperationContext(Map) - Constructor for class com.gemstone.gemfire.cache.operations.PutAllOperationContext
-
Constructor for the operation.
- putIfAbsent(K, V) - Method in interface com.gemstone.gemfire.cache.Region
-
If the specified key is not already associated
with a value, associate it with the given value.
- PutOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- PutOperationContext(Object, Object, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.PutOperationContext
-
Constructor for the operation.
- PutOperationContext(Object, Object, boolean, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.PutOperationContext
-
Constructor for the operation.
- PutOperationContext(Object, Object, boolean, byte, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.PutOperationContext
-
Constructor for the operation.