public class PutDataMapCommand extends AbstractVersionedDataCommand
Cache.put(String, java.util.Map)
.Modifier and Type | Field and Description |
---|---|
protected Map |
data |
protected boolean |
erase |
static int |
ERASE_METHOD_ID |
static int |
ERASE_VERSIONED_METHOD_ID |
protected static org.apache.commons.logging.Log |
log |
static int |
METHOD_ID |
protected static boolean |
trace |
static int |
VERSIONED_METHOD_ID |
dataVersion, globalTransaction, notifier
dataContainer, fqn
Constructor and Description |
---|
PutDataMapCommand() |
PutDataMapCommand(GlobalTransaction globalTransaction,
Fqn fqn,
Map data) |
Modifier and Type | Method and Description |
---|---|
Object |
acceptVisitor(InvocationContext ctx,
Visitor visitor)
Accept a visitor, and return the result of accepting this visitor.
|
boolean |
equals(Object o) |
int |
getCommandId()
Used by marshallers to convert this command into an id for streaming.
|
Map |
getData() |
Object[] |
getParameters()
Basic versions of these methods
|
int |
hashCode() |
boolean |
isErase()
Returns a flag indicating the node data should be erased.
|
protected boolean |
isVersionedId(int id) |
Object |
perform(InvocationContext ctx)
Adds the provided data map to the data map in the node referenced by the specified Fqn.
|
void |
setData(Map data) |
void |
setErase(boolean erase)
Sets a flag indicating the node data should be erased.
|
void |
setParameters(int commandId,
Object[] args)
Basic versions of these methods
|
String |
toString() |
getDataVersion, getGlobalTransaction, initialize, isVersioned, peekVersioned, setDataVersion, setGlobalTransaction
getFqn, initialize
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getFqn
public static final int METHOD_ID
public static final int ERASE_METHOD_ID
public static final int VERSIONED_METHOD_ID
public static final int ERASE_VERSIONED_METHOD_ID
protected static final org.apache.commons.logging.Log log
protected static final boolean trace
protected Map data
protected boolean erase
public PutDataMapCommand(GlobalTransaction globalTransaction, Fqn fqn, Map data)
public PutDataMapCommand()
public Object perform(InvocationContext ctx)
ctx
- invocation contextpublic Object acceptVisitor(InvocationContext ctx, Visitor visitor) throws Throwable
VisitableCommand
ctx
- invocation contextvisitor
- visitor to acceptThrowable
- in the event of problemspublic Map getData()
public void setData(Map data)
public int getCommandId()
ReplicableCommand
public Object[] getParameters()
AbstractDataCommand
getParameters
in interface ReplicableCommand
getParameters
in class AbstractVersionedDataCommand
public void setParameters(int commandId, Object[] args)
AbstractDataCommand
setParameters
in interface ReplicableCommand
setParameters
in class AbstractVersionedDataCommand
commandId
- command id to set. This is usually unused but *could* be used in the event of a command having multiple IDs, such as PutKeyValueCommand
.args
- object array of argsprotected boolean isVersionedId(int id)
isVersionedId
in class AbstractVersionedDataCommand
public boolean equals(Object o)
equals
in class AbstractVersionedDataCommand
public int hashCode()
hashCode
in class AbstractVersionedDataCommand
public void setErase(boolean erase)
public boolean isErase()
public String toString()
toString
in class AbstractDataCommand
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.