public static class ClientAuthorizationTestBase.OperationWithAction extends Object
OperationContext.OperationCode with associated flags, the
client to perform the operation, and the number of operations to perform.| Modifier and Type | Field and Description |
|---|---|
static ClientAuthorizationTestBase.OperationWithAction |
OPBLOCK_END
Indicates end of an operation block which can be used for testing with
failover
|
static ClientAuthorizationTestBase.OperationWithAction |
OPBLOCK_NO_FAILOVER
Indicates end of an operation block which should not be used for testing
with failover
|
| Constructor and Description |
|---|
OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode) |
OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
int clientNum) |
OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
int clientNum,
int flags,
int numOps) |
OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
int clientNum,
int flags,
int[] indices) |
OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
com.gemstone.gemfire.cache.operations.OperationContext.OperationCode deniedOpCode,
int clientNum,
int flags,
int numOps) |
OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
com.gemstone.gemfire.cache.operations.OperationContext.OperationCode deniedOpCode,
int clientNum,
int flags,
int[] indices) |
| Modifier and Type | Method and Description |
|---|---|
com.gemstone.gemfire.cache.operations.OperationContext.OperationCode |
getAuthzOperationCode() |
int |
getClientNum() |
int |
getFlags() |
int[] |
getIndices() |
com.gemstone.gemfire.cache.operations.OperationContext.OperationCode |
getOperationCode() |
int |
getOpNum() |
void |
setOpNum(int opNum) |
String |
toString() |
public static final ClientAuthorizationTestBase.OperationWithAction OPBLOCK_END
public static final ClientAuthorizationTestBase.OperationWithAction OPBLOCK_NO_FAILOVER
public OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode)
public OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
int clientNum)
public OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
int clientNum,
int flags,
int numOps)
public OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
com.gemstone.gemfire.cache.operations.OperationContext.OperationCode deniedOpCode,
int clientNum,
int flags,
int numOps)
public OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
int clientNum,
int flags,
int[] indices)
public OperationWithAction(com.gemstone.gemfire.cache.operations.OperationContext.OperationCode opCode,
com.gemstone.gemfire.cache.operations.OperationContext.OperationCode deniedOpCode,
int clientNum,
int flags,
int[] indices)
public com.gemstone.gemfire.cache.operations.OperationContext.OperationCode getOperationCode()
public com.gemstone.gemfire.cache.operations.OperationContext.OperationCode getAuthzOperationCode()
public int getClientNum()
public int getFlags()
public int[] getIndices()
public int getOpNum()
public void setOpNum(int opNum)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.