- id - Variable in class com.gemstone.gemfire.i18n.StringId
-
A unique identifier that is written when this StringId is logged to
allow for reverse translation.
- Identifiable<T extends Comparable<T>> - Interface in com.gemstone.gemfire.lang
-
The Identifiable interface defines a contract for classes whose Object instances can be uniquely identified relative
to other Object instances within the same class type hierarchy.
- incDouble(int, double) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the identified statistic of type double
by the given amount.
- incDouble(StatisticDescriptor, double) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the described statistic of type double
by the given amount.
- incDouble(String, double) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the statistic of type double
with
the given name by a given amount.
- incInt(int, int) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the identified statistic of type int
by the given amount.
- incInt(StatisticDescriptor, int) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the described statistic of type int
by the given amount.
- incInt(String, int) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the statistic of type int
with
the given name by a given amount.
- incLong(int, long) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the identified statistic of type long
by the given amount.
- incLong(StatisticDescriptor, long) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the described statistic of type long
by the given amount.
- incLong(String, long) - Method in interface com.gemstone.gemfire.Statistics
-
Increments the value of the statistic of type long
with
the given name by a given amount.
- includeRegions(Set<String>) - Method in interface com.gemstone.gemfire.cache.control.RebalanceFactory
-
Specify which regions to include in the rebalance operation.
- IncompatibleSystemException - Exception in com.gemstone.gemfire
-
An IncompatibleSystemException
is thrown when a
new GemFire process tries to connect to an
existing distributed system and its version is not the same as
that of the distributed system.
- IncompatibleSystemException(String) - Constructor for exception com.gemstone.gemfire.IncompatibleSystemException
-
Creates a new IncompatibleSystemException
.
- IncompatibleVersionException - Exception in com.gemstone.gemfire.cache
-
An IncompatibleVersionException
that the client version
was not compatible with the server version.
- IncompatibleVersionException(Object, Object) - Constructor for exception com.gemstone.gemfire.cache.IncompatibleVersionException
-
Constructs a new IncompatibleVersionException
.
- IncompatibleVersionException(String) - Constructor for exception com.gemstone.gemfire.cache.IncompatibleVersionException
-
Constructs a new IncompatibleVersionException
.
- IncompatibleVersionException - Exception in com.gemstone.gemfire.cache.util
-
Deprecated.
- IncompatibleVersionException(Object, Object) - Constructor for exception com.gemstone.gemfire.cache.util.IncompatibleVersionException
-
Deprecated.
Constructs a new IncompatibleVersionException
.
- IncompatibleVersionException(String) - Constructor for exception com.gemstone.gemfire.cache.util.IncompatibleVersionException
-
Deprecated.
Constructs a new IncompatibleVersionException
.
- Index - Interface in com.gemstone.gemfire.cache.query
-
An index that is built over the data stored in a GemFire
Region
.
- INDEX_TYPE - Static variable in interface com.gemstone.gemfire.management.cli.ConverterHint
-
- IndexCreationException - Exception in com.gemstone.gemfire.cache.query
-
This class is used to represent any partitioned index creation exceptions.
- IndexCreationException(String) - Constructor for exception com.gemstone.gemfire.cache.query.IndexCreationException
-
Constructor with a string message representing the problem.
- IndexCreationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexCreationException
-
Constructor with a string message representing the problem and also the
throwable.
- IndexExistsException - Exception in com.gemstone.gemfire.cache.query
-
Thrown while creating the new index if there exists an Index with
the same definition as new index.
- IndexExistsException(String) - Constructor for exception com.gemstone.gemfire.cache.query.IndexExistsException
-
Constructs instance of IndexNameConflictException with error message
- IndexExistsException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexExistsException
-
Constructs instance of IndexNameConflictException with error message and cause
- IndexInvalidException - Exception in com.gemstone.gemfire.cache.query
-
Thrown if the index definition is not valid.
- IndexInvalidException(String) - Constructor for exception com.gemstone.gemfire.cache.query.IndexInvalidException
-
Construct an instance of IndexInvalidException
- IndexInvalidException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexInvalidException
-
Construct an instance of IndexInvalidException
- IndexInvalidException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexInvalidException
-
Construct an instance of IndexInvalidException
- IndexMaintenanceException - Exception in com.gemstone.gemfire.cache.query
-
Thrown if an error occurs while updating query indexes during
region modification.
- IndexMaintenanceException() - Constructor for exception com.gemstone.gemfire.cache.query.IndexMaintenanceException
-
Creates a new instance of IndexMaintenanceException
without detail message.
- IndexMaintenanceException(String) - Constructor for exception com.gemstone.gemfire.cache.query.IndexMaintenanceException
-
Constructs an instance of IndexMaintenanceException
with the specified detail message.
- IndexMaintenanceException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexMaintenanceException
-
Constructs an instance of IndexMaintenanceException
with the specified detail message
and cause.
- IndexMaintenanceException(Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexMaintenanceException
-
Constructs an instance of IndexMaintenanceException
with the specified cause.
- IndexNameConflictException - Exception in com.gemstone.gemfire.cache.query
-
Thrown while creating the new index if there exists an Index with
the same name as new index.
- IndexNameConflictException(String) - Constructor for exception com.gemstone.gemfire.cache.query.IndexNameConflictException
-
Constructs instance of IndexNameConflictException with error message
- IndexNameConflictException(String, Throwable) - Constructor for exception com.gemstone.gemfire.cache.query.IndexNameConflictException
-
Constructs instance of IndexNameConflictException with error message and cause
- IndexStatistics - Interface in com.gemstone.gemfire.cache.query
-
Provides statistics about a GemFire cache
Index
.
- IndexType - Class in com.gemstone.gemfire.cache.query
-
- info(Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes an exception to this writer.
- info(StringId, Object[], Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes both a message and exception to this writer.
- info(StringId, Object, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes both a message and exception to this writer.
- info(StringId, Throwable) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes both a message and exception to this writer.
- info(StringId, Object[]) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes a message to this writer.
- info(StringId, Object) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes a message to this writer.
- info(StringId) - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
Writes a message to this writer.
- info(String, Throwable) - Method in interface com.gemstone.gemfire.LogWriter
-
Writes both a message and exception to this writer.
- info(String) - Method in interface com.gemstone.gemfire.LogWriter
-
Writes a message to this writer.
- info(Throwable) - Method in interface com.gemstone.gemfire.LogWriter
-
Writes an exception to this writer.
- infoEnabled() - Method in interface com.gemstone.gemfire.i18n.LogWriterI18n
-
- infoEnabled() - Method in interface com.gemstone.gemfire.LogWriter
-
Returns true if "info" log messages are enabled.
- init(Properties) - Method in interface com.gemstone.gemfire.cache.Declarable
-
Initializes a user-defined object using the given properties.
- init(BridgeWriter) - Method in class com.gemstone.gemfire.cache.util.BridgeClient
-
Deprecated.
- init(Properties) - Method in class com.gemstone.gemfire.cache.util.BridgeClient
-
Deprecated.
- init(Properties) - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
-
Deprecated.
Initializes the loader with supplied config parameters.
- init(BridgeLoader) - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
-
Deprecated.
Initializes this loader from an existing BridgeLoader
.
- init(BridgeWriter) - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
-
Deprecated.
Initializes this loader from an existing BridgeWriter
.
- init(Properties) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
-
Deprecated.
Initializes the writer with supplied config parameters.
- init(BridgeWriter) - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
-
Deprecated.
Initializes this writer from an existing BridgeWriter
.
- init(Properties) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Used for declarative class initialization from cache.xml.
- init(Principal, DistributedMember, Cache) - Method in interface com.gemstone.gemfire.security.AccessControl
-
Initialize the callback for a client/peer having the given principal.
- init(Properties, LogWriter, LogWriter) - Method in interface com.gemstone.gemfire.security.Authenticator
-
Initialize the callback for a client/peer.
- init(LogWriter, LogWriter) - Method in interface com.gemstone.gemfire.security.AuthInitialize
-
Initialize the callback for a client/peer.
- initCacheListeners(CacheListener<K, V>[]) - Method in class com.gemstone.gemfire.cache.AttributesFactory
-
Deprecated.
Removes all cache listeners and then adds each listener in the specified array.
- initCacheListeners(CacheListener<K, V>[]) - Method in interface com.gemstone.gemfire.cache.AttributesMutator
-
Removes all cache listeners, calling
CacheCallback.close()
on each of them, and then adds each listener in the specified array.
- initCacheListeners(CacheListener<K, V>[]) - Method in interface com.gemstone.gemfire.cache.client.ClientRegionFactory
-
Removes all cache listeners and then adds each listener in the specified array.
- initCacheListeners(CacheListener<K, V>[]) - Method in class com.gemstone.gemfire.cache.RegionFactory
-
Removes all cache listeners and then adds each listener in the specified array.
- initCqListeners(CqListener[]) - Method in class com.gemstone.gemfire.cache.query.CqAttributesFactory
-
Removes all Cq listeners and then adds each listener in the specified array.
- initCqListeners(CqListener[]) - Method in interface com.gemstone.gemfire.cache.query.CqAttributesMutator
-
Adds the given set CqListner on this CQ.
- initialMembers(Region<K, V>, DistributedMember[]) - Method in interface com.gemstone.gemfire.cache.RegionMembershipListener
-
Invoked when the listener is first initialized and is
given the set of members that have the region created at that time.
- initialMembers(Region<K, V>, DistributedMember[]) - Method in class com.gemstone.gemfire.cache.util.RegionMembershipListenerAdapter
-
- initiateFailure(Error) - Static method in class com.gemstone.gemfire.SystemFailure
-
Signals that a system failure has occurred and then throws an
AssertionError.
- initListeners(TransactionListener[]) - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
-
Removes all transaction listeners, calling
CacheCallback.close()
on each of them, and then adds each listener in the specified array.
- Instantiator - Class in com.gemstone.gemfire
-
Instantiator
allows classes that implement
DataSerializable
to be registered with the data serialization
framework.
- Instantiator(Class<? extends DataSerializable>, int) - Constructor for class com.gemstone.gemfire.Instantiator
-
Creates a new Instantiator
that instantiates a given
class.
- InterestOperationContext - Class in com.gemstone.gemfire.cache.operations
-
Encapsulates registration/unregistration of interest in a region.
- InterestOperationContext(Object, InterestType) - Constructor for class com.gemstone.gemfire.cache.operations.InterestOperationContext
-
Constructor for the register interest operation.
- InterestPolicy - Class in com.gemstone.gemfire.cache
-
Enumerated type for region subscription interest policy.
- InterestRegistrationEvent - Interface in com.gemstone.gemfire.cache
-
Interface InterestRegistrationEvent
encapsulated interest
event information like region and keys of interest.
- InterestRegistrationListener - Interface in com.gemstone.gemfire.cache
-
Interface InterestRegisterationListener
provides the ability for
applications to be notified of interest registration and unregistration
events.
- InterestResultPolicy - Class in com.gemstone.gemfire.cache
-
Class InterestResultPolicy
is an enumerated type for a
register interest result.
- InterestType - Class in com.gemstone.gemfire.cache.operations
-
Enumeration for various interest types supported by GemFire.
- InternalGemFireError - Error in com.gemstone.gemfire
-
Indicates that serious error has occurred within the GemFire system.
- InternalGemFireError() - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
- InternalGemFireError(String) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
- InternalGemFireError(Throwable) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
- InternalGemFireError(String, Throwable) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
- InternalGemFireError(Object) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified object, which is converted to a string as
defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
- InternalGemFireError(boolean) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified boolean
, which is converted to
a string as defined in The Java Language Specification,
Second Edition, Section 15.18.1.1.
- InternalGemFireError(char) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified char
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
- InternalGemFireError(int) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified int
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
- InternalGemFireError(long) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified long
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
- InternalGemFireError(float) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified float
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
- InternalGemFireError(double) - Constructor for error com.gemstone.gemfire.InternalGemFireError
-
Constructs an AssertionError with its detail message derived
from the specified double
, which is converted to a
string as defined in The Java Language Specification, Second
Edition, Section 15.18.1.1.
- InternalGemFireException - Exception in com.gemstone.gemfire
-
An InternalGemFireException
is thrown when
a low level, internal, operation fails due to no fault of
the user.
- InternalGemFireException() - Constructor for exception com.gemstone.gemfire.InternalGemFireException
-
- InternalGemFireException(Throwable) - Constructor for exception com.gemstone.gemfire.InternalGemFireException
-
- InternalGemFireException(String) - Constructor for exception com.gemstone.gemfire.InternalGemFireException
-
Creates a new InternalGemFireException
.
- InternalGemFireException(String, Throwable) - Constructor for exception com.gemstone.gemfire.InternalGemFireException
-
Creates a new InternalGemFireException
that was
caused by a given exception
- INVALIDATE - Static variable in class com.gemstone.gemfire.cache.ExpirationAction
-
When the region or cached object expires, it is invalidated.
- INVALIDATE - Static variable in class com.gemstone.gemfire.cache.Operation
-
An entry distributed invalidate.
- INVALIDATE - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
An entry invalidate operation.
- invalidate(Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Invalidates the entry with the specified key.
- invalidate(Object, Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Invalidates the entry with the specified key,
and provides a user-defined argument to the CacheListener
.
- InvalidateOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- InvalidateOperationContext(Object) - Constructor for class com.gemstone.gemfire.cache.operations.InvalidateOperationContext
-
Constructor for the operation.
- InvalidateOperationContext(Object, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.InvalidateOperationContext
-
Constructor for the operation to use for post-operation in updates.
- invalidateRegion() - Method in interface com.gemstone.gemfire.cache.Region
-
Invalidates this region.
- invalidateRegion(Object) - Method in interface com.gemstone.gemfire.cache.Region
-
Invalidates this region.
- InvalidDeltaException - Exception in com.gemstone.gemfire
-
An InvalidDeltaException
is thrown when a delta cannot be
successfully applied by the receiving peer/client.
- InvalidDeltaException() - Constructor for exception com.gemstone.gemfire.InvalidDeltaException
-
Creates a new InvalidDeltaException
.
- InvalidDeltaException(String) - Constructor for exception com.gemstone.gemfire.InvalidDeltaException
-
Creates a new InvalidDeltaException
.
- InvalidDeltaException(Throwable) - Constructor for exception com.gemstone.gemfire.InvalidDeltaException
-
Creates a new InvalidDeltaException
.
- InvalidDeltaException(String, Throwable) - Constructor for exception com.gemstone.gemfire.InvalidDeltaException
-
Creates a new InvalidDeltaException
.
- InvalidValueException - Exception in com.gemstone.gemfire
-
An InvalidValueException
is thrown when an attempt is
made to set a configuration attribute to an invalid value is made.
- InvalidValueException(String) - Constructor for exception com.gemstone.gemfire.InvalidValueException
-
Creates a new InvalidValueException
.
- InvalidValueException(String, Throwable) - Constructor for exception com.gemstone.gemfire.InvalidValueException
-
Creates a new InvalidValueException
.
- InvalidVersionException - Exception in com.gemstone.gemfire
-
- InvalidVersionException(String) - Constructor for exception com.gemstone.gemfire.InvalidVersionException
-
- isAck() - Method in class com.gemstone.gemfire.cache.Scope
-
Returns whether acknowledgements are required for this scope.
- isActive() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
Returns true if this factory is open and can produce dynamic regions.
- isAgentSSLEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether or not SSL is required for the JMX agent.
- isAgentSSLRequireAuth() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether SSL authentication is used when connecting to the
RMI connector.
- isAll() - Method in class com.gemstone.gemfire.cache.InterestPolicy
-
- isAllAccess() - Method in class com.gemstone.gemfire.cache.LossAction
-
Returns true if this is FULL_ACCESS
.
- isApplication() - Method in class com.gemstone.gemfire.admin.SystemMemberType
-
Deprecated.
Return whether this is APPLICATION
.
- isArray() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
-
Deprecated.
Returns true if this config parameter uses a string array for value.
- isAssignBuckets() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether buckets should be assigned to partitioned regions in the cache upon Server start.
- isAsyncConflationEnabled() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether asynchronous conflation is enabled for sending messages
to peers.
- isAtomic() - Method in interface com.gemstone.gemfire.Statistics
-
Returns true if modifications are atomic.
- isAutoCompact() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
-
Returns whether disk files are to be automatically compacted.
- isBatchConflationEnabled() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
-
Represents whether batch conflation is enabled for batches sent
from AsyncEventQueue
.
- isBatchConflationEnabled() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Answers whether to enable batch conflation for a GatewaySender 's queue.
- isBatchConflationEnabled() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
-
Returns whether batch conflation for the AsyncEventQueue is enabled
- isBatchConflationEnabled() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether batch conflation for the GatewaySender's queue is enabled
- isBridgeEvent() - Method in interface com.gemstone.gemfire.cache.EntryEvent
-
- isCacheContent() - Method in class com.gemstone.gemfire.cache.InterestPolicy
-
- isCacheServer() - Method in class com.gemstone.gemfire.admin.SystemMemberType
-
- isCacheServer() - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Returns true if a cache server is running on this member and able server requests from GemFire clients
- isCacheVm() - Method in class com.gemstone.gemfire.admin.SystemMemberType
-
Deprecated.
Return whether this is CACHE_VM
.
- isCallbackArgumentAvailable() - Method in interface com.gemstone.gemfire.cache.CacheEvent
-
Returns true
if the callback argument is "available".
- isCallbackArgumentAvailable() - Method in interface com.gemstone.gemfire.cache.EntryOperation
-
Returns true
if the callback argument is "available".
- isCancelled() - Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
-
Returns true if this operation was cancelled before it completed.
- isClassAutoSerialized(Class<?>) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Controls what classes will be auto serialized by this serializer.
- isClear() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation cleared the region.
- isClient() - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
-
Deprecated.
Returns true if the member is a bridge client to a BridgeServer hosted
by this process.
- isClient() - Method in interface com.gemstone.gemfire.management.membership.ClientMembershipEvent
-
Returns true if the member is a client to a CacheServer hosted by
this process.
- isClient() - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter.AdaptedMembershipEvent
-
Returns true if the member is a client to a CacheServer hosted by this
process.
- isClientUpdate() - Method in class com.gemstone.gemfire.cache.operations.OperationContext
-
True if the context is created before sending the updates to a client.
- isClientUpdate(OperationContext) - Method in class com.gemstone.gemfire.cache.operations.OperationContext
-
Deprecated.
- isCloningEnabled() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether cloning is enabled.
- isClose() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation closed the cache or a region.
- isCloseCQ() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a continuous query close operation.
- isClosed() - Method in interface com.gemstone.gemfire.admin.GemFireHealth
-
Deprecated.
Returns whether or not this
GemFireHealth
is
closed.
- isClosed() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
-
Deprecated.
Indicates if this cache has been closed.
- isClosed() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
Returns true if dynamic region factory is closed.
- isClosed() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
-
This allows to check if the CQ is closed.
- isClosed() - Method in interface com.gemstone.gemfire.cache.query.CqState
-
Returns true if the CQ is in Closed state.
- isClosed() - Method in interface com.gemstone.gemfire.cache.RegionService
-
Indicates if this region service has been closed.
- isClosed() - Method in class com.gemstone.gemfire.cache.util.BridgeClient
-
Deprecated.
Returns true if this BridgeClient
has been closed.
- isClosed() - Method in class com.gemstone.gemfire.cache.util.BridgeLoader
-
Deprecated.
Returns true if this BridgeLoader
has been closed.
- isClosed() - Method in class com.gemstone.gemfire.cache.util.BridgeWriter
-
Deprecated.
Returns true if this BridgeWriter
has been closed.
- isClosed() - Method in interface com.gemstone.gemfire.Statistics
-
Returns true if the instance has been
closed
.
- isClosing() - Method in interface com.gemstone.gemfire.cache.query.CqState
-
Returns true if the CQ is in Closing state.
- isClusterSSLEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isClusterSSLRequireAuthentication() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isCollectionType() - Method in interface com.gemstone.gemfire.cache.query.types.ObjectType
-
Return true if this is a CollectionType.
- isCommand(String) - Static method in enum com.gemstone.gemfire.distributed.LocatorLauncher.Command
-
Determines whether the specified name refers to a valid Locator launcher command, as defined by this
enumerated type.
- isCommand(String) - Static method in enum com.gemstone.gemfire.distributed.ServerLauncher.Command
-
Determines whether the specified name refers to a valid Server launcher command, as defined by this
enumerated type.
- isCompiled() - Method in interface com.gemstone.gemfire.cache.query.Query
-
- isConnected() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Returns true
if this is currently connected to the
system.
- isConnected() - Method in interface com.gemstone.gemfire.admin.jmx.Agent
-
Deprecated.
Returns whether or not this JMX Agent
is currently
providing information about a distributed system.
- isConnected() - Method in interface com.gemstone.gemfire.cache.util.Gateway
-
Deprecated.
Returns whether or not this Gateway
is connected to its
remote Gateway
.
- isConnected() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
-
Returns whether or not this DistributedSystem
is
connected to the distributed system.
- isConnected() - Method in class com.gemstone.gemfire.management.ClientHealthStatus
-
- isConnected() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether this GatewaySender is connected and sending data to a
GatewayReceiver.
- isConserveSockets() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isContainsKey() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation checks whether given key is present in region.
- isContainsKey() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a region containsKey
operation.
- isContainsValue() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation checks whether given value is present in region.
- isContainsValueForKey() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation checks whether value is present for the given key.
- isCounter() - Method in interface com.gemstone.gemfire.admin.Statistic
-
Deprecated.
Returns true if this statistic represents a numeric value which always
increases.
- isCounter() - Method in interface com.gemstone.gemfire.StatisticDescriptor
-
Returns true if this statistic is a counter; false if its a gauge.
- isCreate() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation created a new entry.
- isDebugging() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
-
Determines whether the Locator launcher is in debug mode.
- isDefault() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use an identity comparison instead of this method
- isDefault() - Method in class com.gemstone.gemfire.cache.InterestPolicy
-
Return true if this policy is the default.
- isDefault() - Method in class com.gemstone.gemfire.cache.InterestResultPolicy
-
Returns true if this InterestResultPolicy
is the default.
- isDeltaPropagation() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isDestroy() - Method in class com.gemstone.gemfire.cache.ExpirationAction
-
Returns whether this is the action for distributed destroy.
- isDestroy() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation destroyed an entry.
- isDestroy() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is an entry destroy operation.
- isDestroyed() - Method in interface com.gemstone.gemfire.cache.client.Pool
-
Indicates whether this Pool has been
destroyed.
- isDestroyed() - Method in interface com.gemstone.gemfire.cache.Region.Entry
-
Returns whether this entry has been destroyed.
- isDestroyed() - Method in interface com.gemstone.gemfire.cache.Region
-
Returns whether this region has been destroyed.
- isDisableDefaultServer() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether a default cache server will be added when the GemFire Server comes online.
- isDisableTcp() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isDiskSynchronous() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
-
Represents whether writing to disk is synchronous or not.
- isDiskSynchronous() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
-
Returns true if configured synchronous disk writes.
- isDiskSynchronous() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Returns isDiskSynchronous boolean property for this GatewaySender.
- isDiskSynchronous() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
-
Returns whether the isDiskSynchronous property is set for this AsyncEventQueue.
- isDiskSynchronous() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether the isDiskSynchronous property is set for this GatewaySender.
- isDiskSynchronous() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether disk writes are synchronous.
- isDistributed() - Method in interface com.gemstone.gemfire.cache.CacheEvent
-
- isDistributed() - Method in class com.gemstone.gemfire.cache.ExpirationAction
-
Returns whether this action is distributed.
- isDistributed() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation may be distributed.
- isDistributed() - Method in class com.gemstone.gemfire.cache.Scope
-
Returns whether this is one of the distributed scopes.
- isDistributed() - Method in interface com.gemstone.gemfire.management.LockServiceMXBean
-
Returns whether this is a distributed LockService.
- isDistributedAck() - Method in class com.gemstone.gemfire.cache.Scope
-
Returns whether this is distributed ack scope.
- isDistributedNoAck() - Method in class com.gemstone.gemfire.cache.Scope
-
Returns whether this is distributed no ack scope.
- isDone() - Method in interface com.gemstone.gemfire.cache.control.RebalanceOperation
-
Returns true if this operation completed.
- isDurable() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
-
This allows to check if the CQ is durable.
- isEmailNotificationEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether Emails for Notifications is enabled
See
description above.
- isEmpty() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use withStorage()
- isEmpty() - Method in interface com.gemstone.gemfire.cache.Region
-
Returns true if this region contains no entries.
- isEnableNetworkPartitionDetection() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isEnableTimeStatistics() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isEnforceUniqueHost() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isEntry() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation applies to a single entry.
- isEnum() - Method in interface com.gemstone.gemfire.pdx.PdxInstance
-
Returns true if this instance represents an enum.
- isEviction() - Method in class com.gemstone.gemfire.cache.Operation
-
Answer true if this operation resulted from eviction
- isExecuteCQ() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a continuous query execution operation.
- isExecuteRegionFunction() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a execute region function operation.
- isExpiration() - Method in interface com.gemstone.gemfire.cache.CacheEvent
-
- isExpiration() - Method in class com.gemstone.gemfire.cache.Operation
-
Answer true if this operation resulted from expiration.
- isFieldIncluded(Field, Class<?>) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Controls what fields of a class will be auto serialized by this serializer.
- isFile() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
-
Deprecated.
Returns true if this config parameter represents a File value.
- isFixedWidth() - Method in enum com.gemstone.gemfire.pdx.FieldType
-
Returns true if the type is "fixed-width"; false if it is "variable-width".
- isForceCompactionAllowed() - Method in interface com.gemstone.gemfire.management.DiskStoreMXBean
-
Returns whether manual compaction of disk files is allowed.
- isForcing() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
-
Determines whether the PID file is allowed to be overwritten when the Locator is started and a PID file
already exists in the Locator's specified working directory.
- isForcing() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether the PID file is allowed to be overwritten when the Server is started and a PID file
already exists in the Server's specified working directory.
- isFunctionExecution() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation is function execution operation.
- isGatewayEnabled() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
-
- isGatewayEnabled() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Return whether a Gateway is enabled.
- isGatewayEnabled() - Method in interface com.gemstone.gemfire.management.RegionMXBean
-
Returns whether this region sends data using a GatewaySender.
- isGatewaySSLEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isGatewaySSLRequireAuthentication() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isGet() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation gets the value for given key.
- isGet() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a entry get operation.
- isGetDurableCQs() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a get durable cqs operation.
- isGetEntry() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation gets the entry for given key.
- isGetForRegisterInterest() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation is a get for register interest.
- isGlobal() - Method in class com.gemstone.gemfire.cache.Scope
-
Returns whether this is global scope.
- isHA() - Method in interface com.gemstone.gemfire.cache.execute.Function
-
Specifies whether the function is eligible for re-execution (in case of
failure).
- isHA() - Method in class com.gemstone.gemfire.cache.execute.FunctionAdapter
-
Specifies whether the function is eligible for re-execution (in case of
failure).
- isHeldByCurrentThread(Object) - Method in class com.gemstone.gemfire.distributed.DistributedLockService
-
Determine whether the current thread owns the lock on the given object.
- isHelping() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
-
Determines whether this launcher will be used to display help information.
- isHelping() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether this launcher will be used to display help information.
- isHttpAuthEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether or not the HTTP adapter authenticates
connections.
- isHttpEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether or not the HTTP adapter is enabled.
- isHttpServiceSSLEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isHttpServiceSSLRequireAuthentication() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isHttpSSLRequireAuth() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether SSL authentication is used when connecting to the
HTTP connector.
- isIdentityField(String) - Method in interface com.gemstone.gemfire.pdx.PdxInstance
-
Checks if the named field was
marked
as an identity field.
- isIdentityField(String) - Method in interface com.gemstone.gemfire.pdx.PdxReader
-
Checks if the named field was
marked
as an identity field.
- isIdentityField(Field, Class<?>) - Method in class com.gemstone.gemfire.pdx.ReflectionBasedAutoSerializer
-
Controls what fields of a class that is auto serialized will be marked
as pdx identity fields.
- isIgnoreJTA() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether JTA transactions are being ignored.
- isIndexMaintenanceSynchronous() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether query service index maintenance will be done
synchronously.
- isInetAddress() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
-
Deprecated.
Returns true if this config parameter represents an InetAddress value.
- isInvalidate() - Method in class com.gemstone.gemfire.cache.ExpirationAction
-
Returns whether this is the action for distributed invalidate.
- isInvalidate() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation invalidated an entry.
- isInvalidate() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is an entry invalidate operation.
- isJmxManager() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isJmxManagerSSL() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isJmxManagerSSLEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isJmxManagerSSLRequireAuthentication() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isJmxManagerStart() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isJVMFailureError(Error) - Static method in class com.gemstone.gemfire.SystemFailure
-
Returns true if the given Error is a fatal to the JVM and it should be shut
down.
- isKey() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
-
Returns whether this event's interest type is
InterestType.KEY
.
- isKey() - Method in class com.gemstone.gemfire.cache.operations.InterestType
-
Returns true if this is a key interest type.
- isKeys() - Method in class com.gemstone.gemfire.cache.InterestResultPolicy
-
- isKeys() - Method in class com.gemstone.gemfire.cache.MirrorType
-
Deprecated.
Return whether this is KEYS
.
- isKeySet() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a region keySet
operation.
- isKeysValues() - Method in class com.gemstone.gemfire.cache.InterestResultPolicy
-
- isKeysValues() - Method in class com.gemstone.gemfire.cache.MirrorType
-
Deprecated.
Return whether this is KEYS_VALUES
.
- isLargerBetter() - Method in interface com.gemstone.gemfire.StatisticDescriptor
-
Returns true if a larger statistic value indicates better performance.
- isLIFO() - Method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
Deprecated.
- isLimitedAccess() - Method in class com.gemstone.gemfire.cache.LossAction
-
Returns true if this is LIMITED_ACCESS
.
- isList() - Method in class com.gemstone.gemfire.cache.operations.InterestType
-
Returns true if this is a key list interest type.
- isLoad() - Method in interface com.gemstone.gemfire.cache.EntryEvent
-
- isLoad() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation included running a loader.
- isLocal() - Method in class com.gemstone.gemfire.cache.ExpirationAction
-
Returns whether this action is local.
- isLocal() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation is limited to the local cache.
- isLocal() - Method in interface com.gemstone.gemfire.cache.Region.Entry
-
This method checks to see if the entry is in the in-process cache, or
is in another process.
- isLocal() - Method in class com.gemstone.gemfire.cache.Scope
-
Returns whether this is local scope.
- isLocalDestroy() - Method in class com.gemstone.gemfire.cache.EvictionAction
-
- isLocalDestroy() - Method in class com.gemstone.gemfire.cache.ExpirationAction
-
Returns whether this is the action for local destroy.
- isLocalInvalidate() - Method in class com.gemstone.gemfire.cache.ExpirationAction
-
Returns whether this is the action for local invalidate.
- isLocalLoad() - Method in interface com.gemstone.gemfire.cache.EntryEvent
-
- isLocalLoad() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation included a loader running in this cache.
- isLocator() - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Returns whether this member is attached to at least one Locator.
- isLockGrantor() - Method in interface com.gemstone.gemfire.cache.RegionAttributes
-
Returns true if this member is configured to be lock grantor for the
region.
- isLockGrantor() - Method in class com.gemstone.gemfire.distributed.DistributedLockService
-
Returns true if this member is currently the lock authority responsible
for granting locks for this service.
- isLockGrantor(String) - Static method in class com.gemstone.gemfire.distributed.DistributedLockService
-
Returns true if this member is the grantor for the named service.
- isLockGrantor() - Method in interface com.gemstone.gemfire.management.LockServiceMXBean
-
Returns whether this member is the granter.
- isLockGrantor() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether this member is configured to become the lock granter
when the Region is created.
- isLockingSuspendedByCurrentThread() - Method in class com.gemstone.gemfire.distributed.DistributedLockService
-
Determine whether the current thread has suspended locking in this
DistributedLockService.
- isLRU() - Method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
returns true if this object uses a least-recently-used algorithm
- isLRUEntry() - Method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
- isLRUHeap() - Method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
- isLRUMemory() - Method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
- isManager() - Method in class com.gemstone.gemfire.admin.SystemMemberType
-
Deprecated.
Return whether this is MANAGER
.
- isManager() - Method in class com.gemstone.gemfire.management.ManagementService
-
Returns whether this member is running the management service.
- isManager() - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Returns whether this member is running the Manager service.
- isManagerCreated() - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Returns whether this member has created the Manager service (it may be
created, but not running).
- isManualStart() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
-
Returns the manual start boolean property for this GatewayReceiver.
- isManualStart() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Returns the manual start boolean property for this GatewaySender.
- isManualStart() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether the GatewaySender is configured for manual start.
- isMapType() - Method in interface com.gemstone.gemfire.cache.query.types.ObjectType
-
Return true if this is a MapType
- isMcastDiscovery() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Returns true if this system is using multicast instead of locators for discovery
- isMcastEnabled() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Returns true if this system has enabled the use of multicast for communications
- isMirrored() - Method in class com.gemstone.gemfire.cache.MirrorType
-
Deprecated.
Return whether this indicates a mirrored type.
- isModifiable() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
-
Deprecated.
True if this is modifiable; false if read-only
- isModifiable() - Method in interface com.gemstone.gemfire.cache.query.SelectResults
-
Return whether this collection is modifiable.
- isMulticastEnabled() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether multicast communication is enabled for the Region.
- isNetLoad() - Method in interface com.gemstone.gemfire.cache.EntryEvent
-
- isNetLoad() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation included a loader running that was remote
from the cache that requested it, i.e., a netLoad.
- isNetSearch() - Method in interface com.gemstone.gemfire.cache.EntryEvent
-
- isNetSearch() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation included a netSearch
.
- isNoAccess() - Method in class com.gemstone.gemfire.cache.LossAction
-
Returns true if this is NO_ACCESS
.
- isNone() - Method in class com.gemstone.gemfire.cache.EvictionAction
-
- isNone() - Method in class com.gemstone.gemfire.cache.EvictionAlgorithm
-
- isNone() - Method in class com.gemstone.gemfire.cache.InterestResultPolicy
-
- isNone() - Method in class com.gemstone.gemfire.cache.MirrorType
-
Deprecated.
Return whether this is NONE
.
- isNone() - Method in class com.gemstone.gemfire.cache.ResumptionAction
-
Returns true if this is NONE
.
- isNormal() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use an identity comparison instead of this method
- isObject() - Method in class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
-
Return true when the value is an object and not a raw byte array.
- isOctal() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
-
Deprecated.
Returns true if this config parameter represents an octal value.
- isOffilne() - Method in class com.gemstone.gemfire.management.DiskBackupResult
-
Returns whether the backup was successful.
- isOldValueAvailable() - Method in interface com.gemstone.gemfire.cache.EntryEvent
-
Returns true
if the old value is "available".
- isOpen() - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
-
Returns true if dynamic region factory is open; false if closed.
- isOptimizeForWrite() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
-
- isOrdered() - Method in interface com.gemstone.gemfire.cache.query.types.CollectionType
-
Return whether this collection type has ordered elements.
- isOriginRemote() - Method in interface com.gemstone.gemfire.cache.CacheEvent
-
Answer true if this event originated in a cache other than this one.
- isOverflowToDisk() - Method in class com.gemstone.gemfire.cache.EvictionAction
-
- isParallel() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
-
Represents whether this queue is parallel (higher throughput) or serial.
- isParallel() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Returns isParallel boolean property for this GatewaySender.
- isParallel() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
-
Returns whether the isParallel property is set for this AsyncEventQueue.
- isParallel() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether the isParallel property is set for this GatewaySender.
- isPartition() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use withPartitioning()
- isPartitionedRegion(Region<?, ?>) - Static method in class com.gemstone.gemfire.cache.partition.PartitionRegionHelper
-
Test a Region to see if it is a partitioned Region
- isPaused() - Method in interface com.gemstone.gemfire.cache.util.Gateway
-
Deprecated.
Returns whether or not this Gateway
is running.
- isPaused() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Returns whether or not this GatewaySender is paused.
- isPaused() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether or not this GatewaySender is paused.
- isPeerLocator() - Method in class com.gemstone.gemfire.distributed.Locator
-
Indicates whether the locator provides peer location services
to members
- isPeerLocator() - Method in interface com.gemstone.gemfire.management.LocatorMXBean
-
Returns whether the Locator provides peer location services to members.
- isPersistenceEnabled() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Returns true if persistence is enabled for this GatewaySender, otherwise
returns false.
- isPersistenceEnabled() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether the GatewaySender is configured to be persistent or
non-persistent.
- isPersistent() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
-
Represents whether the AsyncEventQueue is configured to be persistent or non-persistent.
- isPersistent() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
-
Returns whether the AsyncEventQueue is configured to be persistent or
non-persistent.
- isPersistentEnabled() - Method in interface com.gemstone.gemfire.management.DistributedRegionMXBean
-
Returns whether persistence is enabled.
- isPersistentEnabled() - Method in interface com.gemstone.gemfire.management.RegionMXBean
-
Returns whether persistence is enabled.
- isPersistentReplicate() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use withPersistence() and withReplication()
- isPossibleDuplicate() - Method in interface com.gemstone.gemfire.cache.execute.FunctionContext
-
Returns a boolean to identify whether this is a re-execute.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.CloseCQOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.ExecuteFunctionOperationContext
-
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.GetDurableCQsOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.InterestOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.KeyOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.KeySetOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.OperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.PutAllOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.QueryOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.RegionCreateOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.RegionOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.RemoveAllOperationContext
-
True if the context is for post-operation.
- isPostOperation() - Method in class com.gemstone.gemfire.cache.operations.StopCQOperationContext
-
True if the context is for post-operation.
- isPreloaded() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use withPreloaded()
- isPresent() - Method in interface com.gemstone.gemfire.distributed.Role
-
Returns true if this role is currently present in distributed system.
- isPrimary() - Method in interface com.gemstone.gemfire.cache.asyncqueue.AsyncEventQueue
-
Represents whether the queue is primary or secondary.
- isPrimary() - Method in interface com.gemstone.gemfire.cache.ClientSession
-
Returns whether this server is the primary for this client
- isPrimary() - Method in class com.gemstone.gemfire.cache.FixedPartitionAttributes
-
Returns whether this member is the primary for the partition.
- isPrimary() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
-
Deprecated.
Returns whether this GatewayHub
is the primary hub.
- isPrimary() - Method in interface com.gemstone.gemfire.management.AsyncEventQueueMXBean
-
Returns whether the queue is primary or secondary.
- isPrimary() - Method in class com.gemstone.gemfire.management.FixedPartitionAttributesData
-
Returns whether this member is the primary for the partition.
- isPrimary() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether this GatewaySender is primary or secondary.
- isPrimaryForDurableClient(String) - Method in interface com.gemstone.gemfire.admin.CacheServer
-
Deprecated.
Find whether this server is primary for given client (durableClientId)
- isPut() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a entry create/update operation.
- isPutAll() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation was initiated by a putAll.
- isPutAll() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a map putAll operation.
- isQuery() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a cache query operation.
- isRebalancing() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether a rebalance operation on the cache will occur upon starting the GemFire server using this
launcher.
- isReconnect() - Method in class com.gemstone.gemfire.cache.LossAction
-
Returns true if this is RECONNECT
.
- isReconnecting() - Method in interface com.gemstone.gemfire.cache.Cache
-
Test to see whether the Cache is in the process of reconnecting
and recreating a new cache after it has been removed from the system
by other members or has shut down due to missing Roles and is reconnecting.
- isReconnecting() - Method in class com.gemstone.gemfire.distributed.DistributedSystem
-
Test to see whether the DistributedSystem is in the process of reconnecting
and recreating the cache after it has been removed from the system
by other members or has shut down due to missing Roles and is reconnecting.
- isRedirectingOutput() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
-
Determines whether this launcher will redirect output to system logs when
starting a new Locator process.
- isRedirectingOutput() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether this launcher will redirect output to system logs when
starting a new Locator process.
- isRegion() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation applies to the entire region.
- isRegionClear() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a region clear operation.
- isRegionCreate() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a region create operation.
- isRegionDestroy() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation destroyed a region.
- isRegionDestroy() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a region destroy operation.
- isRegionInvalidate() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if the operation invalidated a region.
- isRegister() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
-
Returns whether this event represents a register interest.
- isRegistered(String) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
-
Returns true if the function is registered to FunctionService
- isRegisterInterest() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a register interest operation.
- isRegularExpression() - Method in interface com.gemstone.gemfire.cache.InterestRegistrationEvent
-
Returns whether this event's interest type is
InterestType.REGULAR_EXPRESSION
.
- isRegularExpression() - Method in class com.gemstone.gemfire.cache.operations.InterestType
-
Returns true if this is a regular expression interest type.
- isReinitialize() - Method in class com.gemstone.gemfire.cache.ResumptionAction
-
Returns true if this is REINITIALIZE
.
- isReinitializing() - Method in interface com.gemstone.gemfire.cache.RegionEvent
-
Return true if this region was destroyed but is being reinitialized,
for example if a snapshot was just loaded.
- isRemote() - Method in exception com.gemstone.gemfire.cache.DiskAccessException
-
Returns true if this exception originated from a remote node.
- isRemoveAll() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation was initiated by a removeAll.
- isRemoveAll() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a region removeAll operation.
- isRemoveUnresponsiveClient() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isReplicate() - Method in class com.gemstone.gemfire.cache.DataPolicy
-
Deprecated.
from version 6.5 forward please use withReplication()
- isRmiEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether or not the RMI adapter is enabled.
- isRmiRegistryEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether or not the agent hosts an RMI registry.
- isRoleInRegionMembership(Region<?, ?>, Role) - Static method in class com.gemstone.gemfire.cache.RequiredRoles
-
Returns true if the
Role
is currently present in the
Region
membership.
- isRollOplogs() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
-
Deprecated.
Returns true if the oplogs is to be rolled to a more condensed format (on disk)
- isRollOplogs() - Method in class com.gemstone.gemfire.cache.util.GatewayQueueAttributes
-
- isRunning() - Method in interface com.gemstone.gemfire.admin.AdminDistributedSystem
-
Deprecated.
Returns true if any members of this system are currently running.
- isRunning() - Method in interface com.gemstone.gemfire.admin.ManagedEntity
-
Deprecated.
Returns whether or not this managed entity is running.
- isRunning() - Method in interface com.gemstone.gemfire.admin.SystemMemberBridgeServer
-
Deprecated.
Returns whether or not this bridge server is running
- isRunning() - Method in interface com.gemstone.gemfire.admin.SystemMemberCacheServer
-
Deprecated.
Returns whether or not this cache server is running
- isRunning() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
-
This allows to check if the CQ is in running or active.
- isRunning() - Method in interface com.gemstone.gemfire.cache.query.CqState
-
Returns true if the CQ is in Running state.
- isRunning() - Method in interface com.gemstone.gemfire.cache.server.CacheServer
-
Returns whether or not this cache server is running
- isRunning() - Method in interface com.gemstone.gemfire.cache.util.BridgeServer
-
Deprecated.
Returns whether or not this server is running
- isRunning() - Method in interface com.gemstone.gemfire.cache.util.Gateway
-
Deprecated.
Returns whether or not this Gateway
is running
- isRunning() - Method in interface com.gemstone.gemfire.cache.util.GatewayHub
-
Deprecated.
use getCancelCriterion().cancelInProgress() instead
- isRunning() - Method in interface com.gemstone.gemfire.cache.wan.GatewayReceiver
-
Returns whether or not this receiver is running
- isRunning() - Method in interface com.gemstone.gemfire.cache.wan.GatewaySender
-
Returns whether or not this GatewaySender is running.
- isRunning() - Method in class com.gemstone.gemfire.distributed.AbstractLauncher
-
Determines whether the Locator referenced by this launcher is running.
- isRunning() - Method in interface com.gemstone.gemfire.management.CacheServerMXBean
-
Returns whether or not this CacheServer is running.
- isRunning() - Method in interface com.gemstone.gemfire.management.GatewayReceiverMXBean
-
Returns whether the receiver is in running state.
- isRunning() - Method in interface com.gemstone.gemfire.management.GatewaySenderMXBean
-
Returns whether or not this GatewaySender is running.
- isRunning() - Method in interface com.gemstone.gemfire.management.ManagerMXBean
-
Returns whether the manager service is running on this member.
- isSearchOrLoad() - Method in class com.gemstone.gemfire.cache.Operation
-
- isServer() - Method in interface com.gemstone.gemfire.admin.SystemMemberCache
-
Deprecated.
Returns whether or not this cache acts as a server.
- isServer() - Method in interface com.gemstone.gemfire.cache.Cache
-
Returns whether or not this cache resides in a "cache server" VM.
- isServer() - Method in interface com.gemstone.gemfire.management.MemberMXBean
-
Any long-running GemFire process that was started with "start server" command from GFSH.
- isServerLocator() - Method in class com.gemstone.gemfire.distributed.Locator
-
Indicates whether the locator provides server location services
to clients
- isServerLocator() - Method in interface com.gemstone.gemfire.management.LocatorMXBean
-
Returns whether the Locator provides server location services To clients.
- isServerSSLEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isServerSSLRequireAuthentication() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isSnmpEnabled() - Method in interface com.gemstone.gemfire.admin.jmx.AgentConfig
-
Deprecated.
Returns whether or not the SNMP adapter is enabled.
- isSpringXmlLocationSpecified() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
-
Determines whether this GemFire Server was configured and initialized with Spring configuration meta-data.
- isSSLAuthenticationRequired() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
Returns the value of the "ssl-require-authentication" property.
- isSSLEnabled() - Method in interface com.gemstone.gemfire.admin.DistributedSystemConfig
-
Deprecated.
Returns the value of the "ssl-enabled" property.
- isSslEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isSslRequireAuthentication() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isStatisticSamplingEnabled() - Method in class com.gemstone.gemfire.management.GemFireProperties
-
- isStatisticsEnabled() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether statistic collection is enabled for the Region and its
entries.
- isStopCQ() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is a continuous query stop operation.
- isStopped() - Method in interface com.gemstone.gemfire.cache.query.CqQuery
-
This allows to check if the CQ is in stopped.
- isStopped() - Method in interface com.gemstone.gemfire.cache.query.CqState
-
Returns true if the CQ is in Stopped state.
- isString() - Method in interface com.gemstone.gemfire.admin.ConfigurationParameter
-
Deprecated.
Returns true if this config parameter represents a string value.
- isStructType() - Method in interface com.gemstone.gemfire.cache.query.types.ObjectType
-
Return true if this is a StructType
- isSubscriptionConflationEnabled() - Method in class com.gemstone.gemfire.management.RegionAttributesData
-
Returns whether conflation is enabled for sending messages from a cache
server to its clients.
- isSuspended(TransactionId) - Method in interface com.gemstone.gemfire.cache.CacheTransactionManager
-
This method can be used to determine if a transaction with the given
transaction identifier is currently suspended locally.
- isSynchronous() - Method in interface com.gemstone.gemfire.cache.DiskWriteAttributes
-
- isUnregisterInterest() - Method in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
Returns true if this is an unregister interest operation.
- isUnspecified(LocatorLauncher.Command) - Static method in enum com.gemstone.gemfire.distributed.LocatorLauncher.Command
-
Determines whether the given Locator launcher command has been properly specified.
- isUnspecified() - Method in enum com.gemstone.gemfire.distributed.LocatorLauncher.Command
-
Convenience method for determining whether this is the UNSPECIFIED Locator launcher command.
- isUnspecified(ServerLauncher.Command) - Static method in enum com.gemstone.gemfire.distributed.ServerLauncher.Command
-
Determines whether the given Server launcher command has been properly specified.
- isUnspecified() - Method in enum com.gemstone.gemfire.distributed.ServerLauncher.Command
-
Convenience method for determining whether this is the UNSPECIFIED Server launcher command.
- isUpdate() - Method in class com.gemstone.gemfire.cache.Operation
-
Returns true if this operation updated an existing entry.
- isUsable() - Method in class com.gemstone.gemfire.management.cli.CommandService
-
Returns whether the underlying Cache
exists and is not closed.
- isWellKnownImmutableInstance(Object) - Static method in class com.gemstone.gemfire.CopyHelper
-
Return true if the given object is an instance of a well known
immutable class.