- KEY - Static variable in class com.gemstone.gemfire.cache.operations.InterestType
-
For registering interest in a specific key.
- KEY_SET - Static variable in class com.gemstone.gemfire.cache.operations.OperationContext.OperationCode
-
A region keySet
operation.
- KeyOperationContext - Class in com.gemstone.gemfire.cache.operations
-
Encapsulates a region operation that requires only a key object for the
pre-operation case.
- KeyOperationContext(Object) - Constructor for class com.gemstone.gemfire.cache.operations.KeyOperationContext
-
Constructor for the operation.
- KeyOperationContext(Object, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.KeyOperationContext
-
Constructor for the operation.
- KEYS - Static variable in class com.gemstone.gemfire.cache.InterestResultPolicy
-
- KEYS - Static variable in class com.gemstone.gemfire.cache.MirrorType
-
- keys() - Method in interface com.gemstone.gemfire.cache.Region
-
Deprecated.
Use keySet
instead;
- KEYS_VALUES - Static variable in class com.gemstone.gemfire.cache.InterestResultPolicy
-
- KEYS_VALUES - Static variable in class com.gemstone.gemfire.cache.MirrorType
-
- keySet() - Method in interface com.gemstone.gemfire.cache.Region
-
Returns a set of keys in the region.
- keySetOnServer() - Method in interface com.gemstone.gemfire.cache.Region
-
Returns a set of keys in the region on the server.
- KeySetOperationContext - Class in com.gemstone.gemfire.cache.operations
-
- KeySetOperationContext(boolean) - Constructor for class com.gemstone.gemfire.cache.operations.KeySetOperationContext
-
Constructor for the operation.
- KeyValueOperationContext - Class in com.gemstone.gemfire.cache.operations
-
Encapsulates a region operation that requires both key and serialized value
for the pre-operation and post-operation cases.
- KeyValueOperationContext(Object, Object, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
-
Constructor for the operation.
- KeyValueOperationContext(Object, Object, boolean, boolean) - Constructor for class com.gemstone.gemfire.cache.operations.KeyValueOperationContext
-
Constructor for the operation.