- read(File) - Static method in class com.gemstone.gemfire.cache.snapshot.SnapshotReader
-
Reads a snapshot file and passes the entries to the application.
- readArrayList(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an ArrayList
from a DataInput
.
- readArrayOfByteArrays(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of byte[]
s from a
DataInput
.
- readArrayOfByteArrays(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readBoolean(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Boolean
from a
DataInput
.
- readBoolean(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readBooleanArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of boolean
s from a
DataInput
.
- readBooleanArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readByte(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Byte
from a
DataInput
.
- readByte(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readByteArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of byte
s from a
DataInput
.
- readByteArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readChar(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readCharacter(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Character
from a
DataInput
.
- readCharArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of char
s from a
DataInput
.
- readCharArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readClass(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Class
from a
DataInput
.
- readConcurrentHashMap(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a ConcurrentHashMap
from a DataInput
.
- readDate(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Date
from a
DataInput
.
- readDate(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readDouble(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Double
from a
DataInput
.
- readDouble(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readDoubleArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of double
s from a
DataInput
.
- readDoubleArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readEnum(Class<E>, DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a Enum constant
from DataInput
.
- readExternal(ObjectInput) - Method in class com.gemstone.gemfire.cache.MembershipAttributes
-
- readExternal(ObjectInput) - Method in class com.gemstone.gemfire.cache.SubscriptionAttributes
-
- readField(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readFile(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of File
from a
DataInput
.
- readFloat(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Float
from a
DataInput
.
- readFloat(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readFloatArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of float
s from a
DataInput
.
- readFloatArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readHashMap(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a HashMap
from a DataInput
.
- readHashSet(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a HashSet
from a DataInput
.
- readHashtable(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a Hashtable
from a DataInput
.
- readIdentityHashMap(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a IdentityHashMap
from a DataInput
.
- readInetAddress(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of InetAddress
from a
DataInput
.
- readInt(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readIntArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an int
array from a DataInput
.
- readIntArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readInteger(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Integer
from a
DataInput
.
- readLinkedHashSet(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a LinkedHashSet
from a DataInput
.
- readLinkedList(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an LinkedList
from a DataInput
.
- readLong(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Long
from a
DataInput
.
- readLong(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readLongArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of long
s from a
DataInput
.
- readLongArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readNonPrimitiveClassName(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads name of an instance of Class
from a
DataInput
.
- readObject(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an arbitrary object from a DataInput
.
- readObject(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readObjectArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of Object
s from a
DataInput
.
- readObjectArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readPrimitiveBoolean(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive boolean
from a
DataInput
.
- readPrimitiveByte(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive byte
from a
DataInput
.
- readPrimitiveChar(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive char
from a
DataInput
.
- readPrimitiveDouble(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive double
from a
DataInput
.
- readPrimitiveFloat(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive float
from a
DataInput
.
- readPrimitiveInt(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive int
from a
DataInput
.
- readPrimitiveLong(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive long
from a
DataInput
.
- readPrimitiveShort(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a primitive short
from a
DataInput
.
- readProperties(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a Properties
from a DataInput
.
- readRegion(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Region.
- readResolve() - Method in class com.gemstone.gemfire.admin.GemFireHealth.Health
-
Deprecated.
Returns the appropriate canonical instance of
Health
.
- readShort(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of Short
from a
DataInput
.
- readShort(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readShortArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of short
s from a
DataInput
.
- readShortArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readStack(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an Stack
from a DataInput
.
- readString(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an instance of String
from a
DataInput
.
- readString(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readStringArray(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an array of String
s from a
DataInput
.
- readStringArray(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Reads the named field and returns its value.
- readTransform(Field, Class<?>, Object) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Controls what field value is read during auto deserialization.
- readTreeMap(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a TreeMap
from a DataInput
.
- readTreeSet(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads a TreeSet
from a DataInput
.
- readUnreadFields() - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
This method returns an object that represents all the unread fields which must be
passed to
writeUnreadFields
in the toData code.
- readUnsignedByte(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
- readUnsignedShort(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
- readVector(DataInput) - Static method in class com.gemstone.gemfire.DataSerializer
-
Reads an Vector
from a DataInput
.
- readyForEvents() - Method in interface com.gemstone.gemfire.cache.Cache
-
- readyForEvents() - Method in interface com.gemstone.gemfire.cache.client.ClientCache
-
Notifies the server that this durable client is ready to receive updates.
- rebalance() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Rebalances this GatewaySender.
- rebalance() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Rebalances this GatewaySender.
- RebalanceFactory - Interface in com.gemstone.gemfire.cache.control
-
- RebalanceOperation - Interface in com.gemstone.gemfire.cache.control
-
- RebalanceResults - Interface in com.gemstone.gemfire.cache.control
-
The results of rebalancing Cache
resources.
- reconfigure(String...) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Method to reconfigure this serializer.
- reconfigure(boolean, String...) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Method to reconfigure this serializer.
- RECONNECT - Static variable in class com.gemstone.gemfire.cache.LossAction
-
Loss of required roles causes the entire cache to be closed.
- RECOVERY_DELAY_DEFAULT - Static variable in class com.gemstone.gemfire.cache.PartitionAttributesFactory
-
- REFLECTION_SIZE - Static variable in interface com.gemstone.gemfire.cache.util.ObjectSizer
-
An implementation of
ObjectSizer
that calculates an accurate size
for each object that it sizes.
- ReflectionBasedAutoSerializer - Class in com.gemstone.gemfire.pdx
-
This class uses Java reflection in conjunction with
PdxSerialzer
to perform
automatic serialization of domain objects.
- ReflectionBasedAutoSerializer() - Constructor for class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Default constructor primarily used during declarative configuration via the
cache.xml file.
- ReflectionBasedAutoSerializer(List<String>) - Constructor for class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Deprecated.
as of 6.6.2 use ReflectionBasedAutoSerializer(String...) instead.
- ReflectionBasedAutoSerializer(String...) - Constructor for class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Constructor which takes a list of class name patterns which are to be
auto-serialized.
- ReflectionBasedAutoSerializer(boolean, String...) - Constructor for class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Constructor which takes a list of class name patterns which are to be
auto-serialized.
- refresh() - Method in interface com.gemstone.gemfire.admin.StatisticResource
-
Deprecated.
Refreshes the values of every
Statistic
in this resource by
retrieving them from the member's VM.
- refresh() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
-
Deprecated.
Updates the information about this bridge server.
- refresh() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
-
Deprecated.
Updates the state of this cache instance.
- refresh() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
-
Deprecated.
Updates the information about this cache server.
- refresh() - Method in interface com.gemstone.gemfire.admin.SystemMemberRegion
-
Deprecated.
Updates the state of this region instance.
- REFRESH_INTERVAL_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
The name of the "refreshInterval" property which will apply to
SystemMember, SystemMemberCache and StatisticResource refresh.
- refreshConfig() - Method in interface com.gemstone.gemfire.admin.SystemMember
-
Deprecated.
Refreshes this member's configuration from the member or it's properties
- Region<K,V> - Interface in com.gemstone.gemfire.cache
-
Manages subregions and cached data.
- Region.Entry<K,V> - Interface in com.gemstone.gemfire.cache
-
A key-value pair containing the cached data in a region.
- REGION_CLEAR - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region clear.
- REGION_CLEAR - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
A region clear operation.
- REGION_CLOSE - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region close
- REGION_CLOSED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
-
Notification type which indicates that a region has been closed/destroyed
in the cache
The value of this type string is
gemfire.distributedsystem.cache.region.closed
.
- REGION_CREATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region create.
- REGION_CREATE - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
A region create operation.
- REGION_CREATED - Static variable in interface com.gemstone.gemfire.management.JMXNotificationType
-
Notification type which indicates that a region has been created in the
cache
The value of this type string is
gemfire.distributedsystem.cache.region.created
.
- REGION_DESTROY - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region distributed destroy.
- REGION_DESTROY - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
A region destroy operation.
- REGION_EXPIRE_DESTROY - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region distributed destroy triggered by expiration
- REGION_EXPIRE_INVALIDATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region distributed invalidate triggered by expiration
- REGION_EXPIRE_LOCAL_DESTROY - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region local destroy triggered by expiration
- REGION_EXPIRE_LOCAL_INVALIDATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region local invalidate triggered by expiration
- REGION_INVALIDATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region distributed invalidate.
- REGION_LOAD_SNAPSHOT - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region load snapshot.
- REGION_LOCAL_CLEAR - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region local clear.
- REGION_LOCAL_DESTROY - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region local destroy.
- REGION_LOCAL_INVALIDATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
A region local invalidate.
- REGION_NAME - Static variable in class com.gemstone.gemfire.memcached.GemFireMemcachedServer
-
Name of the GemFire region in which data is stored, value id "gemcached"
- REGION_REINITIALIZE - Static variable in class com.gemstone.gemfire.cache.Operation
-
- RegionAccessException - Exception in com.gemstone.gemfire.cache
-
Indicates that an attempt to access the region has failed.
- RegionAccessException(String, String, Set) - Constructor for exception com.gemstone.gemfire.cache.RegionAccessException
-
Constructs a RegionAccessException
with a message.
- RegionAccessException(String, String, Set, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RegionAccessException
-
Constructs a RegionAccessException
with a message and
a cause.
- RegionAttributes<K,V> - Interface in com.gemstone.gemfire.cache
-
Defines attributes for configuring a region.
- RegionAttributesData - Class in com.gemstone.gemfire.management
-
Composite data type used to distribute attributes for a
Region
.
- RegionAttributesData(String, String, String, String, int, int, int, int, String, String, boolean, String, String, int, float, boolean, boolean, int, boolean, boolean, boolean, String, boolean, boolean, String, boolean, String, String, boolean, String[], String) - Constructor for class com.gemstone.gemfire.management.RegionAttributesData
-
- RegionClearOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- RegionClearOperationContext(boolean) - Constructor for class com.gemstone.gemfire.cache.operations.RegionClearOperationContext
-
Default constructor for the region operation.
- RegionCreateOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- RegionCreateOperationContext(boolean) - Constructor for class com.gemstone.gemfire.cache.operations.RegionCreateOperationContext
-
Constructor for the region creation operation.
- RegionDestroyedException - Exception in com.gemstone.gemfire.cache
-
Indicates that the region has been destroyed.
- RegionDestroyedException(String, String) - Constructor for exception com.gemstone.gemfire.cache.RegionDestroyedException
-
Constructs a RegionDestroyedException
with a message.
- RegionDestroyedException(String, String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RegionDestroyedException
-
Constructs a RegionDestroyedException
with a message and
a cause.
- RegionDestroyOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- RegionDestroyOperationContext(boolean) - Constructor for class com.gemstone.gemfire.cache.operations.RegionDestroyOperationContext
-
Constructor for the region destroy operation.
- RegionDistributionException - Exception in com.gemstone.gemfire.cache
-
Indicates that an attempt to send a distributed cache event to one or more
required roles
may have
failed.
- RegionDistributionException(String, String, Set) - Constructor for exception com.gemstone.gemfire.cache.RegionDistributionException
-
Constructs a RegionDistributionException
with a message.
- RegionDistributionException(String, String, Set, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RegionDistributionException
-
Constructs a RegionDistributionException
with a message and
a cause.
- RegionEvent<K,V> - Interface in com.gemstone.gemfire.cache
-
Contains information about an event affecting a region, including
its identity and the circumstances of the event.
- RegionExistsException - Exception in com.gemstone.gemfire.cache
-
Indicates that the requested region already exists when a region is
being created.
- RegionExistsException(Region) - Constructor for exception com.gemstone.gemfire.cache.RegionExistsException
-
Constructs an instance of RegionExistsException
with the specified Region.
- RegionExistsException(Region, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RegionExistsException
-
Constructs an instance of RegionExistsException
with the specified detail message
and cause.
- RegionFactory<K,V> - Class in com.gemstone.gemfire.cache
-
- RegionFactory() - Constructor for class com.gemstone.gemfire.cache.RegionFactory
-
- RegionFactory(RegionAttributes<K, V>) - Constructor for class com.gemstone.gemfire.cache.RegionFactory
-
- RegionFactory(String) - Constructor for class com.gemstone.gemfire.cache.RegionFactory
-
- RegionFactory(Properties) - Constructor for class com.gemstone.gemfire.cache.RegionFactory
-
- RegionFactory(Properties, RegionAttributes<K, V>) - Constructor for class com.gemstone.gemfire.cache.RegionFactory
-
- RegionFactory(Properties, String) - Constructor for class com.gemstone.gemfire.cache.RegionFactory
-
- RegionFunctionContext - Interface in com.gemstone.gemfire.cache.execute
-
Defines the execution context of a data dependent
Function
.
- regionIsDynamicRegionList(String) - Static method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
- RegionMembershipListener<K,V> - Interface in com.gemstone.gemfire.cache
-
A listener that can be implemented to handle region membership events.
- RegionMembershipListenerAdapter<K,V> - Class in com.gemstone.gemfire.cache.util
-
Utility class that implements all methods in RegionMembershipListener
with empty implementations.
- RegionMembershipListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.util.RegionMembershipListenerAdapter
-
- RegionMXBean - Interface in com.gemstone.gemfire.management
-
MBean that provides access to information and management functionality for a
local
Region
.
- RegionNotFoundException - Exception in com.gemstone.gemfire.admin
-
- RegionNotFoundException(String) - Constructor for exception com.gemstone.gemfire.admin.RegionNotFoundException
-
Deprecated.
- RegionNotFoundException - Exception in com.gemstone.gemfire.cache.query
-
Thrown if a region referenced by name in a query cannot be found.
- RegionNotFoundException(String) - Constructor for exception com.gemstone.gemfire.cache.query.RegionNotFoundException
-
Construct an instance of RegionNotFoundException
- RegionNotFoundException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.RegionNotFoundException
-
Constructs an instance of RegionNotFoundException
- RegionOperationContext - Class in com.gemstone.gemfire.cache.operations
-
Encapsulates a region-level operation in both the pre-operation and
post-operation cases.
- RegionOperationContext(boolean) - Constructor for class com.gemstone.gemfire.cache.operations.RegionOperationContext
-
Constructor for a region operation.
- REGIONPATH - Static variable in interface com.gemstone.gemfire.management.cli.ConverterHint
-
- RegionReinitializedException - Exception in com.gemstone.gemfire.cache
-
Indicates that the region has been reinitialized.
- RegionReinitializedException(String, String) - Constructor for exception com.gemstone.gemfire.cache.RegionReinitializedException
-
Constructs a RegionReinitializedException
with a message.
- RegionReinitializedException(String, String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RegionReinitializedException
-
Constructs a RegionDestroyedException
with a message and
a cause.
- RegionRoleException - Exception in com.gemstone.gemfire.cache
-
Indicates that a
Region
reliability failure has occurred.
- RegionRoleException(String, String) - Constructor for exception com.gemstone.gemfire.cache.RegionRoleException
-
Constructs a RegionRoleException
with a message.
- RegionRoleException(String, String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RegionRoleException
-
Constructs a RegionRoleException
with a message and
a cause.
- RegionRoleListener<K,V> - Interface in com.gemstone.gemfire.cache
-
A listener that can be implemented to handle region reliability membership
events.
- RegionRoleListenerAdapter<K,V> - Class in com.gemstone.gemfire.cache.util
-
Utility class that implements all methods in
RegionRoleListener
with empty implementations.
- RegionRoleListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.util.RegionRoleListenerAdapter
-
- RegionService - Interface in com.gemstone.gemfire.cache
-
- RegionShortcut - Enum in com.gemstone.gemfire.cache
-
- RegionSnapshotService<K,V> - Interface in com.gemstone.gemfire.cache.snapshot
-
Allows a snapshot of region data to be imported and exported.
- RegionSubRegionSnapshot - Class in com.gemstone.gemfire.admin
-
- RegionSubRegionSnapshot() - Constructor for class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
-
Deprecated.
- RegionSubRegionSnapshot(Region) - Constructor for class com.gemstone.gemfire.admin.RegionSubRegionSnapshot
-
Deprecated.
- register(Class<?>) - Static method in class com.gemstone.gemfire.DataSerializer
-
Registers a DataSerializer
class with the data
serialization framework.
- register(Class<?>, byte) - Static method in class com.gemstone.gemfire.DataSerializer
-
- register(Instantiator) - Static method in class com.gemstone.gemfire.Instantiator
-
Registers a DataSerializable
class with the data
serialization framework.
- register(Instantiator, boolean) - Static method in class com.gemstone.gemfire.Instantiator
-
Registers a DataSerializable
class with the data
serialization framework.
- REGISTER_INTEREST - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
A register interest operation.
- registerBridgeMembershipListener(BridgeMembershipListener) - Static method in class com.gemstone.gemfire.cache.util.BridgeMembership
-
Deprecated.
- registerBridgeMembershipListener() - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter
-
Deprecated.
Registers this adapter as a BridgeMembershipListener
.
- registerClientMembershipListener(ClientMembershipListener) - Static method in class com.gemstone.gemfire.management.membership.ClientMembership
-
- registerClientMembershipListener() - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter
-
Registers this adapter as a ClientMembershipListener
.
- registerDynamicRegionListener(DynamicRegionListener) - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
Registers a DynamicRegionListener
for callbacks.
- registerFunction(Function) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
- registerInterest(String, Object, InterestResultPolicy, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
-
Registers interest in a particular region and key
- registerInterest(String, Object, InterestResultPolicy, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
-
Registers interest in a particular region and key
- registerInterest - Variable in class com.gemstone.gemfire.cache.DynamicRegionFactory.Config
-
Causes regions created by the factory to register interest in all keys in a corresponding server cache region
- registerInterest(K) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a key for
this client.
- registerInterest(K, InterestResultPolicy) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a key for
this client.
- registerInterest(K, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a key for
this client.
- registerInterest(K, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a key for
this client.
- registerInterest(K, InterestResultPolicy, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a key for
this client.
- registerInterest(K, InterestResultPolicy, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a key for
this client.
- RegisterInterestOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- RegisterInterestOperationContext(Object, InterestType, InterestResultPolicy) - Constructor for class com.gemstone.gemfire.cache.operations.RegisterInterestOperationContext
-
Constructor for the register interest operation.
- registerInterestRegex(String, String, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
-
Registers interest in a particular region and regular expression
- registerInterestRegex(String, String, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
-
Registers interest in a particular region and regular expression
- registerInterestRegex(String) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a regular
expression pattern for this client.
- registerInterestRegex(String, InterestResultPolicy) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a regular
expression pattern for this client.
- registerInterestRegex(String, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a regular
expression pattern for this client.
- registerInterestRegex(String, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a regular
expression pattern for this client.
- registerInterestRegex(String, InterestResultPolicy, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a regular
expression pattern for this client.
- registerInterestRegex(String, InterestResultPolicy, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.Region
-
Sends a request to the CacheServer to register interest in a regular
expression pattern for this client.
- registerInterestRegistrationListener(InterestRegistrationListener) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
-
Registers a new InterestRegistrationListener
with the set of
InterestRegistrationListener
s.
- registerMBean(Object, ObjectName) - Method in class com.gemstone.gemfire.management.ManagementService
-
Registers an MBean in the GemFire domain.
- registerMembershipListener(AdminDistributedSystem) - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter
-
Deprecated.
Registers this adapter with the AdminDistributedSystem
.
- registerMembershipListener(ManagementService) - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter
-
Registers this adapter with the ManagementService
.
- REGULAR_EXPRESSION - Static variable in class com.gemstone.gemfire.cache.operations.InterestType
-
For registering interest in all keys matching a regular expression.
- REINITIALIZE - Static variable in class com.gemstone.gemfire.cache.ResumptionAction
-
Resumption of reliability causes the region to be cleared of all data
and
replicated
regions will do a new
getInitialImage operation to repopulate the region.
- release() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
-
Deprecated.
For speed optimizations, a connection to a server may be assigned to the
calling thread when load is called.
- release() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
-
Deprecated.
For speed optimizations, a connection to a server may be assigned to the
calling thread when the BridgeWriter is used to do an operation.
- releaseThreadLocalConnection() - Method in interface com.gemstone.gemfire.cache.client.Pool
-
If this pool was configured to to use thread local connections,
then this method will release the connection cached for the calling thread.
- releaseThreadsSockets() - Static method in class com.gemstone.gemfire.distributed.DistributedSystem
-
Frees up any socket resources owned by the calling thread.
- REMOTE_COMMAND_NAME - Static variable in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
The name of the remote-command property
- RemoteTransactionException - Exception in com.gemstone.gemfire.cache
-
- RemoteTransactionException(String) - Constructor for exception com.gemstone.gemfire.cache.RemoteTransactionException
-
Deprecated.
- RemoteTransactionException(Exception) - Constructor for exception com.gemstone.gemfire.cache.RemoteTransactionException
-
Deprecated.
- REMOVE - Static variable in class com.gemstone.gemfire.cache.Operation
-
An atomic destroy destroy operation
- remove(Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Removes the entry with the specified key.
- remove(Object, Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Removes the entry for a key only if currently mapped to a given value.
- REMOVE_FROM_QUEUE_ON_EXCEPTION - Static variable in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
If the System property is set, use it.
- removeAlertListener(AlertListener) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Unregisters an AlertListener
- REMOVEALL - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
A region removeAll operation.
- removeAll(Collection<? extends K>) - Method in interface com.gemstone.gemfire.cache.Region
-
Removes all of the entries for the specified keys from this region.
- removeAll(Collection<? extends K>, Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Removes all of the entries for the specified keys from this region.
- REMOVEALL_DESTROY - Static variable in class com.gemstone.gemfire.cache.Operation
-
An entry distributed destroy caused by a removeAll.
- RemoveAllOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- RemoveAllOperationContext(Collection<?>) - Constructor for class com.gemstone.gemfire.cache.operations.RemoveAllOperationContext
-
Constructor for the operation.
- removeAsyncEventQueueId(String) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
-
Removes AsyncEventQueueId from the list of AsyncEventQueuesId of the region.
- removeCacheListener(SystemMemberCacheListener) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Unregisters a cache listener.
- removeCacheListener(CacheListener<K, V>) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
-
Removes a cache listener from the list of cache listeners on this region.
- removeCacheServerConfig(CacheServerConfig) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
- removeCacheVmConfig(CacheVmConfig) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
Removes the configuration for a
CacheVm
- removeCqListener(CqListener) - Method in interface com.gemstone.gemfire.cache.query.CqAttributesMutator
-
Removes given CQ listener from the list of CQ listeners on this CqQuery.
- removeDistributionLocatorConfig(DistributionLocatorConfig) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
Removes a DistributionLocatorConfig
from the
distributed system.
- removeEndpoint(String, String, int) - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
-
Deprecated.
Remove an Endpoint
from the dead Endpoint
s.
- removeEndpoint(String, String, int) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
-
Deprecated.
Remove an Endpoint
from the dead Endpoint
s.
- removeGateway(String) - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
-
Deprecated.
Removes a Gateway
from this GatewayHub
.
- removeGatewayEventFilter(GatewayEventFilter) - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueueFactory
-
Removes the provided GatewayEventFilter
from the attributes of
AsyncEventQueue being created by factory.
- removeGatewayEventFilter(GatewayEventFilter) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Removes the provided GatewayEventFilter
from this
GatewaySender.
- removeGatewayEventFilter(GatewayEventFilter) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
-
Removes the provided GatewayEventFilter
from this
GatewaySender.
- removeGatewaySenderId(String) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
-
Removes GatewaySenderId from the list of GatewaySenderIds of the region.
- removeGatewayTransportFilter(GatewayTransportFilter) - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiverFactory
-
Removes a GatewayTransportFilter
- removeGatewayTransportFilter(GatewayTransportFilter) - Method in interface com.gemstone.gemfire.cache.wan.GatewaySenderFactory
-
Removes the provided GatewayTransportFilter
from this
GatewaySender.
- removeIndex(Index) - Method in interface com.gemstone.gemfire.cache.query.QueryService
-
Remove the specified index.
- removeIndex(String) - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
-
Remove an index.
- removeIndexes() - Method in interface com.gemstone.gemfire.cache.query.QueryService
-
Remove all the indexes from this cache.
- removeIndexes(Region<?, ?>) - Method in interface com.gemstone.gemfire.cache.query.QueryService
-
Remove all the indexes on the specified Region
- removeListener(DistributedSystemConfig.ConfigListener) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
Removes previously registered listener of this config.
- removeListener(TransactionListener) - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
-
Removes a transaction listener from the list of transaction listeners on this cache.
- removeMembershipListener(SystemMembershipListener) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Unregisters a membership listener
- removeMembershipListener(MembershipListener) - Method in class com.gemstone.gemfire.management.ManagementService
-
Unregisters a membership listener
- removeSSLProperty(String) - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
Removes an SSL property
- REPLACE - Static variable in class com.gemstone.gemfire.cache.Operation
-
An atomic update operation
- replace(K, V, V) - Method in interface com.gemstone.gemfire.cache.Region
-
Replaces the entry for a key only if currently mapped to a given value.
- replace(K, V) - Method in interface com.gemstone.gemfire.cache.Region
-
Replaces the entry for a key only if currently mapped to some value.
- replace() - Method in interface com.gemstone.gemfire.DataSerializable.Replaceable
-
- REPLICATE - Static variable in class com.gemstone.gemfire.cache.DataPolicy
-
The region will be initialized with the data from other caches and accepts
any new entries created in other caches.
- REQUIRED_ARGUMENT_MISSING - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
-
Error Type indicating the absence of a mandatory parameter of a command.
- REQUIRED_OPTION_MISSING - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
-
Error Type indicating the absence of a mandatory named parameter of a
command.
- RequiredRoles - Class in com.gemstone.gemfire.cache
-
Provides information on presence or absence of a Region
's
required roles.
- RequiredRoles() - Constructor for class com.gemstone.gemfire.cache.RequiredRoles
-
- reset() - Method in interface com.gemstone.gemfire.cache.client.PoolFactory
-
Resets the configuration of this factory to its defaults.
- resetCounts() - Method in interface com.gemstone.gemfire.cache.CacheStatistics
-
Reset the missCount and hitCount to zero for this entry.
- resetHealth() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
-
Deprecated.
- resetToFirstLine() - Method in interface com.gemstone.gemfire.management.cli.Result
-
Resets the pointer to the first line in the Result.
- resolveClass() - Method in interface com.gemstone.gemfire.cache.query.types.ObjectType
-
- RESOURCE_ACCESS_ERROR - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
-
Error Type indicating IO errors occurred while accessing File/Network
resource
- ResourceException - Exception in com.gemstone.gemfire.cache
-
A Generic exception to indicate that a resource exception has occurred.
- ResourceException() - Constructor for exception com.gemstone.gemfire.cache.ResourceException
-
Creates a new instance of ResourceException
without detail message.
- ResourceException(String) - Constructor for exception com.gemstone.gemfire.cache.ResourceException
-
Constructs an instance of ResourceException
with the specified detail message.
- ResourceException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.ResourceException
-
Constructs an instance of ResourceException
with the specified detail message
and cause.
- ResourceException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.ResourceException
-
Constructs an instance of ResourceException
with the specified cause.
- ResourceManager - Interface in com.gemstone.gemfire.cache.control
-
Provides support for managing resources used by the local
GemFire Cache
.
- Result - Interface in com.gemstone.gemfire.management.cli
-
The result of processing a GemFire Command Line Interface (CLI) command
string.
- Result.Status - Enum in com.gemstone.gemfire.management.cli
-
Indicates a Results status.
- ResultCollector<T,S> - Interface in com.gemstone.gemfire.cache.execute
-
Defines the interface for a container that gathers results from function
execution.
- ResultSender<T> - Interface in com.gemstone.gemfire.cache.execute
-
Provides methods to send results back to the ResultCollector.
- resume(TransactionId) - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
-
- resume() - Method in interface com.gemstone.gemfire.cache.util.Gateway
-
Deprecated.
Resumes this paused Gateway
.
- resume() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Resumes this paused GatewaySender.
- resume() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Resumes this paused GatewaySender.
- resumeGateways() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
-
Deprecated.
Notifies all of this GatewayHub
's Gateway
s to
resume sending events.
- resumeLocking() - Method in class com.gemstone.gemfire.distributed.DistributedLockService
-
Allow locking to resume in this DistributedLockService instance.
- ResumptionAction - Class in com.gemstone.gemfire.cache
-
Specifies how the region is affected by resumption of reliability when
one or more missing required roles return to the distributed membership.
- RevokedPersistentDataException - Exception in com.gemstone.gemfire.cache.persistence
-
Thrown when a member with persistence is recovering, and it discovers that
other members in the system have revoked the persistent data stored on this
member.
- RevokedPersistentDataException() - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokedPersistentDataException
-
- RevokedPersistentDataException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokedPersistentDataException
-
- RevokedPersistentDataException(String) - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokedPersistentDataException
-
- RevokedPersistentDataException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokedPersistentDataException
-
- RevokeFailedException - Exception in com.gemstone.gemfire.cache.persistence
-
Thrown when a member tries to revoke a persistent ID, but the member
with that persistent ID is currently running.
- RevokeFailedException() - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokeFailedException
-
- RevokeFailedException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokeFailedException
-
- RevokeFailedException(String) - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokeFailedException
-
- RevokeFailedException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.persistence.RevokeFailedException
-
- revokeMissingDiskStores(String) - Method in interface com.gemstone.gemfire.management.DistributedSystemMXBean
-
Removes a disk store from the distributed system.
- revokePersistentMember(InetAddress, String) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
- revokePersistentMember(UUID) - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Indicate to the distributed system that persistent files have been lost.
- RMI_BIND_ADDRESS_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
The name of the "rmiBindAddress" property
- RMI_ENABLED_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
The name of the "rmiEnabled" property
- RMI_PORT_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
The name of the "rmiPort" property
- RMI_REGISTRY_ENABLED_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
The name of the "rmi-registry-enabled" property
- RMI_SERVER_PORT_NAME - Static variable in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
The name of the "rmi-server-port" property
- Role - Interface in com.gemstone.gemfire.distributed
-
Members of the distributed system can fill one or more user defined roles.
- RoleEvent<K,V> - Interface in com.gemstone.gemfire.cache
-
Contains information about an event affecting a region reliability,
including its identity and the circumstances of the event.
- RoleException - Exception in com.gemstone.gemfire.cache
-
RoleException
is the superclass of those exceptions
that can be thrown to indicate a reliability failure on one or more
regions
that have been configured with required roles using
MembershipAttributes
.
- RoleException() - Constructor for exception com.gemstone.gemfire.cache.RoleException
-
Creates a new instance of RoleException
without
detail message.
- RoleException(String) - Constructor for exception com.gemstone.gemfire.cache.RoleException
-
Constructs an instance of RoleException
with the
specified detail message.
- RoleException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.RoleException
-
Constructs an instance of RoleException
with the
specified detail message and cause.
- RoleException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.RoleException
-
Constructs an instance of RoleException
with the
specified cause.
- rollback() - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
-
Roll back the transaction associated with the current thread.
- rootRegions() - Method in interface com.gemstone.gemfire.cache.RegionService
-
Returns unmodifiable set of the root regions that are in the region service.
- run() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
-
The Runnable method used to launch the Locator with the specified command.
- run() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
A Runnable method used to invoke the GemFire server (cache server) with the specified command.
- RuntimeAdminException - Exception in com.gemstone.gemfire.admin
-
- RuntimeAdminException() - Constructor for exception com.gemstone.gemfire.admin.RuntimeAdminException
-
Deprecated.
- RuntimeAdminException(String) - Constructor for exception com.gemstone.gemfire.admin.RuntimeAdminException
-
Deprecated.
- RuntimeAdminException(String, Throwable) - Constructor for exception com.gemstone.gemfire.admin.RuntimeAdminException
-
Deprecated.
- RuntimeAdminException(Throwable) - Constructor for exception com.gemstone.gemfire.admin.RuntimeAdminException
-
Deprecated.