Uses of Class
org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type

Packages that use SummingArrayCombiner.Type
org.apache.accumulo.core.iterators.user   
 

Uses of SummingArrayCombiner.Type in org.apache.accumulo.core.iterators.user
 

Methods in org.apache.accumulo.core.iterators.user that return SummingArrayCombiner.Type
static SummingArrayCombiner.Type SummingArrayCombiner.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SummingArrayCombiner.Type[] SummingArrayCombiner.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.user with parameters of type SummingArrayCombiner.Type
static void SummingArrayCombiner.setEncodingType(IteratorSetting is, SummingArrayCombiner.Type type)
          A convenience method for setting the encoding type.
 



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