@InterfaceAudience.Private public class EncoderPoolImpl extends java.lang.Object implements EncoderPool
| Constructor and Description |
|---|
EncoderPoolImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
checkIn(PrefixTreeEncoder encoder) |
PrefixTreeEncoder |
checkOut(java.io.OutputStream outputStream,
boolean includeMvccVersion) |
public PrefixTreeEncoder checkOut(java.io.OutputStream outputStream, boolean includeMvccVersion)
checkOut in interface EncoderPoolpublic void checkIn(PrefixTreeEncoder encoder)
checkIn in interface EncoderPool