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 interface
StorageobjectIdMarkQueue.Creator
static class
StorageobjectIdMarkQueue.Default
-
Method Summary
Modifier and Type Method Description void
advanceTail(int amount)
void
enqueue(long objectId)
void
enqueueBulk(long[] objectIds, int size)
int
getNext(long[] buffer)
boolean
hasElements()
void
reset()
long
size()
-