Package | Description |
---|---|
org.corfudb.runtime.view | |
org.corfudb.runtime.view.stream |
Modifier and Type | Field and Description |
---|---|
static StreamOptions |
StreamOptions.DEFAULT |
Modifier and Type | Method and Description |
---|---|
StreamOptions |
StreamOptions.StreamOptionsBuilder.build() |
Modifier and Type | Method and Description |
---|---|
IStreamView |
StreamsView.get(UUID stream,
StreamOptions options)
Get a view on a stream.
|
abstract IStreamView |
Layout.ReplicationMode.getStreamView(CorfuRuntime r,
UUID streamId,
StreamOptions options) |
IStreamView |
StreamsView.getUnsafe(UUID stream,
StreamOptions options) |
abstract IStreamView |
Layout.ReplicationMode.getUnsafeStreamView(CorfuRuntime r,
UUID streamId,
StreamOptions options) |
Constructor and Description |
---|
AddressMapStreamView(CorfuRuntime runtime,
UUID streamId,
StreamOptions options)
Create a new address map stream view.
|
BackpointerStreamView(CorfuRuntime runtime,
UUID streamId,
StreamOptions options)
Create a new backpointer stream view.
|
ThreadSafeStreamView(CorfuRuntime runtime,
UUID streamId,
StreamOptions options) |
Copyright © 2019 CorfuDB. All rights reserved.