org.apache.accumulo.proxy.thrift
public static class AccumuloProxy.cloneTable_args extends Object implements org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>, Serializable, Cloneable
Modifier and Type | Class and Description |
---|---|
static class |
AccumuloProxy.cloneTable_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them.
|
Modifier and Type | Field and Description |
---|---|
boolean |
flush |
ByteBuffer |
login |
static Map<AccumuloProxy.cloneTable_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap |
String |
newTableName |
Set<String> |
propertiesToExclude |
Map<String,String> |
propertiesToSet |
String |
tableName |
Constructor and Description |
---|
AccumuloProxy.cloneTable_args() |
AccumuloProxy.cloneTable_args(AccumuloProxy.cloneTable_args other)
Performs a deep copy on other.
|
AccumuloProxy.cloneTable_args(ByteBuffer login,
String tableName,
String newTableName,
boolean flush,
Map<String,String> propertiesToSet,
Set<String> propertiesToExclude) |
Modifier and Type | Method and Description |
---|---|
void |
addToPropertiesToExclude(String elem) |
ByteBuffer |
bufferForLogin() |
void |
clear() |
int |
compareTo(AccumuloProxy.cloneTable_args other) |
AccumuloProxy.cloneTable_args |
deepCopy() |
boolean |
equals(AccumuloProxy.cloneTable_args that) |
boolean |
equals(Object that) |
AccumuloProxy.cloneTable_args._Fields |
fieldForId(int fieldId) |
Object |
getFieldValue(AccumuloProxy.cloneTable_args._Fields field) |
byte[] |
getLogin() |
String |
getNewTableName() |
Set<String> |
getPropertiesToExclude() |
Iterator<String> |
getPropertiesToExcludeIterator() |
int |
getPropertiesToExcludeSize() |
Map<String,String> |
getPropertiesToSet() |
int |
getPropertiesToSetSize() |
String |
getTableName() |
int |
hashCode() |
boolean |
isFlush() |
boolean |
isSet(AccumuloProxy.cloneTable_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise
|
boolean |
isSetFlush()
Returns true if field flush is set (has been assigned a value) and false otherwise
|
boolean |
isSetLogin()
Returns true if field login is set (has been assigned a value) and false otherwise
|
boolean |
isSetNewTableName()
Returns true if field newTableName is set (has been assigned a value) and false otherwise
|
boolean |
isSetPropertiesToExclude()
Returns true if field propertiesToExclude is set (has been assigned a value) and false otherwise
|
boolean |
isSetPropertiesToSet()
Returns true if field propertiesToSet is set (has been assigned a value) and false otherwise
|
boolean |
isSetTableName()
Returns true if field tableName is set (has been assigned a value) and false otherwise
|
void |
putToPropertiesToSet(String key,
String val) |
void |
read(org.apache.thrift.protocol.TProtocol iprot) |
void |
setFieldValue(AccumuloProxy.cloneTable_args._Fields field,
Object value) |
AccumuloProxy.cloneTable_args |
setFlush(boolean flush) |
void |
setFlushIsSet(boolean value) |
AccumuloProxy.cloneTable_args |
setLogin(byte[] login) |
AccumuloProxy.cloneTable_args |
setLogin(ByteBuffer login) |
void |
setLoginIsSet(boolean value) |
AccumuloProxy.cloneTable_args |
setNewTableName(String newTableName) |
void |
setNewTableNameIsSet(boolean value) |
AccumuloProxy.cloneTable_args |
setPropertiesToExclude(Set<String> propertiesToExclude) |
void |
setPropertiesToExcludeIsSet(boolean value) |
AccumuloProxy.cloneTable_args |
setPropertiesToSet(Map<String,String> propertiesToSet) |
void |
setPropertiesToSetIsSet(boolean value) |
AccumuloProxy.cloneTable_args |
setTableName(String tableName) |
void |
setTableNameIsSet(boolean value) |
String |
toString() |
void |
unsetFlush() |
void |
unsetLogin() |
void |
unsetNewTableName() |
void |
unsetPropertiesToExclude() |
void |
unsetPropertiesToSet() |
void |
unsetTableName() |
void |
validate() |
void |
write(org.apache.thrift.protocol.TProtocol oprot) |
public ByteBuffer login
public String tableName
public String newTableName
public boolean flush
public static final Map<AccumuloProxy.cloneTable_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
public AccumuloProxy.cloneTable_args()
public AccumuloProxy.cloneTable_args(ByteBuffer login, String tableName, String newTableName, boolean flush, Map<String,String> propertiesToSet, Set<String> propertiesToExclude)
public AccumuloProxy.cloneTable_args(AccumuloProxy.cloneTable_args other)
public AccumuloProxy.cloneTable_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
public byte[] getLogin()
public ByteBuffer bufferForLogin()
public AccumuloProxy.cloneTable_args setLogin(byte[] login)
public AccumuloProxy.cloneTable_args setLogin(ByteBuffer login)
public void unsetLogin()
public boolean isSetLogin()
public void setLoginIsSet(boolean value)
public String getTableName()
public AccumuloProxy.cloneTable_args setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public String getNewTableName()
public AccumuloProxy.cloneTable_args setNewTableName(String newTableName)
public void unsetNewTableName()
public boolean isSetNewTableName()
public void setNewTableNameIsSet(boolean value)
public boolean isFlush()
public AccumuloProxy.cloneTable_args setFlush(boolean flush)
public void unsetFlush()
public boolean isSetFlush()
public void setFlushIsSet(boolean value)
public int getPropertiesToSetSize()
public AccumuloProxy.cloneTable_args setPropertiesToSet(Map<String,String> propertiesToSet)
public void unsetPropertiesToSet()
public boolean isSetPropertiesToSet()
public void setPropertiesToSetIsSet(boolean value)
public int getPropertiesToExcludeSize()
public void addToPropertiesToExclude(String elem)
public AccumuloProxy.cloneTable_args setPropertiesToExclude(Set<String> propertiesToExclude)
public void unsetPropertiesToExclude()
public boolean isSetPropertiesToExclude()
public void setPropertiesToExcludeIsSet(boolean value)
public void setFieldValue(AccumuloProxy.cloneTable_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
public Object getFieldValue(AccumuloProxy.cloneTable_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
public boolean isSet(AccumuloProxy.cloneTable_args._Fields field)
isSet
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
public boolean equals(AccumuloProxy.cloneTable_args that)
public int compareTo(AccumuloProxy.cloneTable_args other)
compareTo
in interface Comparable<AccumuloProxy.cloneTable_args>
public AccumuloProxy.cloneTable_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
org.apache.thrift.TException
public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException
write
in interface org.apache.thrift.TBase<AccumuloProxy.cloneTable_args,AccumuloProxy.cloneTable_args._Fields>
org.apache.thrift.TException
public void validate() throws org.apache.thrift.TException
org.apache.thrift.TException
Copyright © 2011-2015 The Apache Software Foundation. All Rights Reserved.