Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting
-
Packages that use TIteratorSetting Package Description org.apache.accumulo.core.iteratorsImpl.system org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TIteratorSetting in org.apache.accumulo.core.iteratorsImpl.system
Methods in org.apache.accumulo.core.iteratorsImpl.system that return TIteratorSetting Modifier and Type Method Description static TIteratorSettingSystemIteratorUtil. toTIteratorSetting(IteratorSetting is)Methods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type TIteratorSetting Modifier and Type Method Description static IteratorSettingSystemIteratorUtil. toIteratorSetting(TIteratorSetting tis) -
Uses of TIteratorSetting in org.apache.accumulo.core.tabletserver.thrift
Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TIteratorSetting Modifier and Type Field Description List<TIteratorSetting>IteratorConfig. iteratorsMethods in org.apache.accumulo.core.tabletserver.thrift that return TIteratorSetting Modifier and Type Method Description TIteratorSettingTIteratorSetting. deepCopy()TIteratorSettingTIteratorSetting. setIteratorClass(String iteratorClass)TIteratorSettingTIteratorSetting. setName(String name)TIteratorSettingTIteratorSetting. setPriority(int priority)TIteratorSettingTIteratorSetting. setProperties(Map<String,String> properties)Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TIteratorSetting Modifier and Type Method Description List<TIteratorSetting>IteratorConfig. getIterators()Iterator<TIteratorSetting>IteratorConfig. getIteratorsIterator()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TIteratorSetting Modifier and Type Method Description voidIteratorConfig. addToIterators(TIteratorSetting elem)intTIteratorSetting. compareTo(TIteratorSetting other)booleanTIteratorSetting. equals(TIteratorSetting that)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TIteratorSetting Modifier and Type Method Description IteratorConfigIteratorConfig. setIterators(List<TIteratorSetting> iterators)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TIteratorSetting Constructor Description TIteratorSetting(TIteratorSetting other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TIteratorSetting Constructor Description IteratorConfig(List<TIteratorSetting> iterators)
-