org.apache.accumulo.core.tabletserver.thrift
Class TabletClientService.startScan_args

java.lang.Object
  extended by org.apache.accumulo.core.tabletserver.thrift.TabletClientService.startScan_args
All Implemented Interfaces:
Serializable, Cloneable, Comparable<TabletClientService.startScan_args>, org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
Enclosing class:
TabletClientService

public static class TabletClientService.startScan_args
extends Object
implements org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>, Serializable, Cloneable, Comparable<TabletClientService.startScan_args>

See Also:
Serialized Form

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
           
 TCredentials credentials
           
 TKeyExtent extent
           
 boolean isolated
           
static Map<TabletClientService.startScan_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
           
 TRange range
           
 long readaheadThreshold
           
 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, TCredentials 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, long readaheadThreshold)
           
 
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()
           
 TCredentials getCredentials()
           
 TKeyExtent getExtent()
           
 Object getFieldValue(TabletClientService.startScan_args._Fields field)
           
 TRange getRange()
           
 long getReadaheadThreshold()
           
 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 isSetReadaheadThreshold()
          Returns true if field readaheadThreshold 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(TCredentials 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 setReadaheadThreshold(long readaheadThreshold)
           
 void setReadaheadThresholdIsSet(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 unsetReadaheadThreshold()
           
 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

tinfo

public TInfo tinfo

credentials

public TCredentials credentials

extent

public TKeyExtent extent

range

public TRange range

columns

public List<TColumn> columns

batchSize

public int batchSize

ssiList

public List<IterInfo> ssiList

ssio

public Map<String,Map<String,String>> ssio

authorizations

public List<ByteBuffer> authorizations

waitForWrites

public boolean waitForWrites

isolated

public boolean isolated

readaheadThreshold

public long readaheadThreshold

metaDataMap

public static final Map<TabletClientService.startScan_args._Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap
Constructor Detail

TabletClientService.startScan_args

public TabletClientService.startScan_args()

TabletClientService.startScan_args

public TabletClientService.startScan_args(TInfo tinfo,
                                          TCredentials 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,
                                          long readaheadThreshold)

TabletClientService.startScan_args

public TabletClientService.startScan_args(TabletClientService.startScan_args other)
Performs a deep copy on other.

Method Detail

deepCopy

public TabletClientService.startScan_args deepCopy()
Specified by:
deepCopy in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>

clear

public void clear()
Specified by:
clear in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>

getTinfo

public TInfo getTinfo()

setTinfo

public TabletClientService.startScan_args setTinfo(TInfo tinfo)

unsetTinfo

public void unsetTinfo()

isSetTinfo

public boolean isSetTinfo()
Returns true if field tinfo is set (has been assigned a value) and false otherwise


setTinfoIsSet

public void setTinfoIsSet(boolean value)

getCredentials

public TCredentials getCredentials()

setCredentials

public TabletClientService.startScan_args setCredentials(TCredentials credentials)

unsetCredentials

public void unsetCredentials()

isSetCredentials

public boolean isSetCredentials()
Returns true if field credentials is set (has been assigned a value) and false otherwise


setCredentialsIsSet

public void setCredentialsIsSet(boolean value)

getExtent

public TKeyExtent getExtent()

setExtent

public TabletClientService.startScan_args setExtent(TKeyExtent extent)

unsetExtent

public void unsetExtent()

isSetExtent

public boolean isSetExtent()
Returns true if field extent is set (has been assigned a value) and false otherwise


setExtentIsSet

public void setExtentIsSet(boolean value)

getRange

public TRange getRange()

setRange

public TabletClientService.startScan_args setRange(TRange range)

unsetRange

public void unsetRange()

isSetRange

public boolean isSetRange()
Returns true if field range is set (has been assigned a value) and false otherwise


setRangeIsSet

public void setRangeIsSet(boolean value)

getColumnsSize

public int getColumnsSize()

getColumnsIterator

public Iterator<TColumn> getColumnsIterator()

addToColumns

public void addToColumns(TColumn elem)

getColumns

public List<TColumn> getColumns()

setColumns

public TabletClientService.startScan_args setColumns(List<TColumn> columns)

unsetColumns

public void unsetColumns()

isSetColumns

public boolean isSetColumns()
Returns true if field columns is set (has been assigned a value) and false otherwise


setColumnsIsSet

public void setColumnsIsSet(boolean value)

getBatchSize

public int getBatchSize()

setBatchSize

public TabletClientService.startScan_args setBatchSize(int batchSize)

unsetBatchSize

public void unsetBatchSize()

isSetBatchSize

public boolean isSetBatchSize()
Returns true if field batchSize is set (has been assigned a value) and false otherwise


setBatchSizeIsSet

public void setBatchSizeIsSet(boolean value)

getSsiListSize

public int getSsiListSize()

getSsiListIterator

public Iterator<IterInfo> getSsiListIterator()

addToSsiList

public void addToSsiList(IterInfo elem)

getSsiList

public List<IterInfo> getSsiList()

setSsiList

public TabletClientService.startScan_args setSsiList(List<IterInfo> ssiList)

unsetSsiList

public void unsetSsiList()

isSetSsiList

public boolean isSetSsiList()
Returns true if field ssiList is set (has been assigned a value) and false otherwise


setSsiListIsSet

public void setSsiListIsSet(boolean value)

getSsioSize

public int getSsioSize()

putToSsio

public void putToSsio(String key,
                      Map<String,String> val)

getSsio

public Map<String,Map<String,String>> getSsio()

setSsio

public TabletClientService.startScan_args setSsio(Map<String,Map<String,String>> ssio)

unsetSsio

public void unsetSsio()

isSetSsio

public boolean isSetSsio()
Returns true if field ssio is set (has been assigned a value) and false otherwise


setSsioIsSet

public void setSsioIsSet(boolean value)

getAuthorizationsSize

public int getAuthorizationsSize()

getAuthorizationsIterator

public Iterator<ByteBuffer> getAuthorizationsIterator()

addToAuthorizations

public void addToAuthorizations(ByteBuffer elem)

getAuthorizations

public List<ByteBuffer> getAuthorizations()

setAuthorizations

public TabletClientService.startScan_args setAuthorizations(List<ByteBuffer> authorizations)

unsetAuthorizations

public void unsetAuthorizations()

isSetAuthorizations

public boolean isSetAuthorizations()
Returns true if field authorizations is set (has been assigned a value) and false otherwise


setAuthorizationsIsSet

public void setAuthorizationsIsSet(boolean value)

isWaitForWrites

public boolean isWaitForWrites()

setWaitForWrites

public TabletClientService.startScan_args setWaitForWrites(boolean waitForWrites)

unsetWaitForWrites

public void unsetWaitForWrites()

isSetWaitForWrites

public boolean isSetWaitForWrites()
Returns true if field waitForWrites is set (has been assigned a value) and false otherwise


setWaitForWritesIsSet

public void setWaitForWritesIsSet(boolean value)

isIsolated

public boolean isIsolated()

setIsolated

public TabletClientService.startScan_args setIsolated(boolean isolated)

unsetIsolated

public void unsetIsolated()

isSetIsolated

public boolean isSetIsolated()
Returns true if field isolated is set (has been assigned a value) and false otherwise


setIsolatedIsSet

public void setIsolatedIsSet(boolean value)

getReadaheadThreshold

public long getReadaheadThreshold()

setReadaheadThreshold

public TabletClientService.startScan_args setReadaheadThreshold(long readaheadThreshold)

unsetReadaheadThreshold

public void unsetReadaheadThreshold()

isSetReadaheadThreshold

public boolean isSetReadaheadThreshold()
Returns true if field readaheadThreshold is set (has been assigned a value) and false otherwise


setReadaheadThresholdIsSet

public void setReadaheadThresholdIsSet(boolean value)

setFieldValue

public void setFieldValue(TabletClientService.startScan_args._Fields field,
                          Object value)
Specified by:
setFieldValue in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>

getFieldValue

public Object getFieldValue(TabletClientService.startScan_args._Fields field)
Specified by:
getFieldValue in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>

isSet

public boolean isSet(TabletClientService.startScan_args._Fields field)
Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise

Specified by:
isSet in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>

equals

public boolean equals(Object that)
Overrides:
equals in class Object

equals

public boolean equals(TabletClientService.startScan_args that)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

compareTo

public int compareTo(TabletClientService.startScan_args other)
Specified by:
compareTo in interface Comparable<TabletClientService.startScan_args>

fieldForId

public TabletClientService.startScan_args._Fields fieldForId(int fieldId)
Specified by:
fieldForId in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>

read

public void read(org.apache.thrift.protocol.TProtocol iprot)
          throws org.apache.thrift.TException
Specified by:
read in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
Throws:
org.apache.thrift.TException

write

public void write(org.apache.thrift.protocol.TProtocol oprot)
           throws org.apache.thrift.TException
Specified by:
write in interface org.apache.thrift.TBase<TabletClientService.startScan_args,TabletClientService.startScan_args._Fields>
Throws:
org.apache.thrift.TException

toString

public String toString()
Overrides:
toString in class Object

validate

public void validate()
              throws org.apache.thrift.TException
Throws:
org.apache.thrift.TException


Copyright © 2015 Apache Accumulo Project. All rights reserved.