Uses of Enum Class
com.couchbase.client.dcp.state.StateFormat
Packages that use StateFormat
-
Uses of StateFormat in com.couchbase.client.dcp
Methods in com.couchbase.client.dcp with parameters of type StateFormatModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>Client.recoverOrInitializeState(StateFormat format, byte[] persistedState, StreamFrom from, StreamTo to) Recovers or initializes theSessionState.reactor.core.publisher.Mono<Void>Client.recoverState(StateFormat format, byte[] persistedState) Initializes theSessionStatefrom a previous snapshot with specific state information. -
Uses of StateFormat in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return StateFormatModifier and TypeMethodDescriptionstatic StateFormatReturns the enum constant of this class with the specified name.static StateFormat[]StateFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.couchbase.client.dcp.state with parameters of type StateFormatModifier and TypeMethodDescriptionbyte[]SessionState.export(StateFormat format) Export thePartitionStateinto the desired format.