@InterfaceAudience.Private public class EncoderFactory extends Object
| 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 | 
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.