org.apache.hadoop.hbase.codec.prefixtree.decode
Class DecoderFactory
java.lang.Object
org.apache.hadoop.hbase.codec.prefixtree.decode.DecoderFactory
@InterfaceAudience.Private
public class DecoderFactory
- extends Object
Static wrapper class for the ArraySearcherPool.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecoderFactory
public DecoderFactory()
checkOut
public static PrefixTreeArraySearcher checkOut(ByteBuffer buffer,
boolean includeMvccVersion)
checkIn
public static void checkIn(CellSearcher pSearcher)
ensureArraySearcherValid
public static PrefixTreeArraySearcher ensureArraySearcherValid(ByteBuffer buffer,
PrefixTreeArraySearcher searcher,
boolean includeMvccVersion)
- helper
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.