public class TxInfo extends Object implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
TxInfo() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(DataInput in) |
Object |
getKey() |
int |
getNumExecutions() |
String |
getRegionName() |
ModRoutingObject |
getRoutingObject() |
com.gemstone.gemfire.cache.TransactionId |
getTxId() |
void |
incrementNumExecutions() |
void |
setKey(Object aKey) |
void |
setNumExecutions(int executions) |
void |
setRegionName(String regionName) |
void |
setRoutingObject(ModRoutingObject aRoutingObject) |
void |
setTxId(com.gemstone.gemfire.cache.TransactionId txId) |
void |
toData(DataOutput out) |
String |
toString() |
public com.gemstone.gemfire.cache.TransactionId getTxId()
public int getNumExecutions()
public String getRegionName()
public Object getKey()
public ModRoutingObject getRoutingObject()
public void setTxId(com.gemstone.gemfire.cache.TransactionId txId)
public void setNumExecutions(int executions)
public void incrementNumExecutions()
public void setRegionName(String regionName)
public void setKey(Object aKey)
public void setRoutingObject(ModRoutingObject aRoutingObject)
public void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.