Package one.microstream.storage.types
Interface StorageobjectIdMarkQueue
-
- All Known Implementing Classes:
StorageobjectIdMarkQueue.Default
public interface StorageobjectIdMarkQueue
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceStorageobjectIdMarkQueue.Creatorstatic classStorageobjectIdMarkQueue.Default
-
Method Summary
Modifier and Type Method Description voidadvanceTail(int amount)voidenqueue(long objectId)voidenqueueBulk(long[] objectIds, int size)intgetNext(long[] buffer)booleanhasElements()voidreset()longsize()
-