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) Deprecated.This method of recovering state does not account for whether an event received by the DCP client was actually processed by the user's application.reactor.core.publisher.Mono<Void>Client.recoverState(StateFormat format, byte[] persistedState) Deprecated.This method of recovering state does not account for whether an event received by the DCP client was actually processed by the user's application. -
Uses of StateFormat in com.couchbase.client.dcp.state
Methods in com.couchbase.client.dcp.state that return StateFormatModifier and TypeMethodDescriptionstatic StateFormatDeprecated.Returns the enum constant of this class with the specified name.static StateFormat[]StateFormat.values()Deprecated.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) Deprecated.This method of recovering state does not account for whether an event received by the DCP client was actually processed by the user's application.