Uses of Class
org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
-
Packages that use SummingArrayCombiner.Type Package Description 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 Modifier and Type Method Description static SummingArrayCombiner.TypeSummingArrayCombiner.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 Modifier and Type Method Description static voidSummingArrayCombiner. setEncodingType(IteratorSetting is, SummingArrayCombiner.Type type)A convenience method for setting the encoding type.
-