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. serverSideIteratorListList<IterInfo>CompressedIterators.IterConfig. ssiListMethod parameters in org.apache.accumulo.core.clientImpl with type arguments of type IterInfo Modifier and Type Method Description static booleanThriftScanner. 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_COMPARATORMethods 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 IterLoadIterLoad. iters(Collection<IterInfo> iters)static IterLoadIterConfigUtil. loadIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> iterOpts, AccumuloConfiguration conf)static voidIterConfigUtil. 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 IterInfoIterInfo. deepCopy()IterInfoIterInfo. setClassName(String className)IterInfoIterInfo. setIterName(String iterName)IterInfoIterInfo. setPriority(int priority)Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type IterInfo Modifier and Type Method Description intIterInfo. compareTo(IterInfo other)booleanIterInfo. 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. ssiListList<IterInfo>ActiveScan. ssiListList<IterInfo>TabletClientService.startMultiScan_args. ssiListList<IterInfo>TabletClientService.startScan_args. ssiListMethods 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 voidActiveCompaction. addToSsiList(IterInfo elem)voidActiveScan. addToSsiList(IterInfo elem)voidTabletClientService.startMultiScan_args. addToSsiList(IterInfo elem)voidTabletClientService.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 ActiveCompactionActiveCompaction. setSsiList(List<IterInfo> ssiList)ActiveScanActiveScan. setSsiList(List<IterInfo> ssiList)TabletClientService.startMultiScan_argsTabletClientService.startMultiScan_args. setSsiList(List<IterInfo> ssiList)TabletClientService.startScan_argsTabletClientService.startScan_args. setSsiList(List<IterInfo> ssiList)
-