public interface StorageObjectIdMarkQueue
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StorageObjectIdMarkQueue.Creator |
static class |
StorageObjectIdMarkQueue.Default |
| Modifier and Type | Method and 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() |
Copyright © 2022 MicroStream Software. All rights reserved.