Gemfire JavaDocs_test
Class InvalidateOperationContext
- java.lang.Object
-
- org.apache.geode.cache.operations.OperationContext
-
- org.apache.geode.cache.operations.KeyOperationContext
-
- org.apache.geode.cache.operations.InvalidateOperationContext
-
@Deprecated public class InvalidateOperationContext extends KeyOperationContext
Deprecated.since Geode1.0, useResourcePermission
insteadEncapsulates aOperationContext.OperationCode.INVALIDATE
region operation having the key object for both the pre-operation case and for post-operation updates.- Since:
- GemFire 5.5
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.geode.cache.operations.OperationContext
OperationContext.OperationCode
-
-
Constructor Summary
Constructors Constructor Description InvalidateOperationContext(java.lang.Object key)
Deprecated.Constructor for the operation.InvalidateOperationContext(java.lang.Object key, boolean isPostOperation)
Deprecated.Constructor for the operation to use for post-operation in updates.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description OperationContext.OperationCode
getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.-
Methods inherited from class org.apache.geode.cache.operations.KeyOperationContext
getCallbackArg, getKey, isPostOperation, setCallbackArg, setPostOperation
-
Methods inherited from class org.apache.geode.cache.operations.OperationContext
isClientUpdate, isClientUpdate
-
-
-
-
Constructor Detail
-
InvalidateOperationContext
public InvalidateOperationContext(java.lang.Object key)
Deprecated.Constructor for the operation.- Parameters:
key
- the key for this operation
-
InvalidateOperationContext
public InvalidateOperationContext(java.lang.Object key, boolean isPostOperation)
Deprecated.Constructor for the operation to use for post-operation in updates.- Parameters:
key
- the key for this operationisPostOperation
- true if the context is at the time of sending updates
-
-
Method Detail
-
getOperationCode
public OperationContext.OperationCode getOperationCode()
Deprecated.Return the operation associated with theOperationContext
object.- Specified by:
getOperationCode
in classKeyOperationContext
- Returns:
OperationCode.INVALIDATE
.
-
-