org.apache.accumulo.examples.wikisearch.iterator
Class TextIndexCombiner.TermWeightInfoEncoder
java.lang.Object
org.apache.accumulo.examples.wikisearch.iterator.TextIndexCombiner.TermWeightInfoEncoder
- All Implemented Interfaces:
- TypedValueCombiner.Encoder<TermWeight.Info>
- Enclosing class:
- TextIndexCombiner
public static class TextIndexCombiner.TermWeightInfoEncoder
- extends Object
- implements TypedValueCombiner.Encoder<TermWeight.Info>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TextIndexCombiner.TermWeightInfoEncoder
public TextIndexCombiner.TermWeightInfoEncoder()
encode
public byte[] encode(TermWeight.Info v)
- Specified by:
encode
in interface TypedValueCombiner.Encoder<TermWeight.Info>
decode
public TermWeight.Info decode(byte[] b)
- Specified by:
decode
in interface TypedValueCombiner.Encoder<TermWeight.Info>
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.