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