org.apache.accumulo.examples.wikisearch.iterator
Class TextIndexCombiner.TermWeightInfoEncoder

java.lang.Object
  extended by 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>


Constructor Summary
TextIndexCombiner.TermWeightInfoEncoder()
           
 
Method Summary
 TermWeight.Info decode(byte[] b)
           
 byte[] encode(TermWeight.Info v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextIndexCombiner.TermWeightInfoEncoder

public TextIndexCombiner.TermWeightInfoEncoder()
Method Detail

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.