Uses of Class
org.apache.accumulo.core.tabletserver.thrift.TIteratorSetting

Packages that use TIteratorSetting
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TIteratorSetting in org.apache.accumulo.core.iterators
 

Methods in org.apache.accumulo.core.iterators that return TIteratorSetting
static TIteratorSetting IteratorUtil.toTIteratorSetting(IteratorSetting is)
           
 

Methods in org.apache.accumulo.core.iterators with parameters of type TIteratorSetting
static IteratorSetting IteratorUtil.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
 List<TIteratorSetting> IteratorConfig.iterators
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TIteratorSetting
 TIteratorSetting TIteratorSetting.deepCopy()
           
 TIteratorSetting TIteratorSetting.setIteratorClass(String iteratorClass)
           
 TIteratorSetting TIteratorSetting.setName(String name)
           
 TIteratorSetting TIteratorSetting.setPriority(int priority)
           
 TIteratorSetting TIteratorSetting.setProperties(Map<String,String> properties)
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TIteratorSetting
 List<TIteratorSetting> IteratorConfig.getIterators()
           
 Iterator<TIteratorSetting> IteratorConfig.getIteratorsIterator()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TIteratorSetting
 void IteratorConfig.addToIterators(TIteratorSetting elem)
           
 int TIteratorSetting.compareTo(TIteratorSetting other)
           
 boolean TIteratorSetting.equals(TIteratorSetting that)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TIteratorSetting
 IteratorConfig IteratorConfig.setIterators(List<TIteratorSetting> iterators)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TIteratorSetting
TIteratorSetting(TIteratorSetting other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TIteratorSetting
IteratorConfig(List<TIteratorSetting> iterators)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.