@InterfaceAudience.Private public class EncoderFactory extends Object
Modifier and Type | Field and Description |
---|---|
private static EncoderPool |
POOL |
Constructor and Description |
---|
EncoderFactory() |
Modifier and Type | Method and Description |
---|---|
static void |
checkIn(PrefixTreeEncoder encoder) |
static PrefixTreeEncoder |
checkOut(OutputStream outputStream,
boolean includeMvccVersion) |
protected static PrefixTreeEncoder |
prepareEncoder(PrefixTreeEncoder encoder,
OutputStream outputStream,
boolean includeMvccVersion)
helper
|
private static final EncoderPool POOL
public static PrefixTreeEncoder checkOut(OutputStream outputStream, boolean includeMvccVersion)
public static void checkIn(PrefixTreeEncoder encoder)
protected static PrefixTreeEncoder prepareEncoder(PrefixTreeEncoder encoder, OutputStream outputStream, boolean includeMvccVersion)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.