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

P

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
 
PARTITION - Static variable in class com.gemstone.gemfire.cache.DataPolicy
Data in this region may be spread across a number of processes.
PartitionAttributes - Interface in com.gemstone.gemfire.cache
Attributes that define the partitioned character of a Partitioned Region.
PartitionAttributesFactory - Class in com.gemstone.gemfire.cache
A factory that creates instances of PartitionAttributes which are used to create a partitioned Region.
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
Creates a new instance of PartitionAttributesFactory ready to create a PartitionAttributes with the same settings as those in the specified PartitionAttributes
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
Creates a new PartitionedRegionStorageException with a message.
PartitionedRegionStorageException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.PartitionedRegionStorageException
Creates a new PartitionedRegionStorageException with a message and Throwable cause.
PartitionedRegionUtils - Class in com.gemstone.gemfire.cache.util
Utility methods for handling partitioned Regions, for example during execution of Functions on a Partitioned Region.
PartitionResolver - Interface in com.gemstone.gemfire.cache
Implementers of interface PartitionResolver enable custom partitioning on the PartitionedRegion.
persistBackup - Variable in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
Causes the factory to be persisted on disk.
PERSISTENT_REPLICATE - Static variable in class com.gemstone.gemfire.cache.DataPolicy
In addition to REPLICATE also causes data to be stored to disk.
Pool - Interface in com.gemstone.gemfire.cache.client
A pool for connections from a client to a set of GemFire Cache Servers.
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
Manages creation and access to connection pools for clients.
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
An indicator that one or more GemFire components is unhealthy.
port - Variable in class com.gemstone.gemfire.admin.AdminConfig.Entry
 
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
The index type of a primary key index.
processEvents(List) - Method in interface com.gemstone.gemfire.cache.util.GatewayEventListener
Process the list of GatewayEvents.
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(Object, Object) - Method in interface com.gemstone.gemfire.cache.Region
Places a new value into an entry in this region with the specified key.
put(Object, Object, 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.
PUTALL - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
An map putAll operation.
putAll(Map) - 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
Encapsulates a OperationContext.OperationCode.KEY_SET operation for both the pre-operation and post-operation cases.
PutAllOperationContext(Map) - Constructor for class com.gemstone.gemfire.cache.operations.PutAllOperationContext
Constructor for the operation.
PutOperationContext - Class in com.gemstone.gemfire.cache.operations
Encapsulates an OperationContext.OperationCode.PUT region operation having both key and value objects for for both the pre-operation case and for post-operation updates.
PutOperationContext(Object, byte[], boolean) - Constructor for class com.gemstone.gemfire.cache.operations.PutOperationContext
Constructor for the operation.
PutOperationContext(Object, byte[], boolean, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.PutOperationContext
Constructor for the operation.
PutOperationContext(Object, byte[], boolean, byte, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.PutOperationContext
Constructor for the operation.

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