Interface TransactionalIdSystem

    • Method Detail

      • isDirty

        boolean isDirty()
      • committedSlot

        Slot committedSlot​(int id)
      • currentSlot

        Slot currentSlot​(int id)
      • accumulateFreeSlots

        void accumulateFreeSlots​(FreespaceCommitter freespaceCommitter,
                                 boolean forFreespace)
      • rollback

        void rollback()
      • clear

        void clear()
      • isDeleted

        boolean isDeleted​(int id)
      • notifySlotUpdated

        void notifySlotUpdated​(int id,
                               Slot slot,
                               SlotChangeFactory slotChangeFactory)
      • notifySlotCreated

        void notifySlotCreated​(int id,
                               Slot slot,
                               SlotChangeFactory slotChangeFactory)
      • notifySlotDeleted

        void notifySlotDeleted​(int id,
                               SlotChangeFactory slotChangeFactory)
      • prefetchID

        int prefetchID()
      • prefetchedIDConsumed

        void prefetchedIDConsumed​(int id)
      • close

        void close()