Class IdSlotChanges


  • public class IdSlotChanges
    extends java.lang.Object
    • Method Detail

      • accumulateFreeSlots

        public final void accumulateFreeSlots​(FreespaceCommitter freespaceCommitter,
                                              boolean forFreespace,
                                              boolean traverseMutable)
      • clear

        public void clear()
      • rollback

        public void rollback()
      • isDeleted

        public boolean isDeleted​(int id)
      • findSlotChange

        public final SlotChange findSlotChange​(int id)
      • isDirty

        public boolean isDirty()
      • readSlotChanges

        public void readSlotChanges​(ByteArrayBuffer buffer)
      • addPrefetchedID

        public void addPrefetchedID​(int id)
      • prefetchedIDConsumed

        public void prefetchedIDConsumed​(int id)
      • notifySlotCreated

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

        public void notifySlotDeleted​(int id,
                                      SlotChangeFactory slotChangeFactory)