org.apache.accumulo.examples.wikisearch.iterator
Class GlobalIndexUidCombiner.UidListEncoder

java.lang.Object
  extended by org.apache.accumulo.examples.wikisearch.iterator.GlobalIndexUidCombiner.UidListEncoder
All Implemented Interfaces:
TypedValueCombiner.Encoder<Uid.List>
Enclosing class:
GlobalIndexUidCombiner

public static class GlobalIndexUidCombiner.UidListEncoder
extends Object
implements TypedValueCombiner.Encoder<Uid.List>


Constructor Summary
GlobalIndexUidCombiner.UidListEncoder()
           
 
Method Summary
 Uid.List decode(byte[] b)
           
 byte[] encode(Uid.List v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalIndexUidCombiner.UidListEncoder

public GlobalIndexUidCombiner.UidListEncoder()
Method Detail

encode

public byte[] encode(Uid.List v)
Specified by:
encode in interface TypedValueCombiner.Encoder<Uid.List>

decode

public Uid.List decode(byte[] b)
Specified by:
decode in interface TypedValueCombiner.Encoder<Uid.List>


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