Class WriteEntryProcessorV3

    • Constructor Detail

      • WriteEntryProcessorV3

        public WriteEntryProcessorV3​(org.apache.bookkeeper.proto.BookkeeperProtocol.Request request,
                                     io.netty.channel.Channel channel,
                                     BookieRequestProcessor requestProcessor)
    • Method Detail

      • safeRun

        public void safeRun()
      • toString

        public java.lang.String toString()
        this toString method filters out body and masterKey from the output. masterKey contains the password of the ledger and body is customer data, so it is not appropriate to have these in logs or system output.
        Overrides:
        toString in class PacketProcessorBaseV3