- calculate(long) - Method in class com.couchbase.client.dcp.core.time.Delay
-
Calculate a specific delay based on the attempt passed in.
- calculate(long) - Method in class com.couchbase.client.dcp.core.time.ExponentialDelay
-
- calculate(long) - Method in class com.couchbase.client.dcp.core.time.FixedDelay
-
- calculate(long) - Method in class com.couchbase.client.dcp.core.time.LinearDelay
-
- calculate() - Method in class com.couchbase.client.dcp.util.AdaptiveDelay
-
Returns the next delay in the backoff sequence.
- calculateAlternatePower(long) - Method in class com.couchbase.client.dcp.core.time.ExponentialDelay
-
- calculatePowerOfTwo(long) - Method in class com.couchbase.client.dcp.core.time.ExponentialDelay
-
- call(Callable<T>) - Method in class com.couchbase.client.dcp.metrics.ActionCounter
-
- capabilities() - Method in class com.couchbase.client.dcp.core.config.AbstractBucketConfig
-
- capabilities() - Method in interface com.couchbase.client.dcp.core.config.BucketConfig
-
Returns the bucket capabilities of this bucket config.
- cas(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpDeletionMessage
-
- cas(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpExpirationMessage
-
- cas(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpMutationMessage
-
- CAS_OFFSET - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- CbCollections - Class in com.couchbase.client.dcp.core.utils
-
- CertificateAuthenticator - Class in com.couchbase.client.dcp
-
Performs authentication through a client certificate instead of supplying username and password.
- challenge(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.SaslAuthResponse
-
Returns the server challenge.
- challengeResponse(ByteBuf, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.SaslAuthRequest
-
Sets the challenge response payload.
- challengeResponse(ByteBuf, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.SaslStepRequest
-
Sets the challenge response payload.
- channelActive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.buffer.PersistencePollingHandler
-
- channelActive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.transport.netty.AuthHandler
-
Once the channel is active, start the SASL auth negotiation.
- channelActive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.transport.netty.DcpConnectHandler
-
Assigns a name to the connection and starts the first connection step.
- channelActive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.transport.netty.DcpControlHandler
-
Once the channel becomes active, start negotiating the dcp control params.
- channelActive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.transport.netty.DcpMessageHandler
-
- ChannelFlowController - Interface in com.couchbase.client.dcp.transport.netty
-
- ChannelFlowControllerImpl - Class in com.couchbase.client.dcp.transport.netty
-
- ChannelFlowControllerImpl(Channel, Client.Environment) - Constructor for class com.couchbase.client.dcp.transport.netty.ChannelFlowControllerImpl
-
- channelForEventLoopGroup(EventLoopGroup) - Static method in enum com.couchbase.client.dcp.transport.netty.ChannelUtils
-
Helper method to detect the right channel for the given event loop group.
- channelIdle(ChannelHandlerContext, IdleStateEvent) - Method in class com.couchbase.client.dcp.transport.netty.ClientNoopHandler
-
- channelInactive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.buffer.PersistencePollingHandler
-
- channelInactive(ChannelHandlerContext) - Method in class com.couchbase.client.dcp.transport.netty.DcpMessageHandler
-
- channelMetrics(HostAndPort) - Method in class com.couchbase.client.dcp.metrics.DcpClientMetrics
-
- channelRead(ChannelHandlerContext, Object) - Method in class com.couchbase.client.dcp.transport.netty.DcpMessageHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.couchbase.client.dcp.transport.netty.AuthHandler
-
Every time we recieve a message as part of the negotiation process, handle
it according to the req/res process.
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.couchbase.client.dcp.transport.netty.BucketConfigHandler
-
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.couchbase.client.dcp.transport.netty.DcpConnectHandler
-
Once we get a response from the connect request, check if it is successful and complete/fail the connect
phase accordingly.
- channelRead0(ChannelHandlerContext, ByteBuf) - Method in class com.couchbase.client.dcp.transport.netty.DcpControlHandler
-
Since only one feature per req/res can be negotiated, repeat the process once a response comes
back until the iterator is complete or a non-success response status is received.
- ChannelUtils - Enum in com.couchbase.client.dcp.transport.netty
-
Various netty channel related utility methods.
- checkpoint(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpSnapshotMarkerRequest
-
- clear(int) - Method in class com.couchbase.client.dcp.buffer.StreamEventBuffer
-
Discard all buffered events in the given vbucket.
- Client - Class in com.couchbase.client.dcp
-
This
Client provides the main API to configure and use the DCP client.
- Client.Builder - Class in com.couchbase.client.dcp
-
Builder object to customize the
Client creation.
- Client.Environment - Class in com.couchbase.client.dcp
-
The
Client.Environment is responsible to carry various configuration and
state information throughout the lifecycle.
- CLIENT_COLLECTIONS_MANIFEST_AHEAD - Static variable in class com.couchbase.client.dcp.message.ResponseStatus
-
- ClientNoopHandler - Class in com.couchbase.client.dcp.transport.netty
-
Issues ordinary NOOP requests to the server when the DCP channel is idle.
- ClientNoopHandler(long, TimeUnit) - Constructor for class com.couchbase.client.dcp.transport.netty.ClientNoopHandler
-
- ClientVersion - Class in com.couchbase.client.dcp
-
- ClientVersion() - Constructor for class com.couchbase.client.dcp.ClientVersion
-
- clientVersion() - Static method in class com.couchbase.client.dcp.ClientVersion
-
- clock(Clock) - Method in class com.couchbase.client.dcp.metrics.ActionTimer.Builder
-
- close() - Method in class com.couchbase.client.dcp.Client
-
Disconnects the client.
- CLOSED - Static variable in class com.couchbase.client.dcp.message.StreamEndReason
-
- closeStream(int) - Method in class com.couchbase.client.dcp.conductor.DcpChannel
-
- clusterAt() - Method in class com.couchbase.client.dcp.Client.Environment
-
Lists the bootstrap nodes.
- CLUSTERMAP_CHANGE_NOTIFICATION_OPCODE - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- code() - Method in enum com.couchbase.client.dcp.message.DcpSystemEvent.Type
-
- code() - Method in enum com.couchbase.client.dcp.message.HelloFeature
-
- code() - Method in class com.couchbase.client.dcp.message.ResponseStatus
-
- CollectionCreated - Class in com.couchbase.client.dcp.highlevel
-
- CollectionCreated(int, long, int, ByteBuf) - Constructor for class com.couchbase.client.dcp.highlevel.CollectionCreated
-
- CollectionDropped - Class in com.couchbase.client.dcp.highlevel
-
- CollectionDropped(int, long, int, ByteBuf) - Constructor for class com.couchbase.client.dcp.highlevel.CollectionDropped
-
- CollectionFlushed - Class in com.couchbase.client.dcp.highlevel
-
- CollectionFlushed(int, long, int, ByteBuf) - Constructor for class com.couchbase.client.dcp.highlevel.CollectionFlushed
-
- collectionId() - Method in class com.couchbase.client.dcp.highlevel.internal.CollectionIdAndKey
-
- CollectionIdAndKey - Class in com.couchbase.client.dcp.highlevel.internal
-
- CollectionIdAndKey(long, String) - Constructor for class com.couchbase.client.dcp.highlevel.internal.CollectionIdAndKey
-
- collectionIds(Collection<Long>) - Method in class com.couchbase.client.dcp.Client.Builder
-
Configures the client to stream only from the collections identified by the given IDs.
- collectionIds(long...) - Method in class com.couchbase.client.dcp.Client.Builder
-
Configures the client to stream only from the collections identified by the given IDs.
- collectionIds() - Method in class com.couchbase.client.dcp.Client.Environment
-
Collection IDs to filter on, or empty for all collections.
- CollectionInfo(CollectionsManifest.ScopeInfo, long, String, Long) - Constructor for class com.couchbase.client.dcp.highlevel.internal.CollectionsManifest.CollectionInfo
-
- collectionNames(Collection<String>) - Method in class com.couchbase.client.dcp.Client.Builder
-
- collectionNames(String...) - Method in class com.couchbase.client.dcp.Client.Builder
-
- collectionNames() - Method in class com.couchbase.client.dcp.Client.Environment
-
Collection names to filter on, or empty for all collections.
- COLLECTIONS - Static variable in interface com.couchbase.client.dcp.highlevel.internal.KeyExtractor
-
- COLLECTIONS_MANIFEST_NOT_APPLIED - Static variable in class com.couchbase.client.dcp.message.ResponseStatus
-
- collectionsAware(boolean) - Method in class com.couchbase.client.dcp.Client.Builder
-
Controls whether the client operates in collections-aware mode (defaults to false).
- collectionsAware() - Method in class com.couchbase.client.dcp.Client.Environment
-
Whether the client should operate in collections-aware mode
- CollectionsManifest - Class in com.couchbase.client.dcp.highlevel.internal
-
A collections manifest optimized for lookups by collection ID,
and for evolution via DCP system events.
- CollectionsManifest.CollectionInfo - Class in com.couchbase.client.dcp.highlevel.internal
-
- CollectionsManifest.ScopeInfo - Class in com.couchbase.client.dcp.highlevel.internal
-
- com.couchbase.client.dcp - package com.couchbase.client.dcp
-
- com.couchbase.client.dcp.buffer - package com.couchbase.client.dcp.buffer
-
- com.couchbase.client.dcp.conductor - package com.couchbase.client.dcp.conductor
-
- com.couchbase.client.dcp.config - package com.couchbase.client.dcp.config
-
- com.couchbase.client.dcp.core - package com.couchbase.client.dcp.core
-
These are the bits of core-io 1.x that the DCP client depends on.
- com.couchbase.client.dcp.core.config - package com.couchbase.client.dcp.core.config
-
- com.couchbase.client.dcp.core.config.parser - package com.couchbase.client.dcp.core.config.parser
-
- com.couchbase.client.dcp.core.endpoint - package com.couchbase.client.dcp.core.endpoint
-
- com.couchbase.client.dcp.core.endpoint.kv - package com.couchbase.client.dcp.core.endpoint.kv
-
- com.couchbase.client.dcp.core.env - package com.couchbase.client.dcp.core.env
-
- com.couchbase.client.dcp.core.env.resources - package com.couchbase.client.dcp.core.env.resources
-
- com.couchbase.client.dcp.core.event - package com.couchbase.client.dcp.core.event
-
- com.couchbase.client.dcp.core.lang - package com.couchbase.client.dcp.core.lang
-
- com.couchbase.client.dcp.core.logging - package com.couchbase.client.dcp.core.logging
-
- com.couchbase.client.dcp.core.node - package com.couchbase.client.dcp.core.node
-
- com.couchbase.client.dcp.core.security.sasl - package com.couchbase.client.dcp.core.security.sasl
-
- com.couchbase.client.dcp.core.service - package com.couchbase.client.dcp.core.service
-
- com.couchbase.client.dcp.core.state - package com.couchbase.client.dcp.core.state
-
- com.couchbase.client.dcp.core.time - package com.couchbase.client.dcp.core.time
-
- com.couchbase.client.dcp.core.utils - package com.couchbase.client.dcp.core.utils
-
- com.couchbase.client.dcp.error - package com.couchbase.client.dcp.error
-
- com.couchbase.client.dcp.events - package com.couchbase.client.dcp.events
-
- com.couchbase.client.dcp.highlevel - package com.couchbase.client.dcp.highlevel
-
- com.couchbase.client.dcp.highlevel.internal - package com.couchbase.client.dcp.highlevel.internal
-
- com.couchbase.client.dcp.message - package com.couchbase.client.dcp.message
-
- com.couchbase.client.dcp.metrics - package com.couchbase.client.dcp.metrics
-
- com.couchbase.client.dcp.state - package com.couchbase.client.dcp.state
-
- com.couchbase.client.dcp.state.json - package com.couchbase.client.dcp.state.json
-
- com.couchbase.client.dcp.transport.netty - package com.couchbase.client.dcp.transport.netty
-
- com.couchbase.client.dcp.util - package com.couchbase.client.dcp.util
-
- compareLong(long, long) - Static method in class com.couchbase.client.dcp.util.MathUtils
-
- compareTo(BucketConfigRevision) - Method in class com.couchbase.client.dcp.core.config.BucketConfigRevision
-
- compareTo(Version) - Method in class com.couchbase.client.dcp.util.Version
-
- compareUnsignedLong(long, long) - Static method in class com.couchbase.client.dcp.util.MathUtils
-
- compression(CompressionMode) - Method in class com.couchbase.client.dcp.Client.Builder
-
Sets the compression mode for message values sent by Couchbase Server.
- compression(CompressionMode) - Method in class com.couchbase.client.dcp.config.DcpControl
-
Set the compression mode to use.
- compression(Version) - Method in class com.couchbase.client.dcp.config.DcpControl
-
Returns the requested compression mode, or the fallback mode if the
server does not support the requested mode.
- CompressionMode - Enum in com.couchbase.client.dcp.config
-
- Conductor - Class in com.couchbase.client.dcp.conductor
-
- Conductor(Client.Environment, DcpClientMetrics) - Constructor for class com.couchbase.client.dcp.conductor.Conductor
-
- configRefreshInterval(Duration) - Method in class com.couchbase.client.dcp.Client.Builder
-
When connecting to versions of Couchbase Server older than 5.5,
the DCP client polls the server for cluster topology config changes
at the specified interval.
- configRefreshInterval() - Method in class com.couchbase.client.dcp.Client.Environment
-
Polling interval when server does not support clustermap change notifications.
- configs() - Method in class com.couchbase.client.dcp.conductor.BucketConfigArbiter
-
- configs() - Method in interface com.couchbase.client.dcp.conductor.BucketConfigSource
-
- ConfigurationException - Exception in com.couchbase.client.dcp.core.config
-
- ConfigurationException() - Constructor for exception com.couchbase.client.dcp.core.config.ConfigurationException
-
- ConfigurationException(String) - Constructor for exception com.couchbase.client.dcp.core.config.ConfigurationException
-
- ConfigurationException(String, Throwable) - Constructor for exception com.couchbase.client.dcp.core.config.ConfigurationException
-
- ConfigurationException(Throwable) - Constructor for exception com.couchbase.client.dcp.core.config.ConfigurationException
-
- configure() - Static method in class com.couchbase.client.dcp.Client
-
- connect() - Method in class com.couchbase.client.dcp.Client
-
Initializes the underlying connections (not the streams) and sets up everything as needed.
- connect() - Method in class com.couchbase.client.dcp.conductor.Conductor
-
- connect() - Method in class com.couchbase.client.dcp.conductor.DcpChannel
-
- connect(ChannelHandlerContext, SocketAddress, SocketAddress, ChannelPromise) - Method in class com.couchbase.client.dcp.transport.netty.HandshakeTimeoutHandler
-
- connectionFlags() - Method in class com.couchbase.client.dcp.Client.Environment
-
Returns the flags to use when opening a DCP connection.
- connectionName(ByteBuf, String) - Static method in enum com.couchbase.client.dcp.message.DcpOpenConnectionRequest
-
Set the connection name on the buffer.
- connectionName(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpOpenConnectionRequest
-
Returns the connection name (a slice out of the original buffer).
- connectionNameGenerator(ConnectionNameGenerator) - Method in class com.couchbase.client.dcp.Client.Builder
-
If specific names for DCP connections should be generated, a custom one can be provided.
- connectionNameGenerator() - Method in class com.couchbase.client.dcp.Client.Environment
-
Returns the name generator used to identify DCP sockets.
- ConnectionNameGenerator - Interface in com.couchbase.client.dcp
-
A generic interface which determines the name for a DCP connection.
- connectionString(String) - Method in class com.couchbase.client.dcp.Client.Builder
-
Connection string to bootstrap with.
- ConnectionString - Class in com.couchbase.client.dcp.core.utils
-
- ConnectionString(String) - Constructor for class com.couchbase.client.dcp.core.utils.ConnectionString
-
- ConnectionString.Scheme - Enum in com.couchbase.client.dcp.core.utils
-
- ConnectionString.UnresolvedSocket - Class in com.couchbase.client.dcp.core.utils
-
- contains(int, DataType) - Static method in enum com.couchbase.client.dcp.message.DataType
-
- content() - Method in class com.couchbase.client.dcp.message.ContentAndXattrs
-
- content(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpMutationMessage
-
- ContentAndXattrs - Class in com.couchbase.client.dcp.message
-
- ContentAndXattrs(byte[], Map<String, String>) - Constructor for class com.couchbase.client.dcp.message.ContentAndXattrs
-
- contentBytes(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpMutationMessage
-
- controlEventHandler(ControlEventHandler) - Method in class com.couchbase.client.dcp.Client
-
- controlEventHandler() - Method in class com.couchbase.client.dcp.Client.Environment
-
Returns the current attached control event handler.
- ControlEventHandler - Interface in com.couchbase.client.dcp
-
- controlParam(DcpControl.Names, Object) - Method in class com.couchbase.client.dcp.Client.Builder
-
Set all kinds of DCP control params - check their description for more information.
- copyToUnmodifiableList(Collection<T>) - Static method in class com.couchbase.client.dcp.core.utils.CbCollections
-
Returns a new unmodifiable list with the same contents as the given collection.
- copyToUnmodifiableSet(Collection<T>) - Static method in class com.couchbase.client.dcp.core.utils.CbCollections
-
Returns a new unmodifiable set with the same contents as the given collection.
- CouchbaseBucketConfig - Interface in com.couchbase.client.dcp.core.config
-
A configuration representing the couchbase bucket.
- CouchbaseEvent - Interface in com.couchbase.client.dcp.core.event
-
Defines the generic couchbase event pushed through the event bus.
- CouchbaseException - Exception in com.couchbase.client.dcp.core
-
Common parent exception to build a proper exception hierarchy inside the driver.
- CouchbaseException() - Constructor for exception com.couchbase.client.dcp.core.CouchbaseException
-
- CouchbaseException(String) - Constructor for exception com.couchbase.client.dcp.core.CouchbaseException
-
- CouchbaseException(String, Throwable) - Constructor for exception com.couchbase.client.dcp.core.CouchbaseException
-
- CouchbaseException(Throwable) - Constructor for exception com.couchbase.client.dcp.core.CouchbaseException
-
- CouchbasePartitionInfo - Class in com.couchbase.client.dcp.core.config
-
Represents the partition information for a bucket.
- create(T1, T2) - Static method in class com.couchbase.client.dcp.core.lang.Tuple
-
Creates a tuple with two values.
- create(String) - Static method in class com.couchbase.client.dcp.core.utils.ConnectionString
-
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Static method in class com.couchbase.client.dcp.core.security.sasl.Sasl
-
Creates a new
SaslClient and first tries the JVM built in clients before falling back
to our custom implementations.
- createSaslClient(String[], String, String, String, Map<String, ?>, CallbackHandler) - Method in class com.couchbase.client.dcp.core.security.sasl.ShaSaslClientFactory
-
- credentials(String, String) - Method in class com.couchbase.client.dcp.Client.Builder
-
- Credentials - Class in com.couchbase.client.dcp
-
- Credentials(String, String) - Constructor for class com.couchbase.client.dcp.Credentials
-
- credentialsProvider(CredentialsProvider) - Method in class com.couchbase.client.dcp.Client.Builder
-
- CredentialsProvider - Interface in com.couchbase.client.dcp
-
- CURRENT_VERSION - Static variable in class com.couchbase.client.dcp.state.SessionState
-
The current version format used on export, respected on import to aid backwards compatibility.
- Sasl - Class in com.couchbase.client.dcp.core.security.sasl
-
A wrapper for
Sasl which first tries the mechanisms that are supported
out of the box and then tries our extended range (provided by
ShaSaslClient.
- Sasl() - Constructor for class com.couchbase.client.dcp.core.security.sasl.Sasl
-
- SASL_AUTH_OPCODE - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- SASL_LIST_MECHS_OPCODE - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- SASL_STEP_OPCODE - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- SaslAuthRequest - Enum in com.couchbase.client.dcp.message
-
- SaslAuthResponse - Enum in com.couchbase.client.dcp.message
-
- SaslListMechsRequest - Enum in com.couchbase.client.dcp.message
-
- SaslListMechsResponse - Enum in com.couchbase.client.dcp.message
-
- SaslStepRequest - Enum in com.couchbase.client.dcp.message
-
- SaslStepResponse - Enum in com.couchbase.client.dcp.message
-
- scheduledPollingTasks() - Method in class com.couchbase.client.dcp.metrics.DcpClientMetrics
-
- scheme() - Method in class com.couchbase.client.dcp.core.utils.ConnectionString
-
- scope() - Method in class com.couchbase.client.dcp.highlevel.internal.CollectionsManifest.CollectionInfo
-
- ScopeCreated - Class in com.couchbase.client.dcp.highlevel
-
- ScopeCreated(int, long, int, ByteBuf) - Constructor for class com.couchbase.client.dcp.highlevel.ScopeCreated
-
- ScopeDropped - Class in com.couchbase.client.dcp.highlevel
-
- ScopeDropped(int, long, int, ByteBuf) - Constructor for class com.couchbase.client.dcp.highlevel.ScopeDropped
-
- scopeId(long) - Method in class com.couchbase.client.dcp.Client.Builder
-
Configures the client to stream only from the scope identified by the given ID.
- scopeId() - Method in class com.couchbase.client.dcp.Client.Environment
-
Scope to filter on, or empty to filter by collection IDs.
- ScopeInfo(long, String) - Constructor for class com.couchbase.client.dcp.highlevel.internal.CollectionsManifest.ScopeInfo
-
- scopeName(String) - Method in class com.couchbase.client.dcp.Client.Builder
-
Configures the client to stream only from the scope identified by the given ID.
- scopeName() - Method in class com.couchbase.client.dcp.Client.Environment
-
Scope to filter on, or empty to filter by collection IDs.
- securityConfig(SecurityConfig) - Method in class com.couchbase.client.dcp.Client.Builder
-
Sets the TLS configutation options
- securityConfig(SecurityConfig.Builder) - Method in class com.couchbase.client.dcp.Client.Builder
-
Sets the TLS configutation options (from a builder, for convenience)
- securityConfig() - Method in class com.couchbase.client.dcp.Client.Environment
-
Returns the TLS configuration
- SecurityConfig - Class in com.couchbase.client.dcp
-
TLS options.
- SecurityConfig.Builder - Class in com.couchbase.client.dcp
-
This builder allows to customize the default security configuration.
- seedNodes(Collection<String>) - Method in class com.couchbase.client.dcp.Client.Builder
-
Sets the addresses of the Couchbase Server nodes to bootstrap against.
- seedNodes(String...) - Method in class com.couchbase.client.dcp.Client.Builder
-
Sets the addresses of the Couchbase Server nodes to bootstrap against.
- SELECT_BUCKET_OPCODE - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- sendRequest(ByteBuf) - Method in interface com.couchbase.client.dcp.buffer.DcpRequestDispatcher
-
Assigns a value to the request's opaque field and writes
the message to the channel.
- sendRequest(ByteBuf) - Method in class com.couchbase.client.dcp.conductor.DcpChannel
-
- sendRequest(ByteBuf) - Method in class com.couchbase.client.dcp.transport.netty.DcpMessageHandler
-
- seqno() - Method in class com.couchbase.client.dcp.message.PartitionAndSeqno
-
- seqno(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.RollbackMessage
-
- SeqnoAdvanced - Class in com.couchbase.client.dcp.highlevel
-
Think of this as a document change event without a document.
- SeqnoAdvanced(int, StreamOffset) - Constructor for class com.couchbase.client.dcp.highlevel.SeqnoAdvanced
-
- seqnoEntry(ByteBuf, int) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogResponse
-
- serialize(SessionState, JsonGenerator, SerializerProvider) - Method in class com.couchbase.client.dcp.state.json.SessionStateSerializer
-
- ServerRequest - Class in com.couchbase.client.dcp.message
-
Utils for handling server-initiated requests when DUPLEX mode is active
- serviceEnabled(ServiceType) - Method in class com.couchbase.client.dcp.core.config.AbstractBucketConfig
-
- serviceEnabled(ServiceType) - Method in interface com.couchbase.client.dcp.core.config.BucketConfig
-
Check if the service is enabled on the bucket.
- services() - Method in interface com.couchbase.client.dcp.core.config.AlternateAddress
-
The exposed non-ssl services.
- services() - Method in class com.couchbase.client.dcp.core.config.DefaultAlternateAddress
-
- services() - Method in class com.couchbase.client.dcp.core.config.DefaultNodeInfo
-
- services() - Method in interface com.couchbase.client.dcp.core.config.NodeInfo
-
The exposed non-ssl services.
- ServiceType - Enum in com.couchbase.client.dcp.core.service
-
Represents the different
ServiceTypes and how they map onto buckets.
- sessionState() - Method in class com.couchbase.client.dcp.Client
-
Returns the current
SessionState, useful for persistence and inspection.
- sessionState() - Method in class com.couchbase.client.dcp.conductor.Conductor
-
- SessionState - Class in com.couchbase.client.dcp.state
-
Holds the state information for the current session (all partitions involved).
- SessionState() - Constructor for class com.couchbase.client.dcp.state.SessionState
-
Initializes with an empty partition state for 1024 partitions.
- SessionStateDeserializer - Class in com.couchbase.client.dcp.state.json
-
- SessionStateDeserializer() - Constructor for class com.couchbase.client.dcp.state.json.SessionStateDeserializer
-
- SessionStateSerializer - Class in com.couchbase.client.dcp.state.json
-
- SessionStateSerializer() - Constructor for class com.couchbase.client.dcp.state.json.SessionStateSerializer
-
- set(RedactionLevel) - Static method in enum com.couchbase.client.dcp.core.logging.RedactionLevel
-
- set(int, PartitionState) - Method in class com.couchbase.client.dcp.state.SessionState
-
Accessor to set/override the current partition state, only use this if really needed.
- set(int, boolean) - Method in class com.couchbase.client.dcp.util.AtomicBooleanArray
-
- setCollectionsManifest(CollectionsManifest) - Method in class com.couchbase.client.dcp.state.PartitionState
-
- setCollectionsManifestUid(long) - Method in class com.couchbase.client.dcp.state.PartitionState
-
- setContent(ByteBuf, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
Sets the content payload of the buffer, updating the content length as well.
- setContent(byte[], ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
- setControlEventHandler(ControlEventHandler) - Method in class com.couchbase.client.dcp.buffer.StreamEventBuffer
-
- setControlEventHandler(ControlEventHandler) - Method in class com.couchbase.client.dcp.Client.Environment
-
Set/Override the control event handler.
- setDataEventHandler(DataEventHandler) - Method in class com.couchbase.client.dcp.buffer.StreamEventBuffer
-
- setDataEventHandler(DataEventHandler) - Method in class com.couchbase.client.dcp.Client.Environment
-
Set/Override the data event handler.
- setDataType(byte, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
- setEndSeqno(long) - Method in class com.couchbase.client.dcp.state.PartitionState
-
Allows to set the current end sequence number.
- setExtras(ByteBuf, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
- setFailoverLog(List<FailoverLogEntry>) - Method in class com.couchbase.client.dcp.state.PartitionState
-
Sets the failover log.
- setFromJson(byte[]) - Method in class com.couchbase.client.dcp.state.SessionState
-
Recovers the session state from persisted JSON.
- setKey(String, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
Helper method to set the key, update the key length and the content length.
- setKeyExtractor(KeyExtractor) - Method in class com.couchbase.client.dcp.state.PartitionState
-
- setOf(T...) - Static method in class com.couchbase.client.dcp.core.utils.CbCollections
-
Returns an unmodifiable set containing the given items.
- setOpaque(int, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
- setSnapshot(SnapshotMarker) - Method in class com.couchbase.client.dcp.state.PartitionState
-
- setSnapshotEndSeqno(long) - Method in class com.couchbase.client.dcp.state.PartitionState
-
- setSnapshotStartSeqno(long) - Method in class com.couchbase.client.dcp.state.PartitionState
-
- setStartSeqno(long) - Method in class com.couchbase.client.dcp.state.PartitionState
-
Allows to set the current start sequence number.
- setSystemEventHandler(SystemEventHandler) - Method in class com.couchbase.client.dcp.Client.Environment
-
Set/Override the control event handler.
- setToBeginningWithNoEnd(int) - Method in class com.couchbase.client.dcp.state.SessionState
-
Initializes all partition states to start at the beginning (0) with no end.
- setVbucket(int, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
- ShaSaslClient - Class in com.couchbase.client.dcp.core.security.sasl
-
Implementation of a SCRAM-SHA512, SCRAM-SHA256 and SCRAM-SHA1 enabled
SaslClient.
- ShaSaslClient(CallbackHandler, int) - Constructor for class com.couchbase.client.dcp.core.security.sasl.ShaSaslClient
-
- ShaSaslClientFactory - Class in com.couchbase.client.dcp.core.security.sasl
-
The
SaslClientFactory supporting SCRAM-SHA512, SCRAM-SHA256 and SCRAM-SHA1
authentication methods.
- ShaSaslClientFactory() - Constructor for class com.couchbase.client.dcp.core.security.sasl.ShaSaslClientFactory
-
- shutdown() - Method in class com.couchbase.client.dcp.Client.Environment
-
Shut down this stateful environment.
- shutdown() - Method in class com.couchbase.client.dcp.core.env.resources.NoOpShutdownHook
-
- shutdown() - Method in interface com.couchbase.client.dcp.core.env.resources.ShutdownHook
-
- ShutdownHook - Interface in com.couchbase.client.dcp.core.env.resources
-
Interface to describe shutdown behavior for a resource that
can be asynchronously shut down.
- shutdownNow() - Method in class com.couchbase.client.dcp.highlevel.internal.AsyncEventDispatcher
-
Interrupts the listener and starts terminating the dispatch thread.
- shutdownNow() - Method in interface com.couchbase.client.dcp.highlevel.internal.EventDispatcher
-
- shutdownNow() - Method in class com.couchbase.client.dcp.highlevel.internal.ImmediateEventDispatcher
-
- SimpleThreadFactory - Class in com.couchbase.client.dcp.highlevel.internal
-
- SimpleThreadFactory(String, Consumer<Thread>) - Constructor for class com.couchbase.client.dcp.highlevel.internal.SimpleThreadFactory
-
- skip(ByteBuf) - Static method in class com.couchbase.client.dcp.core.utils.UnsignedLEB128
-
Advances the buffer's reader index past the unsigned LEB128 value at the reader index.
- SnapshotDetails - Class in com.couchbase.client.dcp.highlevel
-
- SnapshotDetails(int, int, SnapshotMarker) - Constructor for class com.couchbase.client.dcp.highlevel.SnapshotDetails
-
- snapshotEndSeqno(ByteBuf, long) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
- SnapshotMarker - Class in com.couchbase.client.dcp.highlevel
-
- SnapshotMarker(long, long) - Constructor for class com.couchbase.client.dcp.highlevel.SnapshotMarker
-
- SnapshotMarkerFlags - Enum in com.couchbase.client.dcp.message
-
Flags, used in snapshot messages.
- snapshotStartSeqno(ByteBuf, long) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
- socketConnectTimeout(long) - Method in class com.couchbase.client.dcp.Client.Builder
-
Sets a custom socket connect timeout.
- socketConnectTimeout() - Method in class com.couchbase.client.dcp.Client.Environment
-
Socket connect timeout in milliseconds.
- SSLException - Exception in com.couchbase.client.dcp.core.endpoint
-
- SSLException() - Constructor for exception com.couchbase.client.dcp.core.endpoint.SSLException
-
- SSLException(String) - Constructor for exception com.couchbase.client.dcp.core.endpoint.SSLException
-
- SSLException(String, Throwable) - Constructor for exception com.couchbase.client.dcp.core.endpoint.SSLException
-
- SSLException(Throwable) - Constructor for exception com.couchbase.client.dcp.core.endpoint.SSLException
-
- SslHandlerFactory - Class in com.couchbase.client.dcp.transport.netty
-
This factory creates SslHandler based on a given configuration.
- sslPorts() - Method in class com.couchbase.client.dcp.core.config.DefaultPortInfo
-
- sslPorts() - Method in interface com.couchbase.client.dcp.core.config.PortInfo
-
- sslServices() - Method in interface com.couchbase.client.dcp.core.config.AlternateAddress
-
The exposed ssl services.
- sslServices() - Method in class com.couchbase.client.dcp.core.config.DefaultAlternateAddress
-
- sslServices() - Method in class com.couchbase.client.dcp.core.config.DefaultNodeInfo
-
- sslServices() - Method in interface com.couchbase.client.dcp.core.config.NodeInfo
-
The exposed ssl services.
- STALE_AUTH_CONTEXT - Static variable in class com.couchbase.client.dcp.message.ResponseStatus
-
- startSeqno(ByteBuf, long) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
- startSeqno(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpSnapshotMarkerRequest
-
- startStreamForPartition(int, StreamOffset, long) - Method in class com.couchbase.client.dcp.conductor.Conductor
-
- startStreaming(Short...) - Method in class com.couchbase.client.dcp.Client
-
- startStreaming() - Method in class com.couchbase.client.dcp.Client
-
Start streaming for all partitions.
- startStreaming(Collection<Integer>) - Method in class com.couchbase.client.dcp.Client
-
Start DCP streams based on the initialized state for the given partition IDs (vbids).
- state() - Method in class com.couchbase.client.dcp.core.state.AbstractStateMachine
-
- state() - Method in interface com.couchbase.client.dcp.core.state.Stateful
-
Returns the current state.
- state(ByteBuf, DcpSetVbucketStateMessage.State) - Static method in enum com.couchbase.client.dcp.message.DcpSetVbucketStateMessage
-
- state(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpSetVbucketStateMessage
-
- STATE_CHANGED - Static variable in class com.couchbase.client.dcp.message.StreamEndReason
-
- StateFormat - Enum in com.couchbase.client.dcp.state
-
Defines the support import/export formats for a
SessionState.
- Stateful<S extends Enum> - Interface in com.couchbase.client.dcp.core.state
-
A stateful component that changes its state and notifies subscribed parties.
- StaticCredentialsProvider - Class in com.couchbase.client.dcp
-
- StaticCredentialsProvider(String, String) - Constructor for class com.couchbase.client.dcp.StaticCredentialsProvider
-
- status() - Method in class com.couchbase.client.dcp.transport.netty.DcpResponse
-
- stop() - Method in class com.couchbase.client.dcp.conductor.Conductor
-
- stopStreamForPartition(int) - Method in class com.couchbase.client.dcp.conductor.Conductor
-
- stopStreaming(Short...) - Method in class com.couchbase.client.dcp.Client
-
- stopStreaming(Collection<Integer>) - Method in class com.couchbase.client.dcp.Client
-
Stop DCP streams for the given partition IDs (vbids).
- StreamEnd - Class in com.couchbase.client.dcp.highlevel
-
- StreamEnd(int, StreamEndReason) - Constructor for class com.couchbase.client.dcp.highlevel.StreamEnd
-
- StreamEndEvent - Class in com.couchbase.client.dcp.events
-
Event published when stream has stopped activity.
- StreamEndEvent(int, StreamEndReason) - Constructor for class com.couchbase.client.dcp.events.StreamEndEvent
-
- StreamEndReason - Class in com.couchbase.client.dcp.message
-
Code describing why producer decided to close the stream.
- StreamEventBuffer - Class in com.couchbase.client.dcp.buffer
-
When rollback mitigation / persistence polling is enabled, the stream event buffer
intercepts stream events and stores them until being notified that persistence is observed.
- StreamEventBuffer(EventBus) - Constructor for class com.couchbase.client.dcp.buffer.StreamEventBuffer
-
- streamEventBuffer() - Method in class com.couchbase.client.dcp.Client.Environment
-
Returns the stream event buffer used for rollback mitigation.
- StreamFailure - Class in com.couchbase.client.dcp.highlevel
-
- StreamFailure(int, Throwable) - Constructor for class com.couchbase.client.dcp.highlevel.StreamFailure
-
- StreamFlags - Enum in com.couchbase.client.dcp.message
-
Flags, that could be used when initiating new vBucket stream.
- StreamFrom - Enum in com.couchbase.client.dcp
-
From which point in time to start the DCP stream.
- streamingUri() - Method in class com.couchbase.client.dcp.core.config.AbstractBucketConfig
-
- streamingUri() - Method in interface com.couchbase.client.dcp.core.config.BucketConfig
-
The HTTP Streaming URI for this bucket.
- streamIsOpen(int) - Method in class com.couchbase.client.dcp.Client
-
Returns true if the stream for the given partition id is currently open.
- streamIsOpen(int) - Method in class com.couchbase.client.dcp.conductor.Conductor
-
- streamIsOpen(int) - Method in class com.couchbase.client.dcp.conductor.DcpChannel
-
- StreamOffset - Class in com.couchbase.client.dcp.highlevel
-
Position in a DCP stream for a particular vbucket.
- StreamOffset(long, long, SnapshotMarker, long) - Constructor for class com.couchbase.client.dcp.highlevel.StreamOffset
-
- StreamTo - Enum in com.couchbase.client.dcp
-
Up to which point the DCP stream should run.
- strictVbucketUuid(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpAddStreamRequest
-
- strictVbucketUuid(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
- success() - Method in class com.couchbase.client.dcp.metrics.ActionCounter
-
Increments the "success" count.
- success(long, TimeUnit) - Method in class com.couchbase.client.dcp.metrics.ActionTimer
-
Increments the "success" count.
- successLogLevel(LogLevel) - Method in class com.couchbase.client.dcp.metrics.ActionCounter.Builder
-
- successLogLevel(LogLevel) - Method in class com.couchbase.client.dcp.metrics.ActionTimer.Builder
-
- supportedMechs(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.SaslListMechsResponse
-
Extracts the supported SASL mechanisms as a string array.
- swap() - Method in class com.couchbase.client.dcp.core.lang.Tuple2
-
Create a new
Tuple2 where the two values are swapped.
- symbolicName() - Method in class com.couchbase.client.dcp.message.ResponseStatus
-
- SYNCHRONOUS_WRITE_AMBIGUOUS - Static variable in class com.couchbase.client.dcp.message.ResponseStatus
-
- SYNCHRONOUS_WRITE_IN_PROGRESS - Static variable in class com.couchbase.client.dcp.message.ResponseStatus
-
- system(Object) - Static method in class com.couchbase.client.dcp.core.logging.RedactableArgument
-
A redactable argument of system data.
- systemEventHandler(SystemEventHandler) - Method in class com.couchbase.client.dcp.Client
-
- SystemEventHandler - Interface in com.couchbase.client.dcp
-
- value() - Method in enum com.couchbase.client.dcp.config.DcpControl.Names
-
- value(ByteBuf, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpControlRequest
-
- value(ByteBuf, ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpControlResponse
-
- value() - Method in enum com.couchbase.client.dcp.message.OpenConnectionFlag
-
- value() - Method in enum com.couchbase.client.dcp.message.SnapshotMarkerFlags
-
- value() - Method in class com.couchbase.client.dcp.message.StreamEndReason
-
- value() - Method in enum com.couchbase.client.dcp.message.StreamFlags
-
- value() - Method in enum com.couchbase.client.dcp.message.VbucketState
-
- value1() - Method in class com.couchbase.client.dcp.core.lang.Tuple2
-
Get the first value.
- value2() - Method in class com.couchbase.client.dcp.core.lang.Tuple2
-
Get the second value.
- VALUE_TOO_LARGE - Static variable in class com.couchbase.client.dcp.message.ResponseStatus
-
- valueOf(String) - Static method in enum com.couchbase.client.dcp.config.CompressionMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.config.DcpControl.Names
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.config.BucketCapabilities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.config.BucketNodeLocator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.config.BucketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in class com.couchbase.client.dcp.core.env.NetworkResolution
-
Provide a network resolution option which is not covered by the statics defined
in this class.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.event.EventType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.logging.RedactableArgument.ArgumentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.logging.RedactionLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.service.BucketServiceMapping
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.service.ServiceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.state.LifecycleState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.core.utils.ConnectionString.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.highlevel.FlowControlMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.BucketSelectRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpAddStreamRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpAddStreamResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpBufferAckRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpCloseStreamRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpCloseStreamResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpControlRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpControlResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpDeletionMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpExpirationMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpFlushRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpGetPartitionSeqnosRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpGetPartitionSeqnosResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpMutationMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpNoopRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpNoopResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpOpenConnectionRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpOpenConnectionResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpSetVbucketStateMessage.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpSetVbucketStateMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpSnapshotMarkerRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpSnapshotMarkerResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpStreamEndMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.DcpSystemEvent.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.HelloFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.HelloRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.OpenConnectionFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class com.couchbase.client.dcp.message.ResponseStatus
-
Returns the ResponseStatus with the given status code.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.RollbackMessage
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SaslAuthRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SaslAuthResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SaslListMechsRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SaslListMechsResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SaslStepRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SaslStepResponse
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.SnapshotMarkerFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.StreamFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.VbucketState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.message.VersionRequest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.metrics.LogLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.state.StateFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.StreamFrom
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.StreamTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.dcp.transport.netty.ChannelUtils
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.couchbase.client.dcp.config.CompressionMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.config.DcpControl.Names
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.config.BucketCapabilities
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.config.BucketNodeLocator
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.config.BucketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.event.EventType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.logging.RedactableArgument.ArgumentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.logging.RedactionLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.service.BucketServiceMapping
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.service.ServiceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.state.LifecycleState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.core.utils.ConnectionString.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.highlevel.FlowControlMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.BucketSelectRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpAddStreamRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpAddStreamResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpBufferAckRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpCloseStreamRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpCloseStreamResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpControlRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpControlResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpDeletionMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpExpirationMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpFlushRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpGetPartitionSeqnosRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpGetPartitionSeqnosResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpMutationMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpNoopRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpNoopResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpOpenConnectionRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpOpenConnectionResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpSetVbucketStateMessage.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpSetVbucketStateMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpSnapshotMarkerRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpSnapshotMarkerResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpStreamEndMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.DcpSystemEvent.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.HelloFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.HelloRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.MessageUtil
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.OpenConnectionFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.RollbackMessage
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SaslAuthRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SaslAuthResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SaslListMechsRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SaslListMechsResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SaslStepRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SaslStepResponse
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.SnapshotMarkerFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.StreamFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.VbucketState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.message.VersionRequest
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.metrics.LogLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.state.StateFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.StreamFrom
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.StreamTo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.dcp.transport.netty.ChannelUtils
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- vbucket(ByteBuf, int) - Static method in enum com.couchbase.client.dcp.message.DcpCloseStreamRequest
-
- vbucket(ByteBuf, int) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogRequest
-
- vbucket(ByteBuf, int) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogResponse
-
- vbucket(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogResponse
-
- vbucket(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamResponse
-
- vbucket(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.DcpStreamEndMessage
-
- vbucket(ByteBuf) - Static method in enum com.couchbase.client.dcp.message.RollbackMessage
-
- VBUCKET_OFFSET - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- vbucketState(ByteBuf, VbucketState) - Static method in enum com.couchbase.client.dcp.message.DcpGetPartitionSeqnosRequest
-
- VbucketState - Enum in com.couchbase.client.dcp.message
-
- vbuuid(ByteBuf, long) - Static method in enum com.couchbase.client.dcp.message.DcpOpenStreamRequest
-
- vbuuidEntry(ByteBuf, int) - Static method in enum com.couchbase.client.dcp.message.DcpFailoverLogResponse
-
- Version - Class in com.couchbase.client.dcp.util
-
Representation of a software version, up to major.minor.patch granularity.
- Version(int, int, int) - Constructor for class com.couchbase.client.dcp.util.Version
-
- VERSION_OPCODE - Static variable in enum com.couchbase.client.dcp.message.MessageUtil
-
- VersionRequest - Enum in com.couchbase.client.dcp.message
-