public static class BdbService.removeDatabase_args extends java.lang.Object implements org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<BdbService.removeDatabase_args>
| Modifier and Type | Class and Description |
|---|---|
static class |
BdbService.removeDatabase_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
databaseName |
TEnvironment |
env |
java.lang.String |
fileName |
boolean |
force |
static java.util.Map<BdbService.removeDatabase_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
TTransaction |
txn |
| Constructor and Description |
|---|
removeDatabase_args() |
removeDatabase_args(BdbService.removeDatabase_args other)
Performs a deep copy on other.
|
removeDatabase_args(TEnvironment env,
TTransaction txn,
java.lang.String fileName,
java.lang.String databaseName,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
compareTo(BdbService.removeDatabase_args other) |
BdbService.removeDatabase_args |
deepCopy() |
boolean |
equals(BdbService.removeDatabase_args that) |
boolean |
equals(java.lang.Object that) |
BdbService.removeDatabase_args._Fields |
fieldForId(int fieldId) |
java.lang.String |
getDatabaseName() |
TEnvironment |
getEnv() |
java.lang.Object |
getFieldValue(BdbService.removeDatabase_args._Fields field) |
java.lang.String |
getFileName() |
TTransaction |
getTxn() |
int |
hashCode() |
boolean |
isForce() |
boolean |
isSet(BdbService.removeDatabase_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetDatabaseName()
Returns true if field databaseName is set (has been assigned a value) and false otherwise
|
boolean |
isSetEnv()
Returns true if field env is set (has been assigned a value) and false otherwise
|
boolean |
isSetFileName()
Returns true if field fileName 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 |
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.removeDatabase_args |
setDatabaseName(java.lang.String databaseName) |
void |
setDatabaseNameIsSet(boolean value) |
BdbService.removeDatabase_args |
setEnv(TEnvironment env) |
void |
setEnvIsSet(boolean value) |
void |
setFieldValue(BdbService.removeDatabase_args._Fields field,
java.lang.Object value) |
BdbService.removeDatabase_args |
setFileName(java.lang.String fileName) |
void |
setFileNameIsSet(boolean value) |
BdbService.removeDatabase_args |
setForce(boolean force) |
void |
setForceIsSet(boolean value) |
BdbService.removeDatabase_args |
setTxn(TTransaction txn) |
void |
setTxnIsSet(boolean value) |
java.lang.String |
toString() |
void |
unsetDatabaseName() |
void |
unsetEnv() |
void |
unsetFileName() |
void |
unsetForce() |
void |
unsetTxn() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public TEnvironment env
public TTransaction txn
public java.lang.String fileName
public java.lang.String databaseName
public boolean force
public static final java.util.Map<BdbService.removeDatabase_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public removeDatabase_args()
public removeDatabase_args(TEnvironment env, TTransaction txn, java.lang.String fileName, java.lang.String databaseName, boolean force)
public removeDatabase_args(BdbService.removeDatabase_args other)
public BdbService.removeDatabase_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>public TEnvironment getEnv()
public BdbService.removeDatabase_args setEnv(TEnvironment env)
public void unsetEnv()
public boolean isSetEnv()
public void setEnvIsSet(boolean value)
public TTransaction getTxn()
public BdbService.removeDatabase_args setTxn(TTransaction txn)
public void unsetTxn()
public boolean isSetTxn()
public void setTxnIsSet(boolean value)
public java.lang.String getFileName()
public BdbService.removeDatabase_args setFileName(java.lang.String fileName)
public void unsetFileName()
public boolean isSetFileName()
public void setFileNameIsSet(boolean value)
public java.lang.String getDatabaseName()
public BdbService.removeDatabase_args setDatabaseName(java.lang.String databaseName)
public void unsetDatabaseName()
public boolean isSetDatabaseName()
public void setDatabaseNameIsSet(boolean value)
public boolean isForce()
public BdbService.removeDatabase_args setForce(boolean force)
public void unsetForce()
public boolean isSetForce()
public void setForceIsSet(boolean value)
public void setFieldValue(BdbService.removeDatabase_args._Fields field, java.lang.Object value)
setFieldValue in interface org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>public java.lang.Object getFieldValue(BdbService.removeDatabase_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>public boolean isSet(BdbService.removeDatabase_args._Fields field)
isSet in interface org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>public boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic boolean equals(BdbService.removeDatabase_args that)
public int hashCode()
hashCode in class java.lang.Objectpublic int compareTo(BdbService.removeDatabase_args other)
compareTo in interface java.lang.Comparable<BdbService.removeDatabase_args>public BdbService.removeDatabase_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<BdbService.removeDatabase_args,BdbService.removeDatabase_args._Fields>public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic void write(org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException
write in interface org.apache.thrift.TSerializableorg.apache.thrift.TExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic void validate()
throws org.apache.thrift.TException
org.apache.thrift.TExceptionCopyright (c) 2016, 2018 Oracle and/or its affiliates. All rights reserved.