Interface IdSystem

    • Method Detail

      • newId

        int newId()
      • committedSlot

        Slot committedSlot​(int id)
      • returnUnusedIds

        void returnUnusedIds​(Visitable<java.lang.Integer> visitable)
      • close

        void close()
      • completeInterruptedTransaction

        void completeInterruptedTransaction​(int transactionId1,
                                            int transactionId2)
      • traverseOwnSlots

        void traverseOwnSlots​(Procedure4<Pair<java.lang.Integer,​Slot>> block)