public static class BdbService.removeSequence_args extends java.lang.Object implements org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BdbService.removeSequence_args>
Modifier and Type | Class and Description |
---|---|
static class |
BdbService.removeSequence_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
TDatabase |
db |
boolean |
force |
boolean |
isAutoCommitNoSync |
TDbt |
key |
static java.util.Map<BdbService.removeSequence_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TTransaction |
txn |
Constructor and Description |
---|
removeSequence_args() |
removeSequence_args(BdbService.removeSequence_args other)
Performs a deep copy on other.
|
removeSequence_args(TDatabase db,
TTransaction txn,
TDbt key,
boolean isAutoCommitNoSync,
boolean force) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
int |
compareTo(BdbService.removeSequence_args other) |
BdbService.removeSequence_args |
deepCopy() |
boolean |
equals(BdbService.removeSequence_args that) |
boolean |
equals(java.lang.Object that) |
BdbService.removeSequence_args._Fields |
fieldForId(int fieldId) |
TDatabase |
getDb() |
java.lang.Object |
getFieldValue(BdbService.removeSequence_args._Fields field) |
TDbt |
getKey() |
TTransaction |
getTxn() |
int |
hashCode() |
boolean |
isForce() |
boolean |
isIsAutoCommitNoSync() |
boolean |
isSet(BdbService.removeSequence_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDb()
Returns true if field db is set (has been assigned a value) and false otherwise
|
boolean |
isSetForce()
Returns true if field force is set (has been assigned a value) and false otherwise
|
boolean |
isSetIsAutoCommitNoSync()
Returns true if field isAutoCommitNoSync is set (has been assigned a value) and false otherwise
|
boolean |
isSetKey()
Returns true if field key is set (has been assigned a value) and false otherwise
|
boolean |
isSetTxn()
Returns true if field txn is set (has been assigned a value) and false otherwise
|
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
BdbService.removeSequence_args |
setDb(TDatabase db) |
void |
setDbIsSet(boolean value) |
void |
setFieldValue(BdbService.removeSequence_args._Fields field,
java.lang.Object value) |
BdbService.removeSequence_args |
setForce(boolean force) |
void |
setForceIsSet(boolean value) |
BdbService.removeSequence_args |
setIsAutoCommitNoSync(boolean isAutoCommitNoSync) |
void |
setIsAutoCommitNoSyncIsSet(boolean value) |
BdbService.removeSequence_args |
setKey(TDbt key) |
void |
setKeyIsSet(boolean value) |
BdbService.removeSequence_args |
setTxn(TTransaction txn) |
void |
setTxnIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDb() |
void |
unsetForce() |
void |
unsetIsAutoCommitNoSync() |
void |
unsetKey() |
void |
unsetTxn() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TDatabase db
public TTransaction txn
public TDbt key
public boolean isAutoCommitNoSync
public boolean force
public static final java.util.Map<BdbService.removeSequence_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public removeSequence_args()
public removeSequence_args(TDatabase db, TTransaction txn, TDbt key, boolean isAutoCommitNoSync, boolean force)
public removeSequence_args(BdbService.removeSequence_args other)
public BdbService.removeSequence_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>
public TDatabase getDb()
public BdbService.removeSequence_args setDb(TDatabase db)
public void unsetDb()
public boolean isSetDb()
public void setDbIsSet(boolean value)
public TTransaction getTxn()
public BdbService.removeSequence_args setTxn(TTransaction txn)
public void unsetTxn()
public boolean isSetTxn()
public void setTxnIsSet(boolean value)
public TDbt getKey()
public BdbService.removeSequence_args setKey(TDbt key)
public void unsetKey()
public boolean isSetKey()
public void setKeyIsSet(boolean value)
public boolean isIsAutoCommitNoSync()
public BdbService.removeSequence_args setIsAutoCommitNoSync(boolean isAutoCommitNoSync)
public void unsetIsAutoCommitNoSync()
public boolean isSetIsAutoCommitNoSync()
public void setIsAutoCommitNoSyncIsSet(boolean value)
public boolean isForce()
public BdbService.removeSequence_args setForce(boolean force)
public void unsetForce()
public boolean isSetForce()
public void setForceIsSet(boolean value)
public void setFieldValue(BdbService.removeSequence_args._Fields field, java.lang.Object value)
setFieldValue
in interface org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>
public java.lang.Object getFieldValue(BdbService.removeSequence_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>
public boolean isSet(BdbService.removeSequence_args._Fields field)
isSet
in interface org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>
public boolean equals(java.lang.Object that)
equals
in class java.lang.Object
public boolean equals(BdbService.removeSequence_args that)
public int hashCode()
hashCode
in class java.lang.Object
public int compareTo(BdbService.removeSequence_args other)
compareTo
in interface java.lang.Comparable<BdbService.removeSequence_args>
public BdbService.removeSequence_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<BdbService.removeSequence_args,BdbService.removeSequence_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TSerializable
org.apache.thrift.TException
public java.lang.String toString()
toString
in class java.lang.Object
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright (c) 2016, 2019 Oracle and/or its affiliates. All rights reserved.