Uses of Enum
org.apache.accumulo.core.iterators.user.SummingArrayCombiner.Type
Packages that use SummingArrayCombiner.Type
-
Uses of SummingArrayCombiner.Type in org.apache.accumulo.core.iterators.user
Methods in org.apache.accumulo.core.iterators.user that return SummingArrayCombiner.TypeModifier and TypeMethodDescriptionstatic SummingArrayCombiner.TypeReturns 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.TypeModifier and TypeMethodDescriptionstatic voidSummingArrayCombiner.setEncodingType(IteratorSetting is, SummingArrayCombiner.Type type) A convenience method for setting the encoding type.