| Interface | Description |
|---|---|
| IBigArray |
Append Only Big Array ADT
|
| IBigQueue |
Queue ADT
|
| IBigQueue.ItemIterator |
Item iterator interface
|
| IFanOutQueue |
FanOut queue ADT
|
| Class | Description |
|---|---|
| BigArrayImpl |
A big array implementation supporting sequential append and random read.
|
| BigQueueImpl |
A big, fast and persistent queue implementation.
|
| FanOutQueueImpl |
A big, fast and persistent queue implementation supporting fan out semantics.
|
Copyright © 2022. All rights reserved.