|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
public static class TabletClientService.startScan_args
Nested Class Summary | |
---|---|
static class |
TabletClientService.startScan_args._Fields
The set of fields this struct contains, along with convenience methods for finding and manipulating them. |
Field Summary | |
---|---|
List<ByteBuffer> |
authorizations
|
int |
batchSize
|
List<TColumn> |
columns
|
AuthInfo |
credentials
|
TKeyExtent |
extent
|
boolean |
isolated
|
static Map<TabletClientService.startScan_args._Fields,org.apache.thrift.meta_data.FieldMetaData> |
metaDataMap
|
TRange |
range
|
List<IterInfo> |
ssiList
|
Map<String,Map<String,String>> |
ssio
|
TInfo |
tinfo
|
boolean |
waitForWrites
|
Constructor Summary | |
---|---|
TabletClientService.startScan_args()
|
|
TabletClientService.startScan_args(TabletClientService.startScan_args other)
Performs a deep copy on other. |
|
TabletClientService.startScan_args(TInfo tinfo,
AuthInfo credentials,
TKeyExtent extent,
TRange range,
List<TColumn> columns,
int batchSize,
List<IterInfo> ssiList,
Map<String,Map<String,String>> ssio,
List<ByteBuffer> authorizations,
boolean waitForWrites,
boolean isolated)
|
Method Summary | |
---|---|
void |
addToAuthorizations(ByteBuffer elem)
|
void |
addToColumns(TColumn elem)
|
void |
addToSsiList(IterInfo elem)
|
void |
clear()
|
int |
compareTo(TabletClientService.startScan_args other)
|
TabletClientService.startScan_args |
deepCopy()
|
boolean |
equals(Object that)
|
boolean |
equals(TabletClientService.startScan_args that)
|
TabletClientService.startScan_args._Fields |
fieldForId(int fieldId)
|
List<ByteBuffer> |
getAuthorizations()
|
Iterator<ByteBuffer> |
getAuthorizationsIterator()
|
int |
getAuthorizationsSize()
|
int |
getBatchSize()
|
List<TColumn> |
getColumns()
|
Iterator<TColumn> |
getColumnsIterator()
|
int |
getColumnsSize()
|
AuthInfo |
getCredentials()
|
TKeyExtent |
getExtent()
|
Object |
getFieldValue(TabletClientService.startScan_args._Fields field)
|
TRange |
getRange()
|
List<IterInfo> |
getSsiList()
|
Iterator<IterInfo> |
getSsiListIterator()
|
int |
getSsiListSize()
|
Map<String,Map<String,String>> |
getSsio()
|
int |
getSsioSize()
|
TInfo |
getTinfo()
|
int |
hashCode()
|
boolean |
isIsolated()
|
boolean |
isSet(TabletClientService.startScan_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise |
boolean |
isSetAuthorizations()
Returns true if field authorizations is set (has been assigned a value) and false otherwise |
boolean |
isSetBatchSize()
Returns true if field batchSize is set (has been assigned a value) and false otherwise |
boolean |
isSetColumns()
Returns true if field columns 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 |
isSetExtent()
Returns true if field extent is set (has been assigned a value) and false otherwise |
boolean |
isSetIsolated()
Returns true if field isolated is set (has been assigned a value) and false otherwise |
boolean |
isSetRange()
Returns true if field range is set (has been assigned a value) and false otherwise |
boolean |
isSetSsiList()
Returns true if field ssiList is set (has been assigned a value) and false otherwise |
boolean |
isSetSsio()
Returns true if field ssio 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 |
isSetWaitForWrites()
Returns true if field waitForWrites is set (has been assigned a value) and false otherwise |
boolean |
isWaitForWrites()
|
void |
putToSsio(String key,
Map<String,String> val)
|
void |
read(org.apache.thrift.protocol.TProtocol iprot)
|
TabletClientService.startScan_args |
setAuthorizations(List<ByteBuffer> authorizations)
|
void |
setAuthorizationsIsSet(boolean value)
|
TabletClientService.startScan_args |
setBatchSize(int batchSize)
|
void |
setBatchSizeIsSet(boolean value)
|
TabletClientService.startScan_args |
setColumns(List<TColumn> columns)
|
void |
setColumnsIsSet(boolean value)
|
TabletClientService.startScan_args |
setCredentials(AuthInfo credentials)
|
void |
setCredentialsIsSet(boolean value)
|
TabletClientService.startScan_args |
setExtent(TKeyExtent extent)
|
void |
setExtentIsSet(boolean value)
|
void |
setFieldValue(TabletClientService.startScan_args._Fields field,
Object value)
|
TabletClientService.startScan_args |
setIsolated(boolean isolated)
|
void |
setIsolatedIsSet(boolean value)
|
TabletClientService.startScan_args |
setRange(TRange range)
|
void |
setRangeIsSet(boolean value)
|
TabletClientService.startScan_args |
setSsiList(List<IterInfo> ssiList)
|
void |
setSsiListIsSet(boolean value)
|
TabletClientService.startScan_args |
setSsio(Map<String,Map<String,String>> ssio)
|
void |
setSsioIsSet(boolean value)
|
TabletClientService.startScan_args |
setTinfo(TInfo tinfo)
|
void |
setTinfoIsSet(boolean value)
|
TabletClientService.startScan_args |
setWaitForWrites(boolean waitForWrites)
|
void |
setWaitForWritesIsSet(boolean value)
|
String |
toString()
|
void |
unsetAuthorizations()
|
void |
unsetBatchSize()
|
void |
unsetColumns()
|
void |
unsetCredentials()
|
void |
unsetExtent()
|
void |
unsetIsolated()
|
void |
unsetRange()
|
void |
unsetSsiList()
|
void |
unsetSsio()
|
void |
unsetTinfo()
|
void |
unsetWaitForWrites()
|
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 TKeyExtent extent
public TRange range
public List<TColumn> columns
public int batchSize
public List<IterInfo> ssiList
public Map<String,Map<String,String>> ssio
public List<ByteBuffer> authorizations
public boolean waitForWrites
public boolean isolated
public static final Map<TabletClientService.startScan_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail |
---|
public TabletClientService.startScan_args()
public TabletClientService.startScan_args(TInfo tinfo, AuthInfo credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated)
public TabletClientService.startScan_args(TabletClientService.startScan_args other)
Method Detail |
---|
public TabletClientService.startScan_args deepCopy()
deepCopy
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
public void clear()
clear
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
public TInfo getTinfo()
public TabletClientService.startScan_args setTinfo(TInfo tinfo)
public void unsetTinfo()
public boolean isSetTinfo()
public void setTinfoIsSet(boolean value)
public AuthInfo getCredentials()
public TabletClientService.startScan_args setCredentials(AuthInfo credentials)
public void unsetCredentials()
public boolean isSetCredentials()
public void setCredentialsIsSet(boolean value)
public TKeyExtent getExtent()
public TabletClientService.startScan_args setExtent(TKeyExtent extent)
public void unsetExtent()
public boolean isSetExtent()
public void setExtentIsSet(boolean value)
public TRange getRange()
public TabletClientService.startScan_args setRange(TRange range)
public void unsetRange()
public boolean isSetRange()
public void setRangeIsSet(boolean value)
public int getColumnsSize()
public Iterator<TColumn> getColumnsIterator()
public void addToColumns(TColumn elem)
public List<TColumn> getColumns()
public TabletClientService.startScan_args setColumns(List<TColumn> columns)
public void unsetColumns()
public boolean isSetColumns()
public void setColumnsIsSet(boolean value)
public int getBatchSize()
public TabletClientService.startScan_args setBatchSize(int batchSize)
public void unsetBatchSize()
public boolean isSetBatchSize()
public void setBatchSizeIsSet(boolean value)
public int getSsiListSize()
public Iterator<IterInfo> getSsiListIterator()
public void addToSsiList(IterInfo elem)
public List<IterInfo> getSsiList()
public TabletClientService.startScan_args setSsiList(List<IterInfo> ssiList)
public void unsetSsiList()
public boolean isSetSsiList()
public void setSsiListIsSet(boolean value)
public int getSsioSize()
public void putToSsio(String key, Map<String,String> val)
public Map<String,Map<String,String>> getSsio()
public TabletClientService.startScan_args setSsio(Map<String,Map<String,String>> ssio)
public void unsetSsio()
public boolean isSetSsio()
public void setSsioIsSet(boolean value)
public int getAuthorizationsSize()
public Iterator<ByteBuffer> getAuthorizationsIterator()
public void addToAuthorizations(ByteBuffer elem)
public List<ByteBuffer> getAuthorizations()
public TabletClientService.startScan_args setAuthorizations(List<ByteBuffer> authorizations)
public void unsetAuthorizations()
public boolean isSetAuthorizations()
public void setAuthorizationsIsSet(boolean value)
public boolean isWaitForWrites()
public TabletClientService.startScan_args setWaitForWrites(boolean waitForWrites)
public void unsetWaitForWrites()
public boolean isSetWaitForWrites()
public void setWaitForWritesIsSet(boolean value)
public boolean isIsolated()
public TabletClientService.startScan_args setIsolated(boolean isolated)
public void unsetIsolated()
public boolean isSetIsolated()
public void setIsolatedIsSet(boolean value)
public void setFieldValue(TabletClientService.startScan_args._Fields field, Object value)
setFieldValue
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
public Object getFieldValue(TabletClientService.startScan_args._Fields field)
getFieldValue
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
public boolean isSet(TabletClientService.startScan_args._Fields field)
isSet
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
public boolean equals(Object that)
equals
in class Object
public boolean equals(TabletClientService.startScan_args that)
public int hashCode()
hashCode
in class Object
public int compareTo(TabletClientService.startScan_args other)
compareTo
in interface Comparable<TabletClientService.startScan_args>
public TabletClientService.startScan_args._Fields fieldForId(int fieldId)
fieldForId
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException
read
in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_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.startScan_args,TabletClientService.startScan_args._Fields>
org.apache.thrift.TException
public 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 |