org.apache.hadoop.hbase.codec.prefixtree.decode
Class DecoderFactory

java.lang.Object
  extended by org.apache.hadoop.hbase.codec.prefixtree.decode.DecoderFactory

@InterfaceAudience.Private
public class DecoderFactory
extends Object

Static wrapper class for the ArraySearcherPool.


Constructor Summary
DecoderFactory()
           
 
Method Summary
static void checkIn(CellSearcher pSearcher)
           
static PrefixTreeArraySearcher checkOut(ByteBuffer buffer, boolean includeMvccVersion)
           
static PrefixTreeArraySearcher ensureArraySearcherValid(ByteBuffer buffer, PrefixTreeArraySearcher searcher, boolean includeMvccVersion)
          helper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecoderFactory

public DecoderFactory()
Method Detail

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 © 2007–2016 The Apache Software Foundation. All rights reserved.