| Package | Description |
|---|---|
| com.couchbase.client.dcp |
| Modifier and Type | Method and Description |
|---|---|
static StreamTo |
StreamTo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamTo[] |
StreamTo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<Void> |
Client.initializeState(StreamFrom from,
StreamTo to)
Initialize the
SessionState based on arbitrary time points. |
reactor.core.publisher.Mono<Void> |
Client.recoverOrInitializeState(StateFormat format,
byte[] persistedState,
StreamFrom from,
StreamTo to)
Recovers or initializes the
SessionState. |
Copyright © 2021 Couchbase, Inc.. All rights reserved.