Class PerChannelBookieClient.CompletionKey

    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) org.apache.bookkeeper.proto.BookkeeperProtocol.OperationType operationType  
      (package private) long txnId  
    • Constructor Summary

      Constructors 
      Constructor Description
      CompletionKey​(long txnId, org.apache.bookkeeper.proto.BookkeeperProtocol.OperationType operationType)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void release()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • txnId

        final long txnId
      • operationType

        org.apache.bookkeeper.proto.BookkeeperProtocol.OperationType operationType
    • Constructor Detail

      • CompletionKey

        CompletionKey​(long txnId,
                      org.apache.bookkeeper.proto.BookkeeperProtocol.OperationType operationType)
    • Method Detail

      • release

        public void release()