public class VisorTxTaskArg extends VisorDataTransferObject
VisorTxTask.V1, V2, V3| Constructor and Description |
|---|
VisorTxTaskArg()
Default constructor.
|
VisorTxTaskArg(VisorTxOperation op,
Integer limit,
Long minDuration,
Integer minSize,
TransactionState state,
VisorTxProjection proj,
List<String> consistentIds,
String xid,
String lbRegex,
VisorTxSortOrder sortOrder) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getConsistentIds() |
String |
getLabelRegex() |
Integer |
getLimit() |
Long |
getMinDuration() |
Integer |
getMinSize() |
VisorTxOperation |
getOperation() |
VisorTxProjection |
getProjection() |
VisorTxSortOrder |
getSortOrder() |
TransactionState |
getState() |
String |
getXid() |
protected void |
readExternalData(byte protoVer,
ObjectInput in)
Load object's specific data content.
|
String |
toString() |
protected void |
writeExternalData(ObjectOutput out)
Save object's specific data content.
|
getProtocolVersion, readExternal, toList, toSet, writeExternalpublic VisorTxTaskArg()
public 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)
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.public VisorTxOperation getOperation()
@Nullable public Integer getLimit()
@Nullable public Long getMinDuration()
@Nullable public Integer getMinSize()
@Nullable public TransactionState getState()
public VisorTxProjection getProjection()
@Nullable public String getLabelRegex()
@Nullable public String getXid()
@Nullable public VisorTxSortOrder getSortOrder()
protected 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 Fabric : ver. 2.5.0 Release Date : May 23 2018