Uses of Class
org.apache.accumulo.core.iterators.LongCombiner.Type

Packages that use LongCombiner.Type
org.apache.accumulo.core.iterators   
 

Uses of LongCombiner.Type in org.apache.accumulo.core.iterators
 

Methods in org.apache.accumulo.core.iterators that return LongCombiner.Type
static LongCombiner.Type LongCombiner.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LongCombiner.Type[] LongCombiner.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.iterators with parameters of type LongCombiner.Type
static void LongCombiner.setEncodingType(IteratorSetting is, LongCombiner.Type type)
          A convenience method for setting the long encoding type.
 



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