Class BookieProtoEncoding


  • public class BookieProtoEncoding
    extends java.lang.Object
    A class for encoding and decoding the Bookkeeper protocol.
    • Field Detail

      • SMALL_ENTRY_SIZE_THRESHOLD

        public static final int SMALL_ENTRY_SIZE_THRESHOLD
        Threshold under which an entry is considered to be "small". Small entries payloads are copied instead of being passed around as references.
        See Also:
        Constant Field Values
    • Constructor Detail

      • BookieProtoEncoding

        public BookieProtoEncoding()