Interface | Description |
---|---|
IStreamView |
This interface represents a view on a stream.
|
Class | Description |
---|---|
AbstractContextStreamView<T extends AbstractStreamContext> |
An abstract context stream view maintains contexts, which are used to
implement copy-on-write entries.
|
AbstractQueuedStreamView |
The abstract queued stream view implements a stream backed by a read queue.
|
AbstractStreamContext |
A data class which keeps data for each stream context.
|
AddressMapStreamView |
A view of a stream implemented with address maps.
|
BackpointerStreamView |
A view of a stream implemented with backpointers.
|
StreamAddressSpace |
This class represents the space of all addresses belonging to a stream.
|
StreamSpliterator |
A spliterator for streams, which supports limiting the
spliterator's scope to a maximum global address.
|
ThreadSafeStreamView |
A thread-safe implementation of IStreamView.
|
Enum | Description |
---|---|
AbstractQueuedStreamView.BackpointerOp | |
IStreamView.SearchDirection |
An enum representing search directions.
|
Copyright © 2019 CorfuDB. All rights reserved.