@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 EncoderPool
public void checkIn(PrefixTreeEncoder encoder)
checkIn
in interface EncoderPool
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.