@InterfaceStability.Experimental @InterfaceAudience.Public public class SubGetRequest extends AbstractSubdocRequest
A sub-document get operation.
EXCEPTION_EMPTY_PATH, EXCEPTION_NULL_PATH
DEFAULT_PARTITION
Constructor and Description |
---|
SubGetRequest(String key,
String path,
String bucket)
Creates a new
SubGetRequest . |
Modifier and Type | Method and Description |
---|---|
byte |
opcode() |
cleanUpAndThrow, content, createContent, path, pathLength
key, keyBytes, opaque, partition, partition
bucket, creationTime, incrementRetryCount, observable, password, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
key, keyBytes, opaque, partition, partition
bucket, incrementRetryCount, observable, password
creationTime
public SubGetRequest(String key, String path, String bucket)
Creates a new SubGetRequest
.
key
- the key of the document.path
- the subdocument path to consider inside the document.bucket
- the bucket of the document.NullPointerException
- if the path is null (see AbstractSubdocRequest.EXCEPTION_NULL_PATH
)IllegalArgumentException
- if the path is empty (see AbstractSubdocRequest.EXCEPTION_EMPTY_PATH
)Copyright © 2016 Couchbase, Inc.. All rights reserved.