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