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

U

UncreatedSystemException - Exception in com.gemstone.gemfire
An UncreatedSystemException is thrown when the specified locator's directory or configuration file can not be found.
UncreatedSystemException(String) - Constructor for exception com.gemstone.gemfire.UncreatedSystemException
Creates a new UncreatedSystemException.
UncreatedSystemException(String, Throwable) - Constructor for exception com.gemstone.gemfire.UncreatedSystemException
Creates a new UncreatedSystemException with the given message and cause.
UNDEFINED - Static variable in interface com.gemstone.gemfire.cache.query.QueryService
The undefined constant
UniversalMembershipListenerAdapter - Class in com.gemstone.gemfire.cache.util
Deprecated.
Use com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter instead.
UniversalMembershipListenerAdapter() - Constructor for class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter
Deprecated.
Constructs an instance of UniversalMembershipListenerAdapter.
UniversalMembershipListenerAdapter(int) - Constructor for class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter
Deprecated.
Constructs an instance of UniversalMembershipListenerAdapter.
UniversalMembershipListenerAdapter - Class in com.gemstone.gemfire.management.membership
The UniversalMembershipListenerAdapter is a wrapper for MembershipListener and ClientMembershipListener, providing a facade that makes both appear as a single MembershipListener .
UniversalMembershipListenerAdapter() - Constructor for class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter
Constructs an instance of UniversalMembershipListenerAdapter.
UniversalMembershipListenerAdapter(int) - Constructor for class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter
Constructs an instance of UniversalMembershipListenerAdapter.
UniversalMembershipListenerAdapter.AdaptedMembershipEvent - Class in com.gemstone.gemfire.cache.util
Deprecated.
Adapts BridgeMembershipEvent to look like a SystemMembershipEvent
UniversalMembershipListenerAdapter.AdaptedMembershipEvent - Class in com.gemstone.gemfire.management.membership
Adapts ClientMembershipEvent to look like a MembershipEvent
UNKNOWN - Static variable in class com.gemstone.gemfire.cache.operations.PutOperationContext
Indicates that it is not known whether the operation results in a create or in an update.
UnknownVersionException - Exception in com.gemstone.gemfire.cache.util
Deprecated. 
UnknownVersionException(byte) - Constructor for exception com.gemstone.gemfire.cache.util.UnknownVersionException
Deprecated.
Constructs a new UnknownVersionException.
UnknownVersionException(String) - Constructor for exception com.gemstone.gemfire.cache.util.UnknownVersionException
Deprecated.
Constructs a new UnknownVersionException.
unlock(Object) - Method in class com.gemstone.gemfire.distributed.DistributedLockService
Release the lock previously granted for the given name.
UnmodifiableConfigurationException - Exception in com.gemstone.gemfire.admin
Deprecated.
as of 7.0 use the com.gemstone.gemfire.management package instead
UnmodifiableConfigurationException() - Constructor for exception com.gemstone.gemfire.admin.UnmodifiableConfigurationException
Deprecated.
Constructs a new exception with null as its detail message.
UnmodifiableConfigurationException(String) - Constructor for exception com.gemstone.gemfire.admin.UnmodifiableConfigurationException
Deprecated.
Constructs a new exception with the specified detail message.
UnmodifiableConfigurationException(String, Throwable) - Constructor for exception com.gemstone.gemfire.admin.UnmodifiableConfigurationException
Deprecated.
Constructs a new exception with the specified detail message and cause.
UnmodifiableConfigurationException(Throwable) - Constructor for exception com.gemstone.gemfire.admin.UnmodifiableConfigurationException
Deprecated.
Constructs a new exception with the specified cause and a detail message of (cause==null ?
UnmodifiableException - Exception in com.gemstone.gemfire
A UnmodifiableException is thrown when a an attempt is made to modify a GemFire member configuration attribute that can not currently be modified.
UnmodifiableException(String) - Constructor for exception com.gemstone.gemfire.UnmodifiableException
Creates a new UnmodifiableException.
UNREGISTER_INTEREST - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
An unregister interest operation.
unregisterBridgeMembershipListener(BridgeMembershipListener) - Static method in class com.gemstone.gemfire.cache.util.BridgeMembership
Deprecated.
Removes registration of a previously registered BridgeMembershipListener.
unregisterBridgeMembershipListener() - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter
Deprecated.
Unregisters this adapter as a BridgeMembershipListener.
unregisterClientMembershipListener(ClientMembershipListener) - Static method in class com.gemstone.gemfire.management.membership.ClientMembership
Removes registration of a previously registered ClientMembershipListener.
unregisterClientMembershipListener() - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter
Unregisters this adapter as a ClientMembershipListener.
unregisterDynamicRegionListener(DynamicRegionListener) - Method in class com.gemstone.gemfire.cache.DynamicRegionFactory
Unregisters a DynamicRegionListener for callbacks.
unregisterFunction(String) - Static method in class com.gemstone.gemfire.cache.execute.FunctionService
Unregisters the given Function with the FunctionService using Function.getId().
unregisterInterest(String, Object, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
Unregisters interest in a particular region and key
unregisterInterest(String, Object, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
Unregisters interest in a particular region and key
unregisterInterest(K) - Method in interface com.gemstone.gemfire.cache.Region
Sends a request to the CacheServer to unregister interest in a key for this client.
UnregisterInterestOperationContext - Class in com.gemstone.gemfire.cache.operations
Encapsulates a OperationContext.OperationCode.UNREGISTER_INTEREST region operation for the pre-operation case.
UnregisterInterestOperationContext(Object, InterestType) - Constructor for class com.gemstone.gemfire.cache.operations.UnregisterInterestOperationContext
Constructor for the unregister interest operation.
unregisterInterestRegex(String, String, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
Unregisters interest in a particular region and regular expression
unregisterInterestRegex(String, String, boolean, boolean) - Method in interface com.gemstone.gemfire.cache.ClientSession
Unregisters interest in a particular region and regular expression
unregisterInterestRegex(String) - Method in interface com.gemstone.gemfire.cache.Region
Sends a request to the CacheServer to unregister interest in a regular expression pattern for this client.
unregisterInterestRegistrationListener(InterestRegistrationListener) - Method in interface com.gemstone.gemfire.cache.server.CacheServer
Unregisters an existing InterestRegistrationListener from the set of InterestRegistrationListeners.
unregisterMBean(ObjectName) - Method in class com.gemstone.gemfire.management.ManagementService
Unregisters an MBean.
unregisterMembershipListener(AdminDistributedSystem) - Method in class com.gemstone.gemfire.cache.util.UniversalMembershipListenerAdapter
Deprecated.
Unregisters this adapter with the AdminDistributedSystem.
unregisterMembershipListener(ManagementService) - Method in class com.gemstone.gemfire.management.membership.UniversalMembershipListenerAdapter
Unregisters this adapter with the ManagementService.
UnstartedSystemException - Exception in com.gemstone.gemfire
An UnstartedSystemException is thrown when the specified locator exists but is not running or could not be connected to.
UnstartedSystemException(String) - Constructor for exception com.gemstone.gemfire.UnstartedSystemException
Creates a new UnstartedSystemException.
UnstartedSystemException(String, Throwable) - Constructor for exception com.gemstone.gemfire.UnstartedSystemException
Creates a new UnstartedSystemException with the given message and cause.
UnsupportedOperationInTransactionException - Exception in com.gemstone.gemfire.cache
Indicates that an attempt was mode to invoke an operation that is not allowed in a transaction.
UnsupportedOperationInTransactionException(String) - Constructor for exception com.gemstone.gemfire.cache.UnsupportedOperationInTransactionException
 
UnsupportedOperationInTransactionException() - Constructor for exception com.gemstone.gemfire.cache.UnsupportedOperationInTransactionException
 
UnsupportedVersionException - Exception in com.gemstone.gemfire.cache
An UnsupportedVersionException indicates an unsupported version.
UnsupportedVersionException(short) - Constructor for exception com.gemstone.gemfire.cache.UnsupportedVersionException
Constructs a new UnsupportedVersionException.
UnsupportedVersionException(String) - Constructor for exception com.gemstone.gemfire.cache.UnsupportedVersionException
Constructs a new UnsupportedVersionException.
UPDATE - Static variable in class com.gemstone.gemfire.cache.Operation
An entry update.
UPDATE - Static variable in class com.gemstone.gemfire.cache.operations.PutOperationContext
Indicates that the operation results in an update of the key.
UPDATE_VERSION_STAMP - Static variable in class com.gemstone.gemfire.cache.Operation
An internal operation used to update the version stamp of an entry.
updateTimeout(int) - Method in class com.gemstone.gemfire.distributed.DurableClientAttributes
Used to update the timeout when a durable client comes back to a server
usage() - Method in class com.gemstone.gemfire.distributed.LocatorLauncher
Displays usage information on the proper invocation of the LocatorLauncher from the command-line to standard err.
usage() - Method in class com.gemstone.gemfire.distributed.ServerLauncher
Displays usage information on the proper invocation of the ServerLauncher from the command-line to standard err.
A B C D E F G H I J K L M N O P Q R S T U V W 
GemFire 8.2.9

Copyright © 1997-2017 Pivotal Software, Inc. All rights reserved.