Interface OffHeapStorageArea.Owner

All Known Implementing Classes:
OffHeapBufferHalfStorageEngine, OffHeapBufferStorageEngine, SerializableStorageEngine, StringStorageEngine
Enclosing class:
OffHeapStorageArea

public static interface OffHeapStorageArea.Owner
  • Method Details

    • evictAtAddress

      Collection<Long> evictAtAddress(long address, boolean shrink)
    • writeLock

      Lock writeLock()
    • isThief

      boolean isThief()
    • moved

      boolean moved(long shift, long pointer)
    • sizeOf

      int sizeOf(long shift)