com.gemstone.gemfire.cache.operations
Class ContainsKeyOperationContext
java.lang.Object
com.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.internal.cache.operations.KeyOperationContext
com.gemstone.gemfire.cache.operations.ContainsKeyOperationContext
public class ContainsKeyOperationContext
- extends com.gemstone.gemfire.internal.cache.operations.KeyOperationContext
Encapsulates a OperationContext.OperationCode.CONTAINS_KEY region operation having the
key object for the pre-operation case.
- Since:
- 5.5
| Methods inherited from class com.gemstone.gemfire.internal.cache.operations.KeyOperationContext |
getCallbackArg, getKey, isPostOperation, setCallbackArg |
ContainsKeyOperationContext
public ContainsKeyOperationContext(Object key)
- Constructor for the operation.
- Parameters:
key - the key for this operation
getOperationCode
public OperationContext.OperationCode getOperationCode()
- Return the operation associated with the
OperationContext
object.
- Specified by:
getOperationCode in class com.gemstone.gemfire.internal.cache.operations.KeyOperationContext
- Returns:
OperationCode.CONTAINS_KEY.
Copyright © 2002-2008 GemStone Systems, Inc. All Rights Reserved.