- ObjectSizer - Interface in com.gemstone.gemfire.cache.util
-
The sizer interface defines a method that when called returns the size of the
object passed in.
- ObjectSizerImpl - Class in com.gemstone.gemfire.cache.util
-
- ObjectSizerImpl() - Constructor for class com.gemstone.gemfire.cache.util.ObjectSizerImpl
-
Deprecated.
- ObjectType - Interface in com.gemstone.gemfire.cache.query.types
-
An ObjectType represents the type of an object in a query.
- occurrences(E) - Method in interface com.gemstone.gemfire.cache.query.SelectResults
-
Return the number of times element occurs in this collection, that is
the number of duplicates element
has in this collection as defined by
the equals>
method.
- OFF - Static variable in class com.gemstone.gemfire.admin.AlertLevel
-
Deprecated.
- OKAY_HEALTH - Static variable in interface com.gemstone.gemfire.admin.GemFireHealth
-
Deprecated.
An indicator that one or more GemFire components is slightly
unhealthy.
- onCqConnected() - Method in interface com.gemstone.gemfire.cache.query.CqStatusListener
-
Called when the cq establishes a connection with a server
- onCqDisconnected() - Method in interface com.gemstone.gemfire.cache.query.CqStatusListener
-
Called when the cq loses connection with all servers
- onError(CqEvent) - Method in interface com.gemstone.gemfire.cache.query.CqListener
-
This method is invoked when there is an error during CQ processing.
- onError(CqEvent) - Method in class com.gemstone.gemfire.cache.util.CqListenerAdapter
-
An error occurred in the processing of a CQ.
- onEvent(CqEvent) - Method in interface com.gemstone.gemfire.cache.query.CqListener
-
This method is invoked when an event is occurred on the region
that satisfied the query condition of this CQ.
- onEvent(CqEvent) - Method in class com.gemstone.gemfire.cache.util.CqListenerAdapter
-
An event occurred that modifies the results of the query.
- onEvent(TimestampedEntryEvent, GatewayConflictHelper) - Method in interface com.gemstone.gemfire.cache.util.GatewayConflictResolver
-
This method is invoked when a change is received from another distributed system and
the last modification to the affected cache entry did not also come from the same system.
- onMember(DistributedSystem, DistributedMember) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
- onMember(DistributedMember) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
- onMember(String...) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
independent function on one member of each group provided.
- onMembers(DistributedSystem) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
- onMembers(DistributedSystem, Set<DistributedMember>) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
- onMembers(String...) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
independent function on all peer members.
- onMembers(Set<DistributedMember>) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
- onRegion(Region) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
dependent function on the specified Region.
- onServer(Pool) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
independent function on a server in the provided
Pool
.
- onServer(RegionService) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
independent function on a server that the given cache is connected to.
- onServers(Pool) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
independent function on all the servers in the provided
Pool
.
- onServers(RegionService) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns an
Execution
object that can be used to execute a data
independent function on all the servers that the given cache is connected to.
- open() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
Opens the DynamicRegionFactory with default settings.
- open(DynamicRegionFactory.Config) - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
Opens the factory with the given settings.
- open() - Method in interface com.gemstone.gemfire.cache.server.ServerLoadProbe
-
Signals that a bridge server
using this load probe has been started.
- open() - Method in class com.gemstone.gemfire.cache.server.ServerLoadProbeAdapter
-
Does nothing.
- Operation - Class in com.gemstone.gemfire.cache
-
Enumerated type for an event operation.
- OperationAbortedException - Exception in com.gemstone.gemfire.cache
-
Indicates that the operation that
would have otherwise affected the cache has been aborted.
- OperationAbortedException() - Constructor for exception com.gemstone.gemfire.cache.OperationAbortedException
-
Creates a new instance of OperationAbortedException
without detail message.
- OperationAbortedException(String) - Constructor for exception com.gemstone.gemfire.cache.OperationAbortedException
-
Constructs an instance of OperationAbortedException
with the specified detail message.
- OperationAbortedException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.OperationAbortedException
-
Constructs an instance of OperationAbortedException
with the specified detail message
and cause.
- OperationAbortedException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.OperationAbortedException
-
Constructs an instance of OperationAbortedException
with the specified cause.
- OperationCancelledException - Exception in com.gemstone.gemfire.admin
-
- OperationCancelledException() - Constructor for exception com.gemstone.gemfire.admin.OperationCancelledException
-
Deprecated.
- OperationCancelledException(String) - Constructor for exception com.gemstone.gemfire.admin.OperationCancelledException
-
Deprecated.
- OperationCancelledException(Throwable) - Constructor for exception com.gemstone.gemfire.admin.OperationCancelledException
-
Deprecated.
- OperationCancelledException(String, Throwable) - Constructor for exception com.gemstone.gemfire.admin.OperationCancelledException
-
Deprecated.
- OperationContext - Class in com.gemstone.gemfire.cache.operations
-
Encapsulates a cache operation and the data associated with it for both the
pre-operation and post-operation cases.
- OperationContext() - Constructor for class com.gemstone.gemfire.cache.operations.OperationContext
-
- OperationContext.OperationCode - Class in com.gemstone.gemfire.cache.operations
-
Enumeration for various cache operations.
- OplogCancelledException - Exception in com.gemstone.gemfire.distributed
-
Thrown when a GemFire gateway has been terminated.
- OplogCancelledException() - Constructor for exception com.gemstone.gemfire.distributed.OplogCancelledException
-
- OplogCancelledException(String, Throwable) - Constructor for exception com.gemstone.gemfire.distributed.OplogCancelledException
-
- OplogCancelledException(Throwable) - Constructor for exception com.gemstone.gemfire.distributed.OplogCancelledException
-
- OplogCancelledException(String) - Constructor for exception com.gemstone.gemfire.distributed.OplogCancelledException
-
- optimizeForWrite() - Method in interface com.gemstone.gemfire.cache.execute.Function
-
- optimizeForWrite() - Method in class com.gemstone.gemfire.cache.execute.FunctionAdapter
-
- OPTION_INVALID - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
-
Error Type indicating an invalid named parameter of a command.
- OPTION_VALUE_INVALID - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
-
Error Type indicating an invalid value for a parameter of a command.
- OPTION_VALUE_REQUIRED - Static variable in exception com.gemstone.gemfire.management.cli.CommandProcessingException
-
Error Type indicating the absence of value for named parameter of a
command.
- ordinal - Variable in class com.gemstone.gemfire.admin.AlertLevel
-
Deprecated.
int used as ordinal to represent this AlertLevel
- ordinal - Variable in class com.gemstone.gemfire.admin.SystemMemberType
-
Deprecated.
int used as ordinal to represent this Scope
- ordinal - Variable in class com.gemstone.gemfire.cache.DataPolicy
-
used as ordinal to represent this DataPolicy
- ordinal - Variable in class com.gemstone.gemfire.cache.ExpirationAction
-
- ordinal - Variable in class com.gemstone.gemfire.cache.InterestPolicy
-
used as ordinal to represent this InterestPolicy
- ordinal - Variable in class com.gemstone.gemfire.cache.InterestResultPolicy
-
The ordinal representing this InterestResultPolicy
.
- ordinal - Variable in class com.gemstone.gemfire.cache.LossAction
-
byte used as ordinal to represent this Scope
- ordinal - Variable in class com.gemstone.gemfire.cache.MirrorType
-
Deprecated.
int used as ordinal to represent this Scope
- ordinal - Variable in class com.gemstone.gemfire.cache.Operation
-
byte used as ordinal to represent this Operation
- ordinal - Variable in class com.gemstone.gemfire.cache.ResumptionAction
-
byte used as ordinal to represent this Scope
- ordinal - Variable in class com.gemstone.gemfire.cache.Scope
-
int used as ordinal to represent this Scope
- OSMetrics - Class in com.gemstone.gemfire.management
-
Composite data type used to distribute metrics for the operating system hosting
a member of the distributed system.
- OSMetrics(long, long, long, long, long, long, long, long, String, String, String, int, double) - Constructor for class com.gemstone.gemfire.management.OSMetrics
-
- OVERFLOW_TO_DISK - Static variable in class com.gemstone.gemfire.cache.EvictionAction
-
Write the value of the least recently used region entry to disk
and null
-out its value in the VM to free up heap
space.