Class BookieProtocol.ParsedAddRequest

  • Enclosing interface:
    BookieProtocol

    public static class BookieProtocol.ParsedAddRequest
    extends BookieProtocol.Request
    This is similar to add request, but it used when processing the request on the bookie side.
    • Field Detail

      • data

        io.netty.buffer.ByteBuf data
    • Method Detail

      • create

        static BookieProtocol.ParsedAddRequest create​(byte protocolVersion,
                                                      long ledgerId,
                                                      long entryId,
                                                      short flags,
                                                      byte[] masterKey,
                                                      io.netty.buffer.ByteBuf data)
      • getData

        io.netty.buffer.ByteBuf getData()
      • isRecoveryAdd

        boolean isRecoveryAdd()
      • release

        void release()