Interface GroupQueueStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>>
- All Superinterfaces:
NodeOps<PK,D>
- All Known Subinterfaces:
GroupQueueStorage<PK,D>,GroupQueueStorage.GroupQueueStorageNode<PK,D,F>,GroupQueueStorage.PhysicalGroupQueueStorageNode<PK,D,F>
- All Known Implementing Classes:
NoOpGroupQueueNode,PhysicalGroupQueueStorageCounterAdapter,PhysicalGroupQueueStorageSanitizationAdapter,PhysicalGroupQueueStorageTraceAdapter
public interface GroupQueueStorageReader<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK,D>> extends NodeOps<PK,D>
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringOP_peekstatic java.lang.StringOP_peekMultistatic java.lang.StringOP_peekUntilEmpty -
Method Summary
Modifier and Type Method Description default GroupQueueMessage<PK,D>peek()GroupQueueMessage<PK,D>peek(Config config)default java.util.List<GroupQueueMessage<PK,D>>peekMulti()java.util.List<GroupQueueMessage<PK,D>>peekMulti(Config config)default java.lang.Iterable<GroupQueueMessage<PK,D>>peekUntilEmpty()java.lang.Iterable<GroupQueueMessage<PK,D>>peekUntilEmpty(Config config)
-
Field Details
-
OP_peek
static final java.lang.String OP_peek- See Also:
- Constant Field Values
-
OP_peekMulti
static final java.lang.String OP_peekMulti- See Also:
- Constant Field Values
-
OP_peekUntilEmpty
static final java.lang.String OP_peekUntilEmpty- See Also:
- Constant Field Values
-
-
Method Details