Uses of Class
org.apache.accumulo.core.dataImpl.thrift.IterInfo
-
Packages that use IterInfo Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.conf org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of IterInfo in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl with type parameters of type IterInfo Modifier and Type Field Description protected List<IterInfo>
ScannerOptions. serverSideIteratorList
List<IterInfo>
CompressedIterators.IterConfig. ssiList
Method parameters in org.apache.accumulo.core.clientImpl with type arguments of type IterInfo Modifier and Type Method Description static boolean
ThriftScanner. getBatchFromServer(ClientContext context, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, long batchTimeOut, String classLoaderContext)
Constructor parameters in org.apache.accumulo.core.clientImpl with type arguments of type IterInfo Constructor Description ScanState(ClientContext context, TableId tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold, SamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)
-
Uses of IterInfo in org.apache.accumulo.core.conf
Fields in org.apache.accumulo.core.conf with type parameters of type IterInfo Modifier and Type Field Description static Comparator<IterInfo>
IterConfigUtil. ITER_INFO_COMPARATOR
Methods in org.apache.accumulo.core.conf that return types with arguments of type IterInfo Modifier and Type Method Description static List<IterInfo>
IterConfigUtil. parseIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> allOptions, AccumuloConfiguration conf)
Method parameters in org.apache.accumulo.core.conf with type arguments of type IterInfo Modifier and Type Method Description IterLoad
IterLoad. iters(Collection<IterInfo> iters)
static IterLoad
IterConfigUtil. loadIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> iterOpts, AccumuloConfiguration conf)
static void
IterConfigUtil. mergeIteratorConfig(List<IterInfo> destList, Map<String,Map<String,String>> destOpts, List<IterInfo> tableIters, Map<String,Map<String,String>> tableOpts, List<IterInfo> ssi, Map<String,Map<String,String>> ssio)
static List<IterInfo>
IterConfigUtil. parseIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> allOptions, AccumuloConfiguration conf)
-
Uses of IterInfo in org.apache.accumulo.core.dataImpl.thrift
Methods in org.apache.accumulo.core.dataImpl.thrift that return IterInfo Modifier and Type Method Description IterInfo
IterInfo. deepCopy()
IterInfo
IterInfo. setClassName(String className)
IterInfo
IterInfo. setIterName(String iterName)
IterInfo
IterInfo. setPriority(int priority)
Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type IterInfo Modifier and Type Method Description int
IterInfo. compareTo(IterInfo other)
boolean
IterInfo. equals(IterInfo that)
Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type IterInfo Constructor Description IterInfo(IterInfo other)
Performs a deep copy on other. -
Uses of IterInfo in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type IterInfo Modifier and Type Field Description List<IterInfo>
ActiveCompaction. ssiList
List<IterInfo>
ActiveScan. ssiList
List<IterInfo>
TabletClientService.startMultiScan_args. ssiList
List<IterInfo>
TabletClientService.startScan_args. ssiList
Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type IterInfo Modifier and Type Method Description List<IterInfo>
ActiveCompaction. getSsiList()
List<IterInfo>
ActiveScan. getSsiList()
List<IterInfo>
TabletClientService.startMultiScan_args. getSsiList()
List<IterInfo>
TabletClientService.startScan_args. getSsiList()
Iterator<IterInfo>
ActiveCompaction. getSsiListIterator()
Iterator<IterInfo>
ActiveScan. getSsiListIterator()
Iterator<IterInfo>
TabletClientService.startMultiScan_args. getSsiListIterator()
Iterator<IterInfo>
TabletClientService.startScan_args. getSsiListIterator()
Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type IterInfo Modifier and Type Method Description void
ActiveCompaction. addToSsiList(IterInfo elem)
void
ActiveScan. addToSsiList(IterInfo elem)
void
TabletClientService.startMultiScan_args. addToSsiList(IterInfo elem)
void
TabletClientService.startScan_args. addToSsiList(IterInfo elem)
Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type IterInfo Modifier and Type Method Description ActiveCompaction
ActiveCompaction. setSsiList(List<IterInfo> ssiList)
ActiveScan
ActiveScan. setSsiList(List<IterInfo> ssiList)
TabletClientService.startMultiScan_args
TabletClientService.startMultiScan_args. setSsiList(List<IterInfo> ssiList)
TabletClientService.startScan_args
TabletClientService.startScan_args. setSsiList(List<IterInfo> ssiList)
-