|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.master.thrift.MasterClientService.setTableProperty_args
public static class MasterClientService.setTableProperty_args
| Nested Class Summary | |
|---|---|
static class |
MasterClientService.setTableProperty_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
AuthInfo |
credentials
|
static Map<MasterClientService.setTableProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
String |
property
|
String |
tableName
|
TInfo |
tinfo
|
String |
value
|
| Constructor Summary | |
|---|---|
MasterClientService.setTableProperty_args()
|
|
MasterClientService.setTableProperty_args(MasterClientService.setTableProperty_args other)
Performs a deep copy on other. |
|
MasterClientService.setTableProperty_args(TInfo tinfo,
AuthInfo credentials,
String tableName,
String property,
String value)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(MasterClientService.setTableProperty_args other)
|
MasterClientService.setTableProperty_args |
deepCopy()
|
boolean |
equals(MasterClientService.setTableProperty_args that)
|
boolean |
equals(Object that)
|
MasterClientService.setTableProperty_args._Fields |
fieldForId(int fieldId)
|
AuthInfo |
getCredentials()
|
Object |
getFieldValue(MasterClientService.setTableProperty_args._Fields field)
|
String |
getProperty()
|
String |
getTableName()
|
TInfo |
getTinfo()
|
String |
getValue()
|
int |
hashCode()
|
boolean |
isSet(MasterClientService.setTableProperty_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetCredentials()
Returns true if field credentials is set (has been assigned a value) and false otherwise |
boolean |
isSetProperty()
Returns true if field property 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 |
boolean |
isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise |
boolean |
isSetValue()
Returns true if field value is set (has been assigned a value) and false otherwise |
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
MasterClientService.setTableProperty_args |
setCredentials(AuthInfo credentials)
|
void |
setCredentialsIsSet(boolean value)
|
void |
setFieldValue(MasterClientService.setTableProperty_args._Fields field,
Object value)
|
MasterClientService.setTableProperty_args |
setProperty(String property)
|
void |
setPropertyIsSet(boolean value)
|
MasterClientService.setTableProperty_args |
setTableName(String tableName)
|
void |
setTableNameIsSet(boolean value)
|
MasterClientService.setTableProperty_args |
setTinfo(TInfo tinfo)
|
void |
setTinfoIsSet(boolean value)
|
MasterClientService.setTableProperty_args |
setValue(String value)
|
void |
setValueIsSet(boolean value)
|
String |
toString()
|
void |
unsetCredentials()
|
void |
unsetProperty()
|
void |
unsetTableName()
|
void |
unsetTinfo()
|
void |
unsetValue()
|
void |
validate()
|
void |
write(org.apache.thrift.protocol.TProtocol oprot)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public TInfo tinfo
public AuthInfo credentials
public String tableName
public String property
public String value
public static final Map<MasterClientService.setTableProperty_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public MasterClientService.setTableProperty_args()
public MasterClientService.setTableProperty_args(TInfo tinfo,
AuthInfo credentials,
String tableName,
String property,
String value)
public MasterClientService.setTableProperty_args(MasterClientService.setTableProperty_args other)
| Method Detail |
|---|
public MasterClientService.setTableProperty_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>public TInfo getTinfo()
public MasterClientService.setTableProperty_args setTinfo(TInfo tinfo)
public void unsetTinfo()
public boolean isSetTinfo()
public void setTinfoIsSet(boolean value)
public AuthInfo getCredentials()
public MasterClientService.setTableProperty_args setCredentials(AuthInfo credentials)
public void unsetCredentials()
public boolean isSetCredentials()
public void setCredentialsIsSet(boolean value)
public String getTableName()
public MasterClientService.setTableProperty_args setTableName(String tableName)
public void unsetTableName()
public boolean isSetTableName()
public void setTableNameIsSet(boolean value)
public String getProperty()
public MasterClientService.setTableProperty_args setProperty(String property)
public void unsetProperty()
public boolean isSetProperty()
public void setPropertyIsSet(boolean value)
public String getValue()
public MasterClientService.setTableProperty_args setValue(String value)
public void unsetValue()
public boolean isSetValue()
public void setValueIsSet(boolean value)
public void setFieldValue(MasterClientService.setTableProperty_args._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>public Object getFieldValue(MasterClientService.setTableProperty_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>public boolean isSet(MasterClientService.setTableProperty_args._Fields field)
isSet in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(MasterClientService.setTableProperty_args that)
public int hashCode()
hashCode in class Objectpublic int compareTo(MasterClientService.setTableProperty_args other)
compareTo in interface Comparable<MasterClientService.setTableProperty_args>public MasterClientService.setTableProperty_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_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<MasterClientService.setTableProperty_args,MasterClientService.setTableProperty_args._Fields>org.apache.thrift.TExceptionpublic String toString()
toString in class Object
public void validate()
throws org.apache.thrift.TException
org.apache.thrift.TException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||