Uses of Class
org.apache.accumulo.core.tabletserver.thrift.IteratorConfig
-
Packages that use IteratorConfig Package Description org.apache.accumulo.core.iteratorsImpl.system org.apache.accumulo.core.tabletserver.thrift -
-
Uses of IteratorConfig in org.apache.accumulo.core.iteratorsImpl.system
Methods in org.apache.accumulo.core.iteratorsImpl.system that return IteratorConfig Modifier and Type Method Description static IteratorConfig
SystemIteratorUtil. toIteratorConfig(List<IteratorSetting> iterators)
Methods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type IteratorConfig Modifier and Type Method Description static byte[]
SystemIteratorUtil. encodeIteratorSettings(IteratorConfig iterators)
static List<IteratorSetting>
SystemIteratorUtil. toIteratorSettings(IteratorConfig ic)
-
Uses of IteratorConfig in org.apache.accumulo.core.tabletserver.thrift
Methods in org.apache.accumulo.core.tabletserver.thrift that return IteratorConfig Modifier and Type Method Description IteratorConfig
IteratorConfig. deepCopy()
IteratorConfig
IteratorConfig. setIterators(List<TIteratorSetting> iterators)
Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type IteratorConfig Modifier and Type Method Description int
IteratorConfig. compareTo(IteratorConfig other)
boolean
IteratorConfig. equals(IteratorConfig that)
Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type IteratorConfig Constructor Description IteratorConfig(IteratorConfig other)
Performs a deep copy on other.
-