Package com.couchbase.client.core.msg.kv
Class RangeScanContinueRequest
java.lang.Object
com.couchbase.client.core.msg.BaseRequest<RangeScanContinueResponse>
com.couchbase.client.core.msg.kv.BaseKeyValueRequest<RangeScanContinueResponse>
com.couchbase.client.core.msg.kv.PredeterminedPartitionRequest<RangeScanContinueResponse>
com.couchbase.client.core.msg.kv.RangeScanContinueRequest
- All Implemented Interfaces:
KeyValueRequest<RangeScanContinueResponse>,Request<RangeScanContinueResponse>,ScopedRequest
public class RangeScanContinueRequest
extends PredeterminedPartitionRequest<RangeScanContinueResponse>
-
Constructor Summary
ConstructorsConstructorDescriptionRangeScanContinueRequest(CoreRangeScanId id, reactor.core.publisher.Sinks.Many<CoreRangeScanItem> sink, String key, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier) -
Method Summary
Modifier and TypeMethodDescriptiondecode(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf response, KeyValueChannelContext ctx) Decode the encoded response into its message representation.com.couchbase.client.core.deps.io.netty.buffer.ByteBufencode(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator alloc, int opaque, KeyValueChannelContext ctx) Encode this request with the given allocator and opaque.Methods inherited from class com.couchbase.client.core.msg.kv.PredeterminedPartitionRequest
partition, partitionMethods inherited from class com.couchbase.client.core.msg.kv.BaseKeyValueRequest
bucket, collectionIdentifier, encodedExternalKeyWithCollection, encodedKeyWithCollection, errorCode, indicateRejectedWithNotMyVbucket, key, nextOpaque, opaque, operationId, rejectedWithNotMyVbucket, serviceContext, serviceTypeMethods inherited from class com.couchbase.client.core.msg.BaseRequest
absoluteTimeout, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, requestSpan, response, retryStrategy, succeed, succeeded, timeout, timeoutElapsed, timeoutRegistrationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.couchbase.client.core.msg.kv.KeyValueRequest
replicaMethods inherited from interface com.couchbase.client.core.msg.Request
absoluteTimeout, cancel, cancel, cancellationReason, cancelled, completed, context, createdAt, fail, failed, id, idempotent, name, requestSpan, response, retryStrategy, serviceTracingId, succeed, succeeded, target, timeout, timeoutElapsed, timeoutRegistration
-
Constructor Details
-
RangeScanContinueRequest
public RangeScanContinueRequest(CoreRangeScanId id, reactor.core.publisher.Sinks.Many<CoreRangeScanItem> sink, String key, CoreScanOptions options, short partition, CoreContext ctx, CollectionIdentifier collectionIdentifier)
-
-
Method Details
-
encode
public com.couchbase.client.core.deps.io.netty.buffer.ByteBuf encode(com.couchbase.client.core.deps.io.netty.buffer.ByteBufAllocator alloc, int opaque, KeyValueChannelContext ctx) Description copied from interface:KeyValueRequestEncode this request with the given allocator and opaque.- Parameters:
alloc- the allocator where to grab the buffers from.opaque- the opaque value to use.ctx- more encode context.- Returns:
- the encoded request as a
ByteBuf.
-
decode
public RangeScanContinueResponse decode(com.couchbase.client.core.deps.io.netty.buffer.ByteBuf response, KeyValueChannelContext ctx) Description copied from interface:KeyValueRequestDecode the encoded response into its message representation.- Parameters:
response- the response to decode.- Returns:
- the decoded response as the generic type R.
-
rangeScanId
-