|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.gemstone.gemfire.cache.operations.OperationContext
com.gemstone.gemfire.cache.operations.KeySetOperationContext
public class KeySetOperationContext
Encapsulates a OperationContext.OperationCode.KEY_SET operation for both the
pre-operation and post-operation cases.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.gemstone.gemfire.cache.operations.OperationContext |
|---|
OperationContext.OperationCode |
| Constructor Summary | |
|---|---|
KeySetOperationContext(boolean postOperation)
Constructor for the operation. |
|
| Method Summary | |
|---|---|
Set |
getKeySet()
Get the set of keys returned as a result of Region.keySet()
operation. |
OperationContext.OperationCode |
getOperationCode()
Return the operation associated with the OperationContext
object. |
boolean |
isPostOperation()
True if the context is for post-operation. |
void |
setKeySet(Set keySet)
Set the keys to be returned as the result of Region.keySet()
operation. |
void |
setPostOperation()
Set the post-operation flag to true. |
| Methods inherited from class com.gemstone.gemfire.cache.operations.OperationContext |
|---|
isClientUpdate, isClientUpdate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeySetOperationContext(boolean postOperation)
postOperation - true to set the post-operation flag| Method Detail |
|---|
public OperationContext.OperationCode getOperationCode()
OperationContext
object.
getOperationCode in class OperationContextOperationCode.KEY_SET.public boolean isPostOperation()
isPostOperation in class OperationContextpublic 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.
|
GemFire 6.6.4 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||