Uses of Class
org.apache.accumulo.core.conf.IterLoad
-
Packages that use IterLoad Package Description org.apache.accumulo.core.conf -
-
Uses of IterLoad in org.apache.accumulo.core.conf
Methods in org.apache.accumulo.core.conf that return IterLoad Modifier and Type Method Description IterLoadIterLoad. classCache(Map<String,Class<SortedKeyValueIterator<Key,Value>>> classCache)IterLoadIterLoad. context(String context)IterLoadIterLoad. iterEnv(IteratorEnvironment iteratorEnvironment)IterLoadIterLoad. iterOpts(Map<String,Map<String,String>> iterOpts)IterLoadIterLoad. iters(Collection<IterInfo> iters)static IterLoadIterConfigUtil. loadIterConf(IteratorUtil.IteratorScope scope, List<IterInfo> iters, Map<String,Map<String,String>> iterOpts, AccumuloConfiguration conf)IterLoadIterLoad. useAccumuloClassLoader(boolean useAccumuloClassLoader)Methods in org.apache.accumulo.core.conf with parameters of type IterLoad Modifier and Type Method Description static SortedKeyValueIterator<Key,Value>IterConfigUtil. loadIterators(SortedKeyValueIterator<Key,Value> source, IterLoad iterLoad)Load a stack of iterators provided in the IterLoad, starting with source.
-