ResourcePermission
instead@Deprecated public class KeySetOperationContext extends OperationContext
OperationContext.OperationCode.KEY_SET
operation for both the pre-operation and post-operation cases.OperationContext.OperationCode
Constructor and Description |
---|
KeySetOperationContext(boolean postOperation)
Deprecated.
Constructor for the operation.
|
Modifier and Type | Method and Description |
---|---|
Set |
getKeySet()
Deprecated.
Get the set of keys returned as a result of
Region.keySet() operation. |
OperationContext.OperationCode |
getOperationCode()
Deprecated.
Return the operation associated with the
OperationContext object. |
boolean |
isPostOperation()
Deprecated.
True if the context is for post-operation.
|
void |
setKeySet(Set keySet)
Deprecated.
Set the keys to be returned as the result of
Region.keySet() operation. |
void |
setPostOperation()
Deprecated.
Set the post-operation flag to true.
|
isClientUpdate, isClientUpdate
public KeySetOperationContext(boolean postOperation)
postOperation
- true to set the post-operation flagpublic OperationContext.OperationCode getOperationCode()
OperationContext
object.getOperationCode
in class OperationContext
OperationCode.KEY_SET
.public boolean isPostOperation()
isPostOperation
in class OperationContext
public void setPostOperation()
public Set getKeySet()
Region.keySet()
operation.public void setKeySet(Set keySet)
Region.keySet()
operation.keySet
- the set of keys to be returned for this operation.