org.apache.hadoop.hbase.codec.prefixtree.encode
Class EncoderFactory
java.lang.Object
org.apache.hadoop.hbase.codec.prefixtree.encode.EncoderFactory
@InterfaceAudience.Private
public class EncoderFactory
- extends Object
Retrieve PrefixTreeEncoders from this factory which handles pooling them and preparing the
ones retrieved from the pool for usage.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EncoderFactory
public EncoderFactory()
checkOut
public static PrefixTreeEncoder checkOut(OutputStream outputStream,
boolean includeMvccVersion)
checkIn
public static void checkIn(PrefixTreeEncoder encoder)
prepareEncoder
protected static PrefixTreeEncoder prepareEncoder(PrefixTreeEncoder encoder,
OutputStream outputStream,
boolean includeMvccVersion)
- helper
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.