public static class PeerInterface_thrift.abort_peer_thrift_args extends Object implements org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>, Serializable, Cloneable, Comparable<PeerInterface_thrift.abort_peer_thrift_args>
| Modifier and Type | Class and Description | 
|---|---|
| static class  | PeerInterface_thrift.abort_peer_thrift_args._FieldsThe set of fields this struct contains, along with convenience methods for finding and manipulating them. | 
| Modifier and Type | Field and Description | 
|---|---|
| boolean | bReleaseLock | 
| static Map<PeerInterface_thrift.abort_peer_thrift_args._Fields,org.apache.thrift.meta_data.FieldMetaData> | metaDataMap | 
| long | startTS | 
| long | transactionId | 
| Constructor and Description | 
|---|
| abort_peer_thrift_args() | 
| abort_peer_thrift_args(long startTS,
                      long transactionId,
                      boolean bReleaseLock) | 
| abort_peer_thrift_args(PeerInterface_thrift.abort_peer_thrift_args other)Performs a deep copy on other. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | clear() | 
| int | compareTo(PeerInterface_thrift.abort_peer_thrift_args other) | 
| PeerInterface_thrift.abort_peer_thrift_args | deepCopy() | 
| boolean | equals(Object that) | 
| boolean | equals(PeerInterface_thrift.abort_peer_thrift_args that) | 
| PeerInterface_thrift.abort_peer_thrift_args._Fields | fieldForId(int fieldId) | 
| Object | getFieldValue(PeerInterface_thrift.abort_peer_thrift_args._Fields field) | 
| long | getStartTS() | 
| long | getTransactionId() | 
| int | hashCode() | 
| boolean | isBReleaseLock() | 
| boolean | isSet(PeerInterface_thrift.abort_peer_thrift_args._Fields field)Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise | 
| boolean | isSetBReleaseLock()Returns true if field bReleaseLock is set (has been assigned a value) and false otherwise | 
| boolean | isSetStartTS()Returns true if field startTS is set (has been assigned a value) and false otherwise | 
| boolean | isSetTransactionId()Returns true if field transactionId is set (has been assigned a value) and false otherwise | 
| void | read(org.apache.thrift.protocol.TProtocol iprot) | 
| PeerInterface_thrift.abort_peer_thrift_args | setBReleaseLock(boolean bReleaseLock) | 
| void | setBReleaseLockIsSet(boolean value) | 
| void | setFieldValue(PeerInterface_thrift.abort_peer_thrift_args._Fields field,
             Object value) | 
| PeerInterface_thrift.abort_peer_thrift_args | setStartTS(long startTS) | 
| void | setStartTSIsSet(boolean value) | 
| PeerInterface_thrift.abort_peer_thrift_args | setTransactionId(long transactionId) | 
| void | setTransactionIdIsSet(boolean value) | 
| String | toString() | 
| void | unsetBReleaseLock() | 
| void | unsetStartTS() | 
| void | unsetTransactionId() | 
| void | validate() | 
| void | write(org.apache.thrift.protocol.TProtocol oprot) | 
public long startTS
public long transactionId
public boolean bReleaseLock
public static final Map<PeerInterface_thrift.abort_peer_thrift_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public abort_peer_thrift_args()
public abort_peer_thrift_args(long startTS,
                              long transactionId,
                              boolean bReleaseLock)
public abort_peer_thrift_args(PeerInterface_thrift.abort_peer_thrift_args other)
public PeerInterface_thrift.abort_peer_thrift_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>public long getStartTS()
public PeerInterface_thrift.abort_peer_thrift_args setStartTS(long startTS)
public void unsetStartTS()
public boolean isSetStartTS()
public void setStartTSIsSet(boolean value)
public long getTransactionId()
public PeerInterface_thrift.abort_peer_thrift_args setTransactionId(long transactionId)
public void unsetTransactionId()
public boolean isSetTransactionId()
public void setTransactionIdIsSet(boolean value)
public boolean isBReleaseLock()
public PeerInterface_thrift.abort_peer_thrift_args setBReleaseLock(boolean bReleaseLock)
public void unsetBReleaseLock()
public boolean isSetBReleaseLock()
public void setBReleaseLockIsSet(boolean value)
public void setFieldValue(PeerInterface_thrift.abort_peer_thrift_args._Fields field, Object value)
setFieldValue in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>public Object getFieldValue(PeerInterface_thrift.abort_peer_thrift_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>public boolean isSet(PeerInterface_thrift.abort_peer_thrift_args._Fields field)
isSet in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>public boolean equals(PeerInterface_thrift.abort_peer_thrift_args that)
public int compareTo(PeerInterface_thrift.abort_peer_thrift_args other)
compareTo in interface Comparable<PeerInterface_thrift.abort_peer_thrift_args>public PeerInterface_thrift.abort_peer_thrift_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>org.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
write in interface org.apache.thrift.TBase<PeerInterface_thrift.abort_peer_thrift_args,PeerInterface_thrift.abort_peer_thrift_args._Fields>org.apache.thrift.TExceptionpublic void validate()
              throws org.apache.thrift.TException
org.apache.thrift.TException