public class VisorTxTaskArg extends VisorDataTransferObject
VisorTxTask.V1, V2, V3, V4| Constructor and Description |
|---|
VisorTxTaskArg()
Default constructor.
|
VisorTxTaskArg(VisorTxOperation op,
@Nullable Integer limit,
@Nullable Long minDuration,
@Nullable Integer minSize,
@Nullable TransactionState state,
@Nullable VisorTxProjection proj,
@Nullable List<String> consistentIds,
@Nullable String xid,
@Nullable String lbRegex,
@Nullable VisorTxSortOrder sortOrder,
@Nullable TxVerboseId txInfoArg) |
| Modifier and Type | Method and Description |
|---|---|
@Nullable List<String> |
getConsistentIds() |
@Nullable String |
getLabelRegex() |
@Nullable Integer |
getLimit() |
@Nullable Long |
getMinDuration() |
@Nullable Integer |
getMinSize() |
VisorTxOperation |
getOperation() |
VisorTxProjection |
getProjection() |
byte |
getProtocolVersion() |
@Nullable VisorTxSortOrder |
getSortOrder() |
@Nullable TransactionState |
getState() |
@Nullable String |
getXid() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
toString() |
@Nullable TxVerboseId |
txInfoArgument() |
void |
txInfoArgument(@Nullable TxVerboseId txInfoArg) |
boolean |
verboseMode() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
readExternal, toList, toSet, writeExternalpublic VisorTxTaskArg()
public VisorTxTaskArg(VisorTxOperation op, @Nullable @Nullable Integer limit, @Nullable @Nullable Long minDuration, @Nullable @Nullable Integer minSize, @Nullable @Nullable TransactionState state, @Nullable @Nullable VisorTxProjection proj, @Nullable @Nullable List<String> consistentIds, @Nullable @Nullable String xid, @Nullable @Nullable String lbRegex, @Nullable @Nullable VisorTxSortOrder sortOrder, @Nullable @Nullable TxVerboseId txInfoArg)
limit - Limit to collect.minDuration - Min duration.minSize - Min size.state - State.proj - Projection.consistentIds - Consistent ids for NODES projection.xid - Xid.lbRegex - Label regex.sortOrder - Sort order.txInfoArg - TX info arg.public VisorTxOperation getOperation()
@Nullable public @Nullable Integer getLimit()
@Nullable public @Nullable Long getMinDuration()
@Nullable public @Nullable Integer getMinSize()
@Nullable public @Nullable TransactionState getState()
public VisorTxProjection getProjection()
@Nullable public @Nullable String getLabelRegex()
@Nullable public @Nullable String getXid()
@Nullable public @Nullable VisorTxSortOrder getSortOrder()
@Nullable public @Nullable TxVerboseId txInfoArgument()
public boolean verboseMode()
true if VisorTxTask is being used in verbose --tx --info mode.public void txInfoArgument(@Nullable
@Nullable TxVerboseId txInfoArg)
txInfoArg - New near XID version of transaction to display in verbose mode.public byte getProtocolVersion()
getProtocolVersion in class VisorDataTransferObjectprotected void writeExternalData(ObjectOutput out) throws IOException
writeExternalData in class VisorDataTransferObjectout - 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 VisorDataTransferObjectprotoVer - 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.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.9.0 Release Date : October 15 2020