|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.accumulo.core.tabletserver.thrift.TabletClientService.bulkImport_args
public static class TabletClientService.bulkImport_args
| Nested Class Summary | |
|---|---|
static class |
TabletClientService.bulkImport_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
| Field Summary | |
|---|---|
AuthInfo |
credentials
|
Map<TKeyExtent,Map<String,MapFileInfo>> |
files
|
static Map<TabletClientService.bulkImport_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
boolean |
setTime
|
long |
tid
|
TInfo |
tinfo
|
| Constructor Summary | |
|---|---|
TabletClientService.bulkImport_args()
|
|
TabletClientService.bulkImport_args(TabletClientService.bulkImport_args other)
Performs a deep copy on other. |
|
TabletClientService.bulkImport_args(TInfo tinfo,
AuthInfo credentials,
long tid,
Map<TKeyExtent,Map<String,MapFileInfo>> files,
boolean setTime)
|
|
| Method Summary | |
|---|---|
void |
clear()
|
int |
compareTo(TabletClientService.bulkImport_args other)
|
TabletClientService.bulkImport_args |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(TabletClientService.bulkImport_args that)
|
TabletClientService.bulkImport_args._Fields |
fieldForId(int fieldId)
|
AuthInfo |
getCredentials()
|
Object |
getFieldValue(TabletClientService.bulkImport_args._Fields field)
|
Map<TKeyExtent,Map<String,MapFileInfo>> |
getFiles()
|
int |
getFilesSize()
|
long |
getTid()
|
TInfo |
getTinfo()
|
int |
hashCode()
|
boolean |
isSet(TabletClientService.bulkImport_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 |
isSetFiles()
Returns true if field files is set (has been assigned a value) and false otherwise |
boolean |
isSetSetTime()
Returns true if field setTime is set (has been assigned a value) and false otherwise |
boolean |
isSetTid()
Returns true if field tid is set (has been assigned a value) and false otherwise |
boolean |
isSetTime()
|
boolean |
isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise |
void |
putToFiles(TKeyExtent key,
Map<String,MapFileInfo> val)
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
TabletClientService.bulkImport_args |
setCredentials(AuthInfo credentials)
|
void |
setCredentialsIsSet(boolean value)
|
void |
setFieldValue(TabletClientService.bulkImport_args._Fields field,
Object value)
|
TabletClientService.bulkImport_args |
setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)
|
void |
setFilesIsSet(boolean value)
|
TabletClientService.bulkImport_args |
setSetTime(boolean setTime)
|
void |
setSetTimeIsSet(boolean value)
|
TabletClientService.bulkImport_args |
setTid(long tid)
|
void |
setTidIsSet(boolean value)
|
TabletClientService.bulkImport_args |
setTinfo(TInfo tinfo)
|
void |
setTinfoIsSet(boolean value)
|
String |
toString()
|
void |
unsetCredentials()
|
void |
unsetFiles()
|
void |
unsetSetTime()
|
void |
unsetTid()
|
void |
unsetTinfo()
|
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 long tid
public Map<TKeyExtent,Map<String,MapFileInfo>> files
public boolean setTime
public static final Map<TabletClientService.bulkImport_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
| Constructor Detail |
|---|
public TabletClientService.bulkImport_args()
public TabletClientService.bulkImport_args(TInfo tinfo,
AuthInfo credentials,
long tid,
Map<TKeyExtent,Map<String,MapFileInfo>> files,
boolean setTime)
public TabletClientService.bulkImport_args(TabletClientService.bulkImport_args other)
| Method Detail |
|---|
public TabletClientService.bulkImport_args deepCopy()
deepCopy in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_args._Fields>public void clear()
clear in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_args._Fields>public TInfo getTinfo()
public TabletClientService.bulkImport_args setTinfo(TInfo tinfo)
public void unsetTinfo()
public boolean isSetTinfo()
public void setTinfoIsSet(boolean value)
public AuthInfo getCredentials()
public TabletClientService.bulkImport_args setCredentials(AuthInfo credentials)
public void unsetCredentials()
public boolean isSetCredentials()
public void setCredentialsIsSet(boolean value)
public long getTid()
public TabletClientService.bulkImport_args setTid(long tid)
public void unsetTid()
public boolean isSetTid()
public void setTidIsSet(boolean value)
public int getFilesSize()
public void putToFiles(TKeyExtent key,
Map<String,MapFileInfo> val)
public Map<TKeyExtent,Map<String,MapFileInfo>> getFiles()
public TabletClientService.bulkImport_args setFiles(Map<TKeyExtent,Map<String,MapFileInfo>> files)
public void unsetFiles()
public boolean isSetFiles()
public void setFilesIsSet(boolean value)
public boolean isSetTime()
public TabletClientService.bulkImport_args setSetTime(boolean setTime)
public void unsetSetTime()
public boolean isSetSetTime()
public void setSetTimeIsSet(boolean value)
public void setFieldValue(TabletClientService.bulkImport_args._Fields field,
Object value)
setFieldValue in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_args._Fields>public Object getFieldValue(TabletClientService.bulkImport_args._Fields field)
getFieldValue in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_args._Fields>public boolean isSet(TabletClientService.bulkImport_args._Fields field)
isSet in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_args._Fields>public boolean equals(Object that)
equals in class Objectpublic boolean equals(TabletClientService.bulkImport_args that)
public int hashCode()
hashCode in class Objectpublic int compareTo(TabletClientService.bulkImport_args other)
compareTo in interface Comparable<TabletClientService.bulkImport_args>public TabletClientService.bulkImport_args._Fields fieldForId(int fieldId)
fieldForId in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot)
throws org.apache.thrift.TException
read in interface org.apache.thrift.TBase<TabletClientService.bulkImport_args,TabletClientService.bulkImport_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<TabletClientService.bulkImport_args,TabletClientService.bulkImport_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 | |||||||||