Class EntryIdAllocator


  • public final class EntryIdAllocator
    extends java.lang.Object
    EntryIdAllocator implements an allocator of entry identifiers (indices) for non-replaceable (non-transparent) buffers.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ru.ispras.fortress.data.types.bitvector.BitVector allocate​(MmuBuffer buffer, boolean peek, java.util.Set<ru.ispras.fortress.data.types.bitvector.BitVector> exclude)  
      void reset()  
      • Methods inherited from class java.lang.Object

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

      • allocate

        public ru.ispras.fortress.data.types.bitvector.BitVector allocate​(MmuBuffer buffer,
                                                                          boolean peek,
                                                                          java.util.Set<ru.ispras.fortress.data.types.bitvector.BitVector> exclude)
      • reset

        public void reset()