|
GemFire 6.6 | ||||||||
| 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.PutAllOperationContext
public class PutAllOperationContext
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 | |
|---|---|
PutAllOperationContext(Map map)
Constructor for the operation. |
|
| Method Summary | |
|---|---|
Map |
getMap()
get the authorized map. |
OperationContext.OperationCode |
getOperationCode()
Return the operation associated with the OperationContext
object. |
boolean |
isPostOperation()
True if the context is for post-operation. |
void |
setMap(Map map)
set the authorized map. |
| 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 PutAllOperationContext(Map map)
| Method Detail |
|---|
public OperationContext.OperationCode getOperationCode()
OperationContext
object.
getOperationCode in class OperationContextOperationCode.PUTALL.public boolean isPostOperation()
isPostOperation in class OperationContextpublic Map getMap()
public void setMap(Map map)
|
GemFire 6.6 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||