public class TxVerboseInfo extends IgniteDataTransferObject
| Constructor and Description |
|---|
TxVerboseInfo() |
getProtocolVersion, readExternal, toList, toSet, writeExternalprotected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class IgniteDataTransferObjectout - Output object to write data content.IOException - If I/O errors occur.protected void readExternalData(byte protoVer,
ObjectInput in)
throws IOException,
ClassNotFoundException
readExternalData in class IgniteDataTransferObjectprotoVer - Input object version.in - Input object to load data content.IOException - If I/O errors occur.ClassNotFoundException - If the class for an object being restored cannot be found.public GridCacheVersion nearXidVersion()
public void nearXidVersion(GridCacheVersion nearXidVer)
nearXidVer - New near xid version.public UUID localNodeId()
public void localNodeId(UUID locNodeId)
locNodeId - New local node id.public Object localNodeConsistentId()
public void localNodeConsistentId(Object locNodeConsistentId)
locNodeConsistentId - New local node consistent id.public UUID nearNodeId()
public void nearNodeId(UUID nearNodeId)
nearNodeId - New near node id.public Object nearNodeConsistentId()
public void nearNodeConsistentId(Object nearNodeConsistentId)
nearNodeConsistentId - New near node consistent id.public TxMappingType txMappingType()
public void txMappingType(TxMappingType txMappingType)
txMappingType - New tx mapping type.public UUID dhtNodeId()
public void dhtNodeId(UUID dhtNodeId)
dhtNodeId - New dht node id.public Object dhtNodeConsistentId()
public void dhtNodeConsistentId(Object dhtNodeConsistentId)
dhtNodeConsistentId - New dht node consistent id.public void usedCaches(Map<Integer,String> usedCaches)
usedCaches - New used caches.public void usedCacheGroups(Map<Integer,String> usedCacheGroups)
usedCacheGroups - New used cache groups.public List<TxVerboseKey> localTxKeys()
public void localTxKeys(List<TxVerboseKey> locTxKeys)
locTxKeys - New local tx keys.public List<TxVerboseKey> nearOnlyTxKeys()
public void nearOnlyTxKeys(List<TxVerboseKey> nearOnlyTxKeys)
nearOnlyTxKeys - New near only tx keys.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021