Uses of Class
org.apache.blur.thrift.generated.Blur.terms_args

Packages that use Blur.terms_args
org.apache.blur.thrift.generated   
 

Uses of Blur.terms_args in org.apache.blur.thrift.generated
 

Methods in org.apache.blur.thrift.generated that return Blur.terms_args
 Blur.terms_args Blur.terms_args.deepCopy()
           
 Blur.terms_args Blur.Processor.terms.getEmptyArgsInstance()
           
 Blur.terms_args Blur.terms_args.setColumnFamily(String columnFamily)
          the column family.
 Blur.terms_args Blur.terms_args.setColumnName(String columnName)
          the column name.
 Blur.terms_args Blur.terms_args.setSize(short size)
          the number to fetch at once.
 Blur.terms_args Blur.terms_args.setStartWith(String startWith)
          the term to start with assuming that you are paging through the term list.
 Blur.terms_args Blur.terms_args.setTable(String table)
          the table name.
 

Methods in org.apache.blur.thrift.generated with parameters of type Blur.terms_args
 int Blur.terms_args.compareTo(Blur.terms_args other)
           
 boolean Blur.terms_args.equals(Blur.terms_args that)
           
 Blur.terms_result Blur.Processor.terms.getResult(I iface, Blur.terms_args args)
           
 

Constructors in org.apache.blur.thrift.generated with parameters of type Blur.terms_args
Blur.terms_args(Blur.terms_args other)
          Performs a deep copy on other.
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.