Class OperationBuckets.OperationBucket

  • Enclosing class:
    OperationBuckets

    class OperationBuckets.OperationBucket
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean free  
      private int index  
      private short sequenceNumber  
    • Constructor Summary

      Constructors 
      Constructor Description
      OperationBucket​(int index)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getIndex()  
      (package private) short getSequenceNumber()  
      • Methods inherited from class java.lang.Object

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

      • free

        private boolean free
      • index

        private final int index
      • sequenceNumber

        private short sequenceNumber
    • Constructor Detail

      • OperationBucket

        OperationBucket​(int index)
    • Method Detail

      • getIndex

        public int getIndex()
      • getSequenceNumber

        short getSequenceNumber()