org.apache.accumulo.examples.wikisearch.iterator
Class GlobalIndexUidCombiner.UidListEncoder
java.lang.Object
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>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlobalIndexUidCombiner.UidListEncoder
public GlobalIndexUidCombiner.UidListEncoder()
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.