Uses of Interface
org.apache.accumulo.core.iterators.TypedValueCombiner.Encoder

Packages that use TypedValueCombiner.Encoder
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.iterators.user   
 

Uses of TypedValueCombiner.Encoder in org.apache.accumulo.core.iterators
 

Classes in org.apache.accumulo.core.iterators that implement TypedValueCombiner.Encoder
static class LongCombiner.FixedLenEncoder
          An Encoder that uses an 8-byte encoding for Longs.
static class LongCombiner.StringEncoder
          An Encoder that uses a String representation of Longs.
static class LongCombiner.VarLenEncoder
          An Encoder that uses a variable-length encoding for Longs.
 

Fields in org.apache.accumulo.core.iterators declared as TypedValueCombiner.Encoder
static TypedValueCombiner.Encoder<Long> LongCombiner.FIXED_LEN_ENCODER
           
static TypedValueCombiner.Encoder<Long> LongCombiner.STRING_ENCODER
           
static TypedValueCombiner.Encoder<Long> LongCombiner.VAR_LEN_ENCODER
           
 

Methods in org.apache.accumulo.core.iterators with parameters of type TypedValueCombiner.Encoder
protected  void TypedValueCombiner.setEncoder(TypedValueCombiner.Encoder<V> encoder)
          Sets the Encoder used to translate Values to V and back.
static
<V> void
TypedValueCombiner.testEncoder(TypedValueCombiner.Encoder<V> encoder, V v)
          Tests whether v remains the same when encoded and decoded with the given encoder.
 

Method parameters in org.apache.accumulo.core.iterators with type arguments of type TypedValueCombiner.Encoder
static void LongCombiner.setEncodingType(IteratorSetting is, Class<? extends TypedValueCombiner.Encoder<Long>> encoderClass)
          A convenience method for setting the long encoding type.
 

Uses of TypedValueCombiner.Encoder in org.apache.accumulo.core.iterators.user
 

Classes in org.apache.accumulo.core.iterators.user that implement TypedValueCombiner.Encoder
static class SummingArrayCombiner.DOSArrayEncoder<V>
           
static class SummingArrayCombiner.FixedLongArrayEncoder
           
static class SummingArrayCombiner.StringArrayEncoder
           
static class SummingArrayCombiner.VarLongArrayEncoder
           
 

Fields in org.apache.accumulo.core.iterators.user declared as TypedValueCombiner.Encoder
static TypedValueCombiner.Encoder<List<Long>> SummingArrayCombiner.FIXED_LONG_ARRAY_ENCODER
           
static TypedValueCombiner.Encoder<List<Long>> SummingArrayCombiner.STRING_ARRAY_ENCODER
           
static TypedValueCombiner.Encoder<List<Long>> SummingArrayCombiner.VAR_LONG_ARRAY_ENCODER
           
 

Method parameters in org.apache.accumulo.core.iterators.user with type arguments of type TypedValueCombiner.Encoder
static void SummingArrayCombiner.setEncodingType(IteratorSetting is, Class<? extends TypedValueCombiner.Encoder<List<Long>>> encoderClass)
          A convenience method for setting the encoding type.
 



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