Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X 

A

AbstractDocument<T> - Class in com.couchbase.client.java.document
Common parent implementation of a Document.
AbstractDocument() - Constructor for class com.couchbase.client.java.document.AbstractDocument
Constructor needed for possible subclass serialization.
AbstractDocument(String, int, T, long) - Constructor for class com.couchbase.client.java.document.AbstractDocument
 
AbstractPath - Class in com.couchbase.client.java.query.dsl.path
.
AbstractPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.AbstractPath
 
AbstractQuery - Class in com.couchbase.client.java.query
An abstract base for N1QL Query.
AbstractQuery(Statement, QueryParams) - Constructor for class com.couchbase.client.java.query.AbstractQuery
 
AbstractTranscoder<D extends Document<T>,T> - Class in com.couchbase.client.java.transcoder
Base Transcoder which should be extended for compatibility.
AbstractTranscoder() - Constructor for class com.couchbase.client.java.transcoder.AbstractTranscoder
 
activeNodeForId(String) - Method in class com.couchbase.client.java.util.NodeLocatorHelper
Returns the target active node InetAddress for a given document ID on the bucket.
add(Object) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an element to the JsonArray.
add(String) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an String element to the JsonArray.
add(long) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Long element to the JsonArray.
add(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Integer element to the JsonArray.
add(double) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Double element to the JsonArray.
add(boolean) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Boolean element to the JsonArray.
add(JsonObject) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonObject element to the JsonArray.
add(Map<String, ?>) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonObject element, converted from a List, to the JsonArray.
add(JsonArray) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonArray element to the JsonArray.
add(List<?>) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonArray element, converted from a List, to the JsonArray.
addNull() - Method in class com.couchbase.client.java.document.json.JsonArray
Append a null element to the JsonArray.
Alias - Class in com.couchbase.client.java.query.dsl
.
alias(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.Alias
 
alias(String, String) - Static method in class com.couchbase.client.java.query.dsl.Alias
 
allBut(Class<? extends Throwable>...) - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
Only errors that are NOT instanceOf the specified types will trigger a retry
allRows() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
allRows() - Method in interface com.couchbase.client.java.query.QueryResult
 
allRows() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
allRows(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
allRows() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
allRows(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewResult
 
allRows() - Method in interface com.couchbase.client.java.view.SpatialViewResult
Collects all rows received from the view with the default view timeout.
allRows(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewResult
Collects all rows received from the view with the default view timeout.
allRows() - Method in interface com.couchbase.client.java.view.ViewResult
Collects all rows received from the view with the default view timeout.
allRows(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewResult
Collects all rows received from the view with the default view timeout.
and(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
any() - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
Any error will trigger a retry
anyOf(Class<? extends Throwable>...) - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
Only errors that are instanceOf the specified types will trigger a retry
append(D) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Document to another one.
append(D) - Method in interface com.couchbase.client.java.Bucket
Append a Document to another one with the default key/value timeout.
append(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Append a Document to another one with a custom timeout.
append(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
append(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
append(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
as(String) - Method in class com.couchbase.client.java.query.dsl.Expression
 
as(String) - Method in interface com.couchbase.client.java.query.dsl.path.AsPath
 
as(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultAsPath
 
as(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultJoinPath
 
as(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultNestPath
 
as(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUnnestPath
 
as(String) - Method in interface com.couchbase.client.java.query.dsl.path.JoinPath
 
as(String) - Method in interface com.couchbase.client.java.query.dsl.path.NestPath
 
as(String) - Method in interface com.couchbase.client.java.query.dsl.path.UnnestPath
 
asc(String) - Static method in class com.couchbase.client.java.query.dsl.Sort
 
AsElement - Class in com.couchbase.client.java.query.dsl.element
.
AsElement(String) - Constructor for class com.couchbase.client.java.query.dsl.element.AsElement
 
asJsonObject() - Method in class com.couchbase.client.java.query.QueryMetrics
Exposes the underlying raw form of the metrics, as a JsonObject.
AsPath - Interface in com.couchbase.client.java.query.dsl.path
.
async() - Method in interface com.couchbase.client.java.Bucket
Provides access to the underlying asynchronous bucket interface.
async() - Method in interface com.couchbase.client.java.bucket.BucketManager
Returns the underlying AsyncBucketManager for asynchronous execution.
async() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
async() - Method in interface com.couchbase.client.java.cluster.ClusterManager
Accesses the underlying AsyncClusterManager to perform asynchronous operations on the cluster.
async() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
async() - Method in class com.couchbase.client.java.CouchbaseBucket
 
AsyncBucket - Interface in com.couchbase.client.java
Defines operations that can be executed asynchronously against a Couchbase Server bucket.
AsyncBucketManager - Interface in com.couchbase.client.java.bucket
Provides management capabilities for a AsyncBucket.
AsyncCluster - Interface in com.couchbase.client.java
Represents a Couchbase Server Cluster.
AsyncClusterManager - Interface in com.couchbase.client.java.cluster
Provides management capabilities for a Couchbase Server Cluster.
AsyncQueryResult - Interface in com.couchbase.client.java.query
A representation of an N1QL query result.
AsyncQueryRow - Interface in com.couchbase.client.java.query
 
AsyncSpatialViewResult - Interface in com.couchbase.client.java.view
Contains the result of a SpatialViewQuery.
AsyncSpatialViewRow - Interface in com.couchbase.client.java.view
Represents a row fetched from the Spatial View.
AsyncViewResult - Interface in com.couchbase.client.java.view
Represents the result from a ViewQuery.
AsyncViewRow - Interface in com.couchbase.client.java.view
Represents a row fetched from the View.
autoreleaseAfter(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 

B

between(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
BINARY_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BINARY_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BINARY_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BINARY_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
BinaryDocument - Class in com.couchbase.client.java.document
Represents raw ByteBuf content in a document.
BinaryTranscoder - Class in com.couchbase.client.java.transcoder
 
BinaryTranscoder() - Constructor for class com.couchbase.client.java.transcoder.BinaryTranscoder
 
blockForSingle(Observable<? extends T>, long, TimeUnit) - Static method in class com.couchbase.client.java.util.Blocking
Blocks on an Observable and returns a single event or throws an Exception.
Blocking - Class in com.couchbase.client.java.util
Contains various utility methods related to blocking operations.
Blocking() - Constructor for class com.couchbase.client.java.util.Blocking
 
BOOLEAN_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BOOLEAN_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
Bootstrap - Class in com.couchbase.client.java.util
Utility classes for bootstrapping.
Bootstrap() - Constructor for class com.couchbase.client.java.util.Bootstrap
 
bootstrapCarrierDirectPort(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
bootstrapCarrierEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
bootstrapCarrierSslPort(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
bootstrapHttpDirectPort(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
bootstrapHttpEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
bootstrapHttpSslPort(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
Bucket - Interface in com.couchbase.client.java
Defines operations that can be executed synchronously against a Couchbase Server bucket.
BucketAlreadyExistsException - Exception in com.couchbase.client.java.error
Exception identifying that a bucket does already exist.
BucketAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketDoesNotExistException - Exception in com.couchbase.client.java.error
Exception identifying that a bucket does not exist.
BucketDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketFlusher - Class in com.couchbase.client.java.bucket
Helper class to flush a bucket properly and wait for it to be completed.
BucketInfo - Interface in com.couchbase.client.java.bucket
Provides information about a Bucket.
bucketManager() - Method in interface com.couchbase.client.java.AsyncBucket
Provides access to the AsyncBucketManager for administrative access.
BucketManager - Interface in com.couchbase.client.java.bucket
Provides management capabilities for a Bucket.
bucketManager() - Method in interface com.couchbase.client.java.Bucket
Provides access to the BucketManager for administrative access.
bucketManager() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
bucketManager() - Method in class com.couchbase.client.java.CouchbaseBucket
 
BucketSettings - Interface in com.couchbase.client.java.cluster
BucketSettings represent changeable properties for a Bucket.
BucketType - Enum in com.couchbase.client.java.bucket
The type of the bucket.
bufferPoolingEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
build() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
build() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
build() - Static method in class com.couchbase.client.java.query.QueryParams
Start building a QueryParams, allowing to customize an N1QL request.
build() - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Construct the resulting RetryWhenFunction
builder() - Static method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
Builder() - Constructor for class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
builder() - Static method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
Returns the DefaultCouchbaseEnvironment.Builder to customize environment settings.
Builder() - Constructor for class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
byteBufJsonValueToObject(ByteBuf) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
Converts a ByteBuf representing a valid JSON entity to a generic Object, without releasing the buffer.
byteBufToJsonArray(ByteBuf) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
byteBufToJsonObject(ByteBuf) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
Converts a ByteBuf to a JsonObject, without releasing the buffer

C

call(Throwable) - Method in class com.couchbase.client.java.util.retry.RetryBuilder.ShouldStopOnError
 
call(Observable<? extends Throwable>) - Method in class com.couchbase.client.java.util.retry.RetryWhenFunction
 
call(Tuple2<Integer, Throwable>) - Method in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
CannotRetryException - Exception in com.couchbase.client.java.error
A CouchbaseException that denotes that a retry cycle failed because the maximum allowed attempt count was reached.
CannotRetryException(String) - Constructor for exception com.couchbase.client.java.error.CannotRetryException
 
CannotRetryException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.CannotRetryException
 
cas() - Method in class com.couchbase.client.java.document.AbstractDocument
 
cas() - Method in interface com.couchbase.client.java.document.Document
The last-known CAS value for the Document (0 if not set).
CASMismatchException - Exception in com.couchbase.client.java.error
Identifying a CAS mismatch on a replace operation..
CASMismatchException() - Constructor for exception com.couchbase.client.java.error.CASMismatchException
 
CASMismatchException(String) - Constructor for exception com.couchbase.client.java.error.CASMismatchException
 
CASMismatchException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.CASMismatchException
 
CASMismatchException(Throwable) - Constructor for exception com.couchbase.client.java.error.CASMismatchException
 
checkAvailable(CouchbaseFeature) - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Checks the availability of a specified CouchbaseFeature on the associated Cluster.
checkAvailable(CouchbaseFeature) - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
checkType(Object) - Static method in class com.couchbase.client.java.document.json.JsonValue
Helper method to check if the given item is a supported JSON item.
clientContextId() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
 
clientContextId() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
clientContextId() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
clientContextId() - Method in interface com.couchbase.client.java.query.QueryResult
 
close() - Method in interface com.couchbase.client.java.AsyncBucket
Closes the AsyncBucket.
close() - Method in interface com.couchbase.client.java.Bucket
Closes this bucket with the default disconnect timeout.
close(long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Closes this bucket with a custom timeout.
close() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
close() - Method in class com.couchbase.client.java.CouchbaseBucket
 
close(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
Cluster - Interface in com.couchbase.client.java
Represents a Couchbase Server Cluster.
ClusterInfo - Interface in com.couchbase.client.java.cluster
Provides information about a Cluster.
clusterManager(String, String) - Method in interface com.couchbase.client.java.AsyncCluster
Provides access to the AsyncClusterManager to perform cluster-wide operations.
ClusterManager - Interface in com.couchbase.client.java.cluster
Provides management capabilities for a Couchbase Server Cluster.
clusterManager(String, String) - Method in interface com.couchbase.client.java.Cluster
Provides access to the ClusterManager to perform cluster-wide operations.
clusterManager(String, String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
clusterManager(String, String) - Method in class com.couchbase.client.java.CouchbaseCluster
 
com.couchbase.client.java - package com.couchbase.client.java
 
com.couchbase.client.java.bucket - package com.couchbase.client.java.bucket
 
com.couchbase.client.java.cluster - package com.couchbase.client.java.cluster
 
com.couchbase.client.java.document - package com.couchbase.client.java.document
 
com.couchbase.client.java.document.json - package com.couchbase.client.java.document.json
 
com.couchbase.client.java.env - package com.couchbase.client.java.env
 
com.couchbase.client.java.error - package com.couchbase.client.java.error
 
com.couchbase.client.java.query - package com.couchbase.client.java.query
 
com.couchbase.client.java.query.consistency - package com.couchbase.client.java.query.consistency
 
com.couchbase.client.java.query.dsl - package com.couchbase.client.java.query.dsl
 
com.couchbase.client.java.query.dsl.element - package com.couchbase.client.java.query.dsl.element
 
com.couchbase.client.java.query.dsl.path - package com.couchbase.client.java.query.dsl.path
 
com.couchbase.client.java.transcoder - package com.couchbase.client.java.transcoder
 
com.couchbase.client.java.util - package com.couchbase.client.java.util
 
com.couchbase.client.java.util.features - package com.couchbase.client.java.util.features
 
com.couchbase.client.java.util.retry - package com.couchbase.client.java.util.retry
 
com.couchbase.client.java.view - package com.couchbase.client.java.view
 
COMMON_FORMAT_MASK - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
32bit flag is composed of: - 3 compression bits - 1 bit reserved for future use - 4 format flags bits.
compareTo(Version) - Method in class com.couchbase.client.java.util.features.Version
 
compress(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
computationPoolSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
concat(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
ConnectionString - Class in com.couchbase.client.java
Implements a ConnectionString.
ConnectionString(String) - Constructor for class com.couchbase.client.java.ConnectionString
 
ConnectionString.Scheme - Enum in com.couchbase.client.java
 
connectTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for connect operations, set to DefaultCouchbaseEnvironment.CONNECT_TIMEOUT.
connectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
connectTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
connectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
consistency(ScanConsistency) - Method in class com.couchbase.client.java.query.QueryParams
Sets scan consistency.
containsKey(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Checks if the JsonObject contains the field name.
containsValue(Object) - Method in class com.couchbase.client.java.document.json.JsonObject
Checks if the JsonObject contains the value.
content() - Method in class com.couchbase.client.java.document.AbstractDocument
 
content() - Method in interface com.couchbase.client.java.document.Document
The content of the Document.
core() - Method in interface com.couchbase.client.java.AsyncBucket
Returns the underlying “core-io” library through its ClusterFacade.
core() - Method in interface com.couchbase.client.java.AsyncCluster
Returns the underlying “core-io” library through its ClusterFacade.
core() - Method in interface com.couchbase.client.java.Bucket
Returns the underlying “core-io” library through its ClusterFacade.
core() - Method in interface com.couchbase.client.java.Cluster
Returns the underlying “core-io” library through its ClusterFacade.
core() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
core() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
core() - Method in class com.couchbase.client.java.CouchbaseBucket
 
core() - Method in class com.couchbase.client.java.CouchbaseCluster
 
CouchbaseAsyncBucket - Class in com.couchbase.client.java
 
CouchbaseAsyncBucket(ClusterFacade, CouchbaseEnvironment, String, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseAsyncBucket
 
CouchbaseAsyncCluster - Class in com.couchbase.client.java
 
CouchbaseBucket - Class in com.couchbase.client.java
 
CouchbaseBucket(CouchbaseEnvironment, ClusterFacade, String, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseBucket
 
CouchbaseCluster - Class in com.couchbase.client.java
 
CouchbaseEnvironment - Interface in com.couchbase.client.java.env
The CouchbaseEnvironment which shares state across Clusters.
CouchbaseFeature - Enum in com.couchbase.client.java.util.features
Enumeration of all Couchbase Features supported by this SDK.
CouchbaseOutOfMemoryException - Exception in com.couchbase.client.java.error
Thrown when Couchbase Server returns with an Out of Memory error.
CouchbaseOutOfMemoryException() - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
 
CouchbaseOutOfMemoryException(String) - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
 
CouchbaseOutOfMemoryException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
 
CouchbaseOutOfMemoryException(Throwable) - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
 
counter(String, long) - Method in interface com.couchbase.client.java.AsyncBucket
Increment or decrement a counter with the given value and a default value of 0.
counter(String, long, long) - Method in interface com.couchbase.client.java.AsyncBucket
Increment or decrement a counter with the given value and a initial value if it does not exist.
counter(String, long, long, int) - Method in interface com.couchbase.client.java.AsyncBucket
Increment or decrement a counter with the given value and a initial value if it does not exist.
counter(String, long) - Method in interface com.couchbase.client.java.Bucket
Increment or decrement a counter with the given value and a default value of 0 with the default key/value timeout.
counter(String, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Increment or decrement a counter with the given value and a default value of 0 with a custom timeout.
counter(String, long, long) - Method in interface com.couchbase.client.java.Bucket
Increment or decrement a counter with the given value and a initial value if it does not exist with the default key/value timeout.
counter(String, long, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Increment or decrement a counter with the given value and a initial value if it does not exist with a custom timeout.
counter(String, long, long, int) - Method in interface com.couchbase.client.java.Bucket
Increment or decrement a counter with the given value and a initial value if it does not exist with the default key/value timeout.
counter(String, long, long, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Increment or decrement a counter with the given value and a initial value if it does not exist with a custom timeout.
counter(String, long) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long) - Method in class com.couchbase.client.java.CouchbaseBucket
 
counter(String, long, long) - Method in class com.couchbase.client.java.CouchbaseBucket
 
counter(String, long, long, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
counter(String, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
counter(String, long, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
counter(String, long, long, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
create(String, String, ClusterFacade) - Static method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
create(JsonObject) - Static method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
create(CouchbaseEnvironment, String, String, ClusterFacade) - Static method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
create(String, String, ConnectionString, CouchbaseEnvironment, ClusterFacade) - Static method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
create(String, String, ConnectionString, CouchbaseEnvironment, ClusterFacade) - Static method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
create(String) - Static method in class com.couchbase.client.java.ConnectionString
 
create() - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
create(CouchbaseEnvironment) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
create(String...) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
create(List<String>) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
create(CouchbaseEnvironment, String...) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
create(CouchbaseEnvironment, List<String>) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
create() - Static method in class com.couchbase.client.java.CouchbaseCluster
 
create(CouchbaseEnvironment) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
create(String...) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
create(List<String>) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
create(CouchbaseEnvironment, String...) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
create(CouchbaseEnvironment, List<String>) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
create(String) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id.
create(String, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id and content.
create(String, ByteBuf, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id, content and the CAS value.
create(String, int, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id, content and the expiration time.
create(String, int, ByteBuf, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id, content, CAS value, expiration time and status code.
create() - Static method in class com.couchbase.client.java.document.json.JsonArray
Creates a empty JsonArray.
create() - Static method in class com.couchbase.client.java.document.json.JsonObject
Creates a empty JsonObject.
create(String) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id.
create(String, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id and JSON content.
create(String, JsonArray, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id, JSON content and the CAS value.
create(String, int, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id, JSON content and the expiration time.
create(String, int, JsonArray, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id.
create(String, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id and content.
create(String, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id, content and the CAS value.
create(String, int, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id, content and the expiration time.
create(String, int, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id, content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id.
create(String, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id and JSON content.
create(String, JsonObject, long) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id, JSON content and the CAS value.
create(String, int, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id, JSON content and the expiration time.
create(String, int, JsonObject, long) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id.
create(String, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id and content.
create(String, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id, content and the CAS value.
create(String, int, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id, content and the expiration time.
create(String, int, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id, content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id.
create(String, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id and content.
create(String, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id, content and the CAS value.
create(String, int, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id, content and the expiration time.
create(String, int, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id, content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id.
create(String, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id and content.
create(String, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id, content and the CAS value.
create(String, int, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id, content and the expiration time.
create(String, int, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id, content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id.
create(String, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id and JSON content.
create(String, Object, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id, JSON content and the CAS value.
create(String, int, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id, JSON content and the expiration time.
create(String, int, Object, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id.
create(String, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id and JSON content.
create(String, String, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id, JSON content and the CAS value.
create(String, int, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id, JSON content and the expiration time.
create(String, int, String, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id.
create(String, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id and content.
create(String, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id, content and the CAS value.
create(String, int, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id, content and the expiration time.
create(String, int, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id, content, CAS value, expiration time and status code.
create(String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id.
create(String, String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id and content.
create(String, String, long) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id, content and the CAS value.
create(String, int, String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id, content and the expiration time.
create(String, int, String, long) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id, content, CAS value, expiration time and status code.
create() - Static method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
Creates a CouchbaseEnvironment with default settings applied.
create(Bucket) - Static method in class com.couchbase.client.java.util.NodeLocatorHelper
Creates a new NodeLocatorHelper, mapped on to the given Bucket.
create(String, String, String) - Static method in class com.couchbase.client.java.view.DefaultView
 
create(String, String) - Static method in class com.couchbase.client.java.view.DefaultView
 
create(String, List<View>) - Static method in class com.couchbase.client.java.view.DesignDocument
Creates a new DesignDocument.
create(String, String) - Static method in class com.couchbase.client.java.view.SpatialView
 
createCommonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Takes a integer representation of flags and moves them to the common flags MSBs.

D

dcpEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
debug() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
If debug was enabled on the query, it is contained here.
debug() - Method in interface com.couchbase.client.java.view.AsyncViewResult
If debug was enabled on the query, it is contained here.
debug() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
debug() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
 
debug() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
debug() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
debug() - Method in class com.couchbase.client.java.view.SpatialViewQuery
Enabled debugging on view queries.
debug(boolean) - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
debug() - Method in interface com.couchbase.client.java.view.SpatialViewResult
If debug was enabled on the query, it is contained here.
debug() - Method in class com.couchbase.client.java.view.ViewQuery
Enabled debugging on view queries.
debug(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
debug() - Method in interface com.couchbase.client.java.view.ViewResult
If debug was enabled on the query, it is contained here.
decode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
 
decode(String, ByteBuf, long, int, int, ResponseStatus) - Method in interface com.couchbase.client.java.transcoder.Transcoder
 
decodeLong(byte[]) - Static method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
decompress(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
DEFAULT_COMPRESSION_THRESHOLD - Static variable in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
DEFAULT_DELAY - Static variable in class com.couchbase.client.java.util.retry.Retry
 
DEFAULT_SCHEME - Static variable in class com.couchbase.client.java.ConnectionString
 
DefaultAsPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultAsPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultAsPath
 
DefaultAsyncBucketManager - Class in com.couchbase.client.java.bucket
Default implementation of a AsyncBucketManager.
DefaultAsyncClusterManager - Class in com.couchbase.client.java.cluster
 
DefaultAsyncQueryResult - Class in com.couchbase.client.java.query
The default implementation of an AsyncQueryResult.
DefaultAsyncQueryResult(Observable<AsyncQueryRow>, Observable<Object>, Observable<JsonObject>, Observable<JsonObject>, Observable<Boolean>, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
DefaultAsyncQueryRow - Class in com.couchbase.client.java.query
 
DefaultAsyncQueryRow(JsonObject) - Constructor for class com.couchbase.client.java.query.DefaultAsyncQueryRow
 
DefaultAsyncSpatialViewResult - Class in com.couchbase.client.java.view
Default implementation of a AsyncSpatialViewResult.
DefaultAsyncSpatialViewResult(Observable<AsyncSpatialViewRow>, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
DefaultAsyncSpatialViewRow - Class in com.couchbase.client.java.view
Default implementation of a AsyncSpatialViewRow.
DefaultAsyncSpatialViewRow(AsyncBucket, String, JsonArray, Object, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
DefaultAsyncViewResult - Class in com.couchbase.client.java.view
 
DefaultAsyncViewResult(Observable<AsyncViewRow>, int, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncViewResult
 
DefaultAsyncViewRow - Class in com.couchbase.client.java.view
Default implementation of a AsyncViewRow.
DefaultAsyncViewRow(AsyncBucket, String, Object, Object) - Constructor for class com.couchbase.client.java.view.DefaultAsyncViewRow
 
DefaultBucketInfo - Class in com.couchbase.client.java.bucket
Default implementation of BucketInfo.
DefaultBucketManager - Class in com.couchbase.client.java.bucket
 
DefaultBucketSettings - Class in com.couchbase.client.java.cluster
 
DefaultBucketSettings.Builder - Class in com.couchbase.client.java.cluster
 
DefaultClusterInfo - Class in com.couchbase.client.java.cluster
Default implementation for a ClusterInfo.
DefaultClusterInfo(JsonObject) - Constructor for class com.couchbase.client.java.cluster.DefaultClusterInfo
 
DefaultClusterManager - Class in com.couchbase.client.java.cluster
 
DefaultCouchbaseEnvironment - Class in com.couchbase.client.java.env
The default implementation of a CouchbaseEnvironment.
DefaultCouchbaseEnvironment.Builder - Class in com.couchbase.client.java.env
 
DefaultFromPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultFromPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultFromPath
 
DefaultGroupByPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultGroupByPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
 
DefaultHavingPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultHavingPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultHavingPath
 
DefaultJoinPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultJoinPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultJoinPath
 
DefaultKeysPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultKeysPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
DefaultLetPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultLetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
DefaultLettingPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultLettingPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultLettingPath
 
DefaultLimitPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultLimitPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
 
DefaultNestPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultNestPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultNestPath
 
DefaultOffsetPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultOffsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
 
DefaultOrderByPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultOrderByPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
 
DefaultQueryResult - Class in com.couchbase.client.java.query
 
DefaultQueryResult(List<AsyncQueryRow>, Object, QueryMetrics, List<JsonObject>, Boolean, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultQueryResult
Create a default blocking representation of a query result.
DefaultQueryRow - Class in com.couchbase.client.java.query
 
DefaultQueryRow(JsonObject) - Constructor for class com.couchbase.client.java.query.DefaultQueryRow
 
DefaultSelectPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultSelectPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
DefaultSelectResultPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultSelectResultPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
DefaultSpatialViewResult - Class in com.couchbase.client.java.view
Default implementation of the SpatialViewResult.
DefaultSpatialViewResult(CouchbaseEnvironment, Bucket, Observable<AsyncSpatialViewRow>, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultSpatialViewResult
 
DefaultSpatialViewRow - Class in com.couchbase.client.java.view
Default implementation of the SpatialViewRow.
DefaultSpatialViewRow(CouchbaseEnvironment, Bucket, String, JsonArray, Object, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultSpatialViewRow
 
DefaultUnnestPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultUnnestPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUnnestPath
 
DefaultView - Class in com.couchbase.client.java.view
Implementation of a regular, non spatial view.
DefaultView(String, String, String) - Constructor for class com.couchbase.client.java.view.DefaultView
 
DefaultViewResult - Class in com.couchbase.client.java.view
 
DefaultViewResult(CouchbaseEnvironment, Bucket, Observable<AsyncViewRow>, int, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultViewResult
 
DefaultViewRow - Class in com.couchbase.client.java.view
 
DefaultViewRow(CouchbaseEnvironment, Bucket, String, Object, Object) - Constructor for class com.couchbase.client.java.view.DefaultViewRow
 
DefaultWherePath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultWherePath
 
delay(Delay) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Customize the retry Delay
delay(Scheduler) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Use Retry.DEFAULT_DELAY but wait on a specific Scheduler
delay(Delay, Scheduler) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Set both the Delay and the Scheduler on which the delay is waited.
desc(String) - Static method in class com.couchbase.client.java.query.dsl.Sort
 
descending() - Method in class com.couchbase.client.java.view.ViewQuery
Return the documents in descending by key order.
descending(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
deserialize(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
deserialize(ByteBuf) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Takes the input content and deserializes it.
DesignDocument - Class in com.couchbase.client.java.view
Represents a design document to store and load.
DesignDocument(String, List<View>) - Constructor for class com.couchbase.client.java.view.DesignDocument
 
DesignDocumentAlreadyExistsException - Exception in com.couchbase.client.java.error
 
DesignDocumentAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
 
DesignDocumentAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
 
DesignDocumentAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
 
DesignDocumentAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
 
DesignDocumentException - Exception in com.couchbase.client.java.error
 
DesignDocumentException() - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
 
DesignDocumentException(String) - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
 
DesignDocumentException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
 
DesignDocumentException(Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
 
development() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
development(boolean) - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
development() - Method in class com.couchbase.client.java.view.ViewQuery
 
development(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
disconnect() - Method in interface com.couchbase.client.java.AsyncCluster
Disconnects form all open buckets and shuts down the CouchbaseEnvironment if it is the exclusive owner.
disconnect() - Method in interface com.couchbase.client.java.Cluster
Disconnects form all open buckets and shuts down the CouchbaseEnvironment if it is the exclusive owner with the default disconnect timeout.
disconnect(long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Disconnects form all open buckets and shuts down the CouchbaseEnvironment if it is the exclusive owner with a custom timeout.
disconnect() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
disconnect() - Method in class com.couchbase.client.java.CouchbaseCluster
 
disconnect(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
 
disconnectTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for disconnect operations, set to DefaultCouchbaseEnvironment.DISCONNECT_TIMEOUT.
disconnectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
disconnectTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
disconnectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
dnsSrvEnabled() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
Returns whether DNS SRV lookup for the bootstrap nodes is enabled or not.
dnsSrvEnabled() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
dnsSrvEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
dnsSrvEnabled() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
Document<T> - Interface in com.couchbase.client.java.document
Represents a Couchbase Server Document which is stored in and retrieved from a AsyncBucket.
document() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
Load the underlying document.
document(Class<D>) - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
Load the underlying document.
document() - Method in interface com.couchbase.client.java.view.AsyncViewRow
Load the underlying document, if not reduced.
document(Class<D>) - Method in interface com.couchbase.client.java.view.AsyncViewRow
Load the underlying document, if not reduced.
document() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
document() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
document() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document(Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document(Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document() - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with the default view timeout.
document(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with a custom timeout.
document(Class<D>) - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with the default view timeout.
document(Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with a custom timeout.
document() - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with the default view timeout.
document(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with a custom timeout.
document(Class<D>) - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with the default view timeout.
document(Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with a custom timeout.
DocumentAlreadyExistsException - Exception in com.couchbase.client.java.error
Raised when the document already exists and an insert operation is used..
DocumentAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentDoesNotExistException - Exception in com.couchbase.client.java.error
Raised when the document does not exist and a replace operation is used..
DocumentDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
documentType() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.StringTranscoder
 
documentType() - Method in interface com.couchbase.client.java.transcoder.Transcoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
Perform the decoding of the received response.
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.StringTranscoder
 
doEncode(D) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
Perform the encoding of the request document.
doEncode(BinaryDocument) - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
doEncode(JsonArrayDocument) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
doEncode(JsonBooleanDocument) - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
 
doEncode(JsonDoubleDocument) - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
 
doEncode(JsonLongDocument) - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
 
doEncode(JsonStringDocument) - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
 
doEncode(JsonDocument) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
doEncode(LegacyDocument) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
doEncode(RawJsonDocument) - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
 
doEncode(SerializableDocument) - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
 
doEncode(StringDocument) - Method in class com.couchbase.client.java.transcoder.StringTranscoder
 
DOUBLE_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
DOUBLE_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
dumpParameters(StringBuilder) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
DurabilityException - Exception in com.couchbase.client.java.error
Raised if the durability requirement could not be met.
DurabilityException() - Constructor for exception com.couchbase.client.java.error.DurabilityException
 
DurabilityException(String) - Constructor for exception com.couchbase.client.java.error.DurabilityException
 
DurabilityException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DurabilityException
 
DurabilityException(Throwable) - Constructor for exception com.couchbase.client.java.error.DurabilityException
 

E

elapsedTime() - Method in class com.couchbase.client.java.query.QueryMetrics
 
Element - Interface in com.couchbase.client.java.query.dsl.element
.
element(Element) - Method in class com.couchbase.client.java.query.dsl.path.AbstractPath
 
empty() - Static method in class com.couchbase.client.java.document.json.JsonArray
Creates a empty JsonArray.
empty() - Static method in class com.couchbase.client.java.document.json.JsonObject
Creates a empty JsonObject.
EMPTY_METRICS - Static variable in class com.couchbase.client.java.query.QueryMetrics
The empty metrics object.
enableFlush() - Method in interface com.couchbase.client.java.cluster.BucketSettings
If flush is enabled.
enableFlush() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
enableFlush(boolean) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
enableFlush() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
encode(D) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
 
encode(D) - Method in interface com.couchbase.client.java.transcoder.Transcoder
 
encode(String) - Method in class com.couchbase.client.java.view.SpatialViewQuery
Helper method to properly encode a string.
encode(String) - Method in class com.couchbase.client.java.view.ViewQuery
Helper method to properly encode a string.
encodeNum(long, int) - Static method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
endKey(String) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKey(int) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKey(long) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKey(double) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKey(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKey(JsonObject) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKey(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
 
endKeyDocId(String) - Method in class com.couchbase.client.java.view.ViewQuery
 
endRange(JsonArray) - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
eq(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
equals(Object) - Method in class com.couchbase.client.java.document.AbstractDocument
 
equals(Object) - Method in class com.couchbase.client.java.document.json.JsonArray
 
equals(Object) - Method in class com.couchbase.client.java.document.json.JsonObject
 
equals(Object) - Method in class com.couchbase.client.java.query.QueryParams
 
equals(Object) - Method in class com.couchbase.client.java.util.features.Version
 
equals(Object) - Method in class com.couchbase.client.java.view.DefaultView
 
equals(Object) - Method in class com.couchbase.client.java.view.DesignDocument
 
equals(Object) - Method in class com.couchbase.client.java.view.SpatialView
 
equals(Object) - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
equals(Object) - Method in class com.couchbase.client.java.view.ViewQuery
 
error() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
If it was not successful, an error is contained here.
error() - Method in interface com.couchbase.client.java.view.AsyncViewResult
If it was not successful, an error is contained here.
error() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
error() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
 
error() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
error(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
error() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
error(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewResult
 
error() - Method in interface com.couchbase.client.java.view.SpatialViewResult
If it was not successful, an error is contained here.
error(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewResult
If it was not successful, an error is contained here.
error() - Method in interface com.couchbase.client.java.view.ViewResult
If it was not successful, an error is contained here.
error(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewResult
If it was not successful, an error is contained here.
errorCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
errors() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
 
errors() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
errors() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
errors() - Method in interface com.couchbase.client.java.query.QueryResult
 
errorsWithAttempts(Observable<? extends Throwable>, int) - Static method in class com.couchbase.client.java.util.retry.Retry
Internal utility method to combine errors in an observable with their attempt number.
eventBus(EventBus) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
executionTime() - Method in class com.couchbase.client.java.query.QueryMetrics
 
exists() - Method in class com.couchbase.client.java.query.dsl.Expression
 
expiry() - Method in class com.couchbase.client.java.document.AbstractDocument
 
expiry() - Method in interface com.couchbase.client.java.document.Document
The optional expiration time for the Document (0 if not set).
export() - Method in class com.couchbase.client.java.query.dsl.element.AsElement
 
export() - Method in interface com.couchbase.client.java.query.dsl.element.Element
 
export() - Method in class com.couchbase.client.java.query.dsl.element.FromElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.GroupByElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.HavingElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.JoinElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.KeysElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.LetElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.LettingElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.LimitElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.NestElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.OffsetElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.OrderByElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.SelectElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.UnionElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.UnnestElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.WhereElement
 
Expression - Class in com.couchbase.client.java.query.dsl
Represents a N1QL Expression.
extractCommonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Returns only the common flags from the full flags.

F

FALSE() - Static method in class com.couchbase.client.java.query.dsl.Expression
 
finalSuccess() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
Asynchronously denotes the success or failure of the query.
finalSuccess() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
finalSuccess() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
finalSuccess() - Method in interface com.couchbase.client.java.query.QueryResult
Denotes the success or failure of the query.
flush() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Flushes the bucket (removes all data).
flush(ClusterFacade, String, String) - Static method in class com.couchbase.client.java.bucket.BucketFlusher
Flush the bucket and make sure flush is complete before completing the observable.
flush() - Method in interface com.couchbase.client.java.bucket.BucketManager
Flushes the bucket (removes all data) with the default management timeout.
flush(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Flushes the bucket (removes all data) with a custom timeout.
flush() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
flush() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
flush(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
FlushDisabledException - Exception in com.couchbase.client.java.error
 
FlushDisabledException() - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
FlushDisabledException(String) - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
FlushDisabledException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
FlushDisabledException(Throwable) - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
from(BinaryDocument, String, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a copy from a different BinaryDocument, but changes the document ID and content.
from(BinaryDocument, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a copy from a different BinaryDocument, but changes the CAS value.
from(Object...) - Static method in class com.couchbase.client.java.document.json.JsonArray
Creates a new JsonArray and populates it with the values supplied.
from(List<?>) - Static method in class com.couchbase.client.java.document.json.JsonArray
Creates a new JsonArray and populates it with the values in the supplied List.
from(Map<String, ?>) - Static method in class com.couchbase.client.java.document.json.JsonObject
Constructs a JsonObject from a Map<String, ?>.
from(JsonArrayDocument, String) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonArrayDocument, but changes the document ID.
from(JsonArrayDocument, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonDocument, but changes the content.
from(JsonArrayDocument, String, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonDocument, but changes the document ID and content.
from(JsonArrayDocument, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonDocument, but changes the CAS value.
from(JsonBooleanDocument, String) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the document ID.
from(JsonBooleanDocument, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the content.
from(JsonBooleanDocument, String, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the document ID and content.
from(JsonBooleanDocument, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the CAS value.
from(JsonDocument, String) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the document ID.
from(JsonDocument, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the content.
from(JsonDocument, String, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the document ID and content.
from(JsonDocument, long) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the CAS value.
from(JsonDoubleDocument, String) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the document ID.
from(JsonDoubleDocument, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the content.
from(JsonDoubleDocument, String, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the document ID and content.
from(JsonDoubleDocument, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the CAS value.
from(JsonLongDocument, String) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the document ID.
from(JsonLongDocument, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the content.
from(JsonLongDocument, String, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the document ID and content.
from(JsonLongDocument, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the CAS value.
from(JsonStringDocument, String, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a copy from a different JsonStringDocument, but changes the document ID and content.
from(JsonStringDocument, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a copy from a different JsonStringDocument, but changes the CAS value.
from(LegacyDocument, String) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the document ID.
from(LegacyDocument, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the content.
from(LegacyDocument, String, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the document ID and content.
from(LegacyDocument, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the CAS value.
from(RawJsonDocument, String, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a copy from a different RawJsonDocument, but changes the document ID and content.
from(RawJsonDocument, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a copy from a different RawJsonDocument, but changes the CAS value.
from(SerializableDocument, String) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the document ID.
from(SerializableDocument, Long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the content.
from(SerializableDocument, String, Long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the document ID and content.
from(SerializableDocument, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the CAS value.
from(StringDocument, String, String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a copy from a different StringDocument, but changes the document ID and content.
from(StringDocument, long) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a copy from a different StringDocument, but changes the CAS value.
from(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultFromPath
 
from(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultFromPath
 
from(String) - Method in interface com.couchbase.client.java.query.dsl.path.FromPath
 
from(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.FromPath
Note that from Expression should be a single identifier/path
from(String, JsonObject) - Static method in class com.couchbase.client.java.view.DesignDocument
 
from(String, String) - Static method in class com.couchbase.client.java.view.SpatialViewQuery
Creates an new SpatialViewQuery.
from(String, String) - Static method in class com.couchbase.client.java.view.ViewQuery
Creates an new ViewQuery.
fromConnectionString(String) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
fromConnectionString(CouchbaseEnvironment, String) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
fromConnectionString(String) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
fromConnectionString(CouchbaseEnvironment, String) - Static method in class com.couchbase.client.java.CouchbaseCluster
 
fromDnsSrv(String, boolean, boolean) - Static method in class com.couchbase.client.java.util.Bootstrap
Fetch a bootstrap list from DNS SRV.
FromElement - Class in com.couchbase.client.java.query.dsl.element
.
FromElement(String) - Constructor for class com.couchbase.client.java.query.dsl.element.FromElement
 
fromHostnames(List<String>) - Static method in class com.couchbase.client.java.ConnectionString
 
fromJson(String) - Static method in class com.couchbase.client.java.document.json.JsonArray
Static method to create a JsonArray from a JSON String.
fromJson(String) - Static method in class com.couchbase.client.java.document.json.JsonObject
Static method to create a JsonObject from a JSON String.
FromPath - Interface in com.couchbase.client.java.query.dsl.path
.
Functions - Class in com.couchbase.client.java.query.dsl
Factory class for query functions.
Functions() - Constructor for class com.couchbase.client.java.query.dsl.Functions
 

G

geometry() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
The geometry of the row, if emitted.
geometry() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
geometry() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
geometry() - Method in interface com.couchbase.client.java.view.SpatialViewRow
 
get(String) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves a JsonDocument by its unique ID.
get(D) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves any type of Document by its unique ID.
get(String, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves any type of Document by its unique ID.
get(String) - Method in interface com.couchbase.client.java.Bucket
Retrieves a JsonDocument by its unique ID with the default key/value timeout.
get(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves a JsonDocument by its unique ID with a custom timeout.
get(D) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document with the default key/value timeout.
get(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document with a custom timeout.
get(String, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document by its ID with the default key/value timeout.
get(String, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document by its ID with a custom timeout.
get(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(String, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and does not cast it.
get(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the (potential null) content and not casting its type.
getAllVersions() - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Returns the list of Version obtained from the cluster from which this ClusterInfo was obtained.
getAllVersions() - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
getAndLock(String, int) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a JsonDocument by its unique ID.
getAndLock(D, int) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a Document by its unique ID.
getAndLock(String, int, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a Document by its unique ID.
getAndLock(String, int) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a JsonDocument by its unique ID with the default key/value timeout.
getAndLock(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a JsonDocument by its unique ID with a custom timeout.
getAndLock(D, int) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with the default key/value timeout.
getAndLock(D, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with a custom timeout.
getAndLock(String, int, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with the default key/value timeout.
getAndLock(String, int, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with the a custom timeout.
getAndLock(String, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(D, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(String, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(D, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(D, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a JsonDocument by its unique ID.
getAndTouch(D) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a Document by its unique ID.
getAndTouch(String, int, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a Document by its unique ID.
getAndTouch(String, int) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a JsonDocument by its unique ID with the default key/value timeout.
getAndTouch(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a JsonDocument by its unique ID with the a custom timeout.
getAndTouch(D) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with the default key/value timeout.
getAndTouch(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with a custom timeout.
getAndTouch(String, int, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with the default key/value timeout.
getAndTouch(String, int, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with a custom timeout.
getAndTouch(String, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(String, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getArray(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to JsonArray.
getArray(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to JsonArray.
getBoolean(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Boolean.
getBoolean(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Boolean.
getBucket(String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Returns the BucketSettings for the Bucket identified by name.
getBucket(String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns the BucketSettings for the Bucket identified by name with the default management timeout.
getBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns the BucketSettings for the Bucket identified by name with a custom timeout.
getBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getBuckets() - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Returns BucketSettings for all available Buckets.
getBuckets() - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns a list of BucketSettings for all available Buckets with the default management timeout.
getBuckets(long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns a list of BucketSettings for all available Buckets with a custom timeout.
getBuckets() - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getBuckets() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getBuckets(long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getDesign() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
getDesign() - Method in class com.couchbase.client.java.view.ViewQuery
 
getDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads a published DesignDocument by its name.
getDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads a DesignDocument by its name from either development or production.
getDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a published DesignDocument by its name with the default management timeout.
getDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a published DesignDocument by its name with the a custom timeout.
getDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a DesignDocument by its name from either development or production with the default management timeout.
getDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a DesignDocuments by its name from either development or production with a custom timeout.
getDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads all published DesignDocuments.
getDesignDocuments(boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads all DesignDocuments from development or production.
getDesignDocuments() - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all published DesignDocuments with the default management timeout.
getDesignDocuments(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all published DesignDocuments with a custom timeout.
getDesignDocuments(boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all DesignDocuments from either development or production with the default management timeout.
getDesignDocuments(boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all DesignDocuments from either development or production with a custom timeout.
getDesignDocuments() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocuments(boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocuments() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments(boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments(boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDouble(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Double.
getDouble(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Double.
getFromReplica(String, ReplicaMode) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID.
getFromReplica(D, ReplicaMode) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
getFromReplica(String, ReplicaMode, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
getFromReplica(String, ReplicaMode) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(String, ReplicaMode, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(D, ReplicaMode) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(D, ReplicaMode, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(String, ReplicaMode, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(String, ReplicaMode, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(String, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(D, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(String, ReplicaMode, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(String, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(D, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(D, ReplicaMode, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getInt(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Integer.
getInt(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Integer.
getKeys() - Method in class com.couchbase.client.java.view.ViewQuery
 
getLong(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Long.
getLong(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Long.
getMinVersion() - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Returns the smallest node version (thus oldest version) in the cluster from which this ClusterInfo was taken.
getMinVersion() - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
getNames() - Method in class com.couchbase.client.java.document.json.JsonObject
Returns a set of field names on the JsonObject.
getObject(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to JsonObject.
getObject(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to JsonObject.
getString(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to String.
getString(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to String.
getView() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
getView() - Method in class com.couchbase.client.java.view.ViewQuery
 
group() - Method in class com.couchbase.client.java.view.ViewQuery
Group the results using the reduce function to a group or single row.
group(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
groupBy(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
 
groupBy(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.GroupByPath
 
GroupByElement - Class in com.couchbase.client.java.query.dsl.element
.
GroupByElement(Expression[]) - Constructor for class com.couchbase.client.java.query.dsl.element.GroupByElement
 
GroupByPath - Interface in com.couchbase.client.java.query.dsl.path
.
groupLevel(int) - Method in class com.couchbase.client.java.view.ViewQuery
Specify the group level to be used.
gt(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
gte(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 

H

handler - Variable in class com.couchbase.client.java.util.retry.RetryWhenFunction
 
hasBinaryFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a binary document.
hasBucket(String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Checks if the cluster has a Bucket identified by the given name.
hasBucket(String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Checks if the cluster has a Bucket identified by the given name with the default management timeout.
hasBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Checks if the cluster has a Bucket identified by the given name with a custom timeout.
hasBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
hasBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
hasBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
hasCommonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks whether the upper 8 bits are set, indicating common flags presence.
hasCommonFormat(int, int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks that flags has common flags bits set and that they correspond to expected common flags format.
hasCompressionFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks whether the upper 3 bits are set, indicating compression presence.
hashCode() - Method in class com.couchbase.client.java.document.AbstractDocument
 
hashCode() - Method in class com.couchbase.client.java.document.json.JsonArray
 
hashCode() - Method in class com.couchbase.client.java.document.json.JsonObject
 
hashCode() - Method in class com.couchbase.client.java.query.QueryParams
 
hashCode() - Method in class com.couchbase.client.java.util.features.Version
 
hashCode() - Method in class com.couchbase.client.java.view.DefaultView
 
hashCode() - Method in class com.couchbase.client.java.view.DesignDocument
 
hashCode() - Method in class com.couchbase.client.java.view.SpatialView
 
hashCode() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
hashCode() - Method in class com.couchbase.client.java.view.ViewQuery
 
hasJsonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a JSON document.
hasReduce() - Method in class com.couchbase.client.java.view.DefaultView
 
hasReduce() - Method in class com.couchbase.client.java.view.SpatialView
 
hasReduce() - Method in interface com.couchbase.client.java.view.View
If a reduce function is set or not.
hasSerializableFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a serialized document.
hasStringFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a String document.
having(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultHavingPath
 
having(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.HavingPath
 
HavingElement - Class in com.couchbase.client.java.query.dsl.element
.
HavingElement(Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.HavingElement
 
HavingPath - Interface in com.couchbase.client.java.query.dsl.path
.
hosts() - Method in class com.couchbase.client.java.ConnectionString
 

I

i(String...) - Static method in class com.couchbase.client.java.query.dsl.Expression
An identifier or list of identifiers escaped using backquotes `.
id() - Method in class com.couchbase.client.java.document.AbstractDocument
 
id() - Method in interface com.couchbase.client.java.document.Document
The per-bucket unique ID of the Document.
id() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
The id of the document, if not reduced.
id() - Method in interface com.couchbase.client.java.view.AsyncViewRow
The id of the document, if not reduced.
id() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
id() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
id() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
id() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
id() - Method in interface com.couchbase.client.java.view.SpatialViewRow
The id of the document, if not reduced.
id() - Method in interface com.couchbase.client.java.view.ViewRow
The id of the document, if not reduced.
identifier() - Method in enum com.couchbase.client.java.view.OnError
 
identifier() - Method in enum com.couchbase.client.java.view.Stale
 
in(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
inclusiveEnd() - Method in class com.couchbase.client.java.view.ViewQuery
Specifies whether the specified end key should be included in the result.
inclusiveEnd(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
indexReplicas() - Method in interface com.couchbase.client.java.cluster.BucketSettings
If replicas are indexed.
indexReplicas() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
indexReplicas(boolean) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
indexReplicas() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
info() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Returns information about the connected bucket.
info() - Method in interface com.couchbase.client.java.bucket.BucketManager
Returns information about the connected bucket with the default management timeout.
info(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Returns information about the connected bucket with a custom timeout.
info() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
info() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
info(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
info() - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Provides information about the cluster.
info() - Method in interface com.couchbase.client.java.cluster.ClusterManager
Provides information about the cluster with the default management timeout.
info(long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Provides information about the cluster with a custom timeout.
info() - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
info() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
info(long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
info() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
 
info() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
info() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
info() - Method in interface com.couchbase.client.java.query.QueryResult
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.query.QueryParams
Modifies the given N1QL query (as a JsonObject) to reflect these QueryParams.
innerJoin(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
innerJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
innerNest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
innerNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
innerUnnest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
innerUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
insert(D) - Method in interface com.couchbase.client.java.AsyncBucket
Insert a Document if it does not exist already.
insert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert a Document if it does not exist already and watch for durability constraints.
insert(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert a Document if it does not exist already and watch for durability constraints.
insert(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert a Document if it does not exist already and watch for durability constraints.
insert(D) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already with the default key/value timeout.
insert(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already with a custom timeout.
insert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already and watch for durability constraints with the default key/value timeout.
insert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already and watch for durability constraints with a custom timeout.
insert(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already and watch for durability constraints with the default key/value timeout.
insert(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already and watch for durability constraints with a custom timeout.
insert(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already and watch for durability constraints with the default key/value timeout.
insert(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert a Document if it does not exist already and watch for durability constraints with a custom timeout.
insert(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insert(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Inserts a Bucket with its BucketSettings if it does not already exist.
insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Inserts a Bucket with its BucketSettings if it does not already exist with the default management timeout.
insertBucket(BucketSettings, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Inserts a Bucket with its BucketSettings if it does not already exist with a custom timeout.
insertBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
insertBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
insertBucket(BucketSettings, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
insertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Inserts a DesignDocument into production if it does not exist.
insertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Inserts a DesignDocument into development or production if it does not exist.
insertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into production if it does not exist with the default management timeout.
insertDesignDocument(DesignDocument, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into production if it does not exist with a custom timeout.
insertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into development or production if it does not exist with the default management timeout.
insertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into development or production if it does not exist with a custom timeout.
insertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
insertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
insertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDesignDocument(DesignDocument, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
INSTANCE - Static variable in class com.couchbase.client.java.document.json.JsonNull
 
InvalidPasswordException - Exception in com.couchbase.client.java.error
This exception is commonly raised when the password for a resource does not match.
InvalidPasswordException() - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
 
InvalidPasswordException(String) - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
 
InvalidPasswordException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
 
InvalidPasswordException(Throwable) - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
 
ioPool(EventLoopGroup) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
ioPool(EventLoopGroup, ShutdownHook) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
ioPoolSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
is(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
isAvailableOn(Version) - Method in enum com.couchbase.client.java.util.features.CouchbaseFeature
Checks if this feature is available on the provided server version.
isDevelopment() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
isDevelopment() - Method in class com.couchbase.client.java.view.ViewQuery
 
isEmpty() - Method in class com.couchbase.client.java.document.json.JsonArray
Checks if the JsonArray is empty or not.
isEmpty() - Method in class com.couchbase.client.java.document.json.JsonObject
Returns true if the JsonObject is empty, false otherwise.
isMissing() - Method in class com.couchbase.client.java.query.dsl.Expression
 
isNotMissing() - Method in class com.couchbase.client.java.query.dsl.Expression
 
isNotNull() - Method in class com.couchbase.client.java.query.dsl.Expression
 
isNotValued() - Method in class com.couchbase.client.java.query.dsl.Expression
 
isNull() - Method in class com.couchbase.client.java.query.dsl.Expression
 
isNull(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
isValued() - Method in class com.couchbase.client.java.query.dsl.Expression
 
iterator() - Method in class com.couchbase.client.java.document.json.JsonArray
 
iterator() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
iterator() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
iterator() - Method in class com.couchbase.client.java.view.DefaultViewResult
 

J

ja() - Static method in class com.couchbase.client.java.document.json.JsonValue
Static factory method to create an empty JsonArray.
JacksonTransformers - Class in com.couchbase.client.java.transcoder
 
JacksonTransformers() - Constructor for class com.couchbase.client.java.transcoder.JacksonTransformers
 
jo() - Static method in class com.couchbase.client.java.document.json.JsonValue
Static factory method to create an empty JsonObject.
join(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
join(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
JoinElement - Class in com.couchbase.client.java.query.dsl.element
.
JoinElement(JoinType, String) - Constructor for class com.couchbase.client.java.query.dsl.element.JoinElement
 
JoinPath - Interface in com.couchbase.client.java.query.dsl.path
.
JoinType - Enum in com.couchbase.client.java.query.dsl.path
.
JSON_ARRAY_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_BOOLEAN_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
JSON_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
JSON_DOUBLE_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
JSON_LONG_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_OBJECT_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_STRING_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_VALUE_MODULE - Static variable in class com.couchbase.client.java.transcoder.JacksonTransformers
 
JsonArray - Class in com.couchbase.client.java.document.json
Represents a JSON array that can be stored and loaded from Couchbase Server.
JsonArrayDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON array as the toplevel type.
jsonArrayToByteBuf(JsonArray) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
jsonArrayToString(JsonArray) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
JsonArrayTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDocuments.
JsonArrayTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
JsonBooleanDocument - Class in com.couchbase.client.java.document
 
JsonBooleanTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonBooleanDocuments.
JsonBooleanTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
 
JsonDocument - Class in com.couchbase.client.java.document
Represents a Document that contains a JsonObject as the content.
JsonDoubleDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON scalar double or float as the toplevel type.
JsonDoubleTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDoubleDocuments.
JsonDoubleTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
 
JsonLongDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON scalar long or int as the toplevel type.
JsonLongTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDoubleDocuments.
JsonLongTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonLongTranscoder
 
JsonNull - Class in com.couchbase.client.java.document.json
Represents the JSON form of “NULL”.
JsonObject - Class in com.couchbase.client.java.document.json
Represents a JSON object that can be stored and loaded from Couchbase Server.
jsonObjectToByteBuf(JsonObject) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
jsonObjectToString(JsonObject) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
JsonStringDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON scalar quoted string as the toplevel type.
JsonStringTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonStringDocuments.
JsonStringTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonStringTranscoder
 
JsonTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDocuments.
JsonTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonTranscoder
 
JsonValue - Class in com.couchbase.client.java.document.json
Represents a JSON value (either a JsonObject or a JsonArray.
JsonValue() - Constructor for class com.couchbase.client.java.document.json.JsonValue
 

K

keepAliveInterval(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
key() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
The key of the row.
key() - Method in interface com.couchbase.client.java.view.AsyncViewRow
The key of the row index.
key() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
key() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
key() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
key() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
key() - Method in interface com.couchbase.client.java.view.SpatialViewRow
The key of the row index.
key(String) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(int) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(long) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(double) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(JsonObject) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
 
key() - Method in interface com.couchbase.client.java.view.ViewRow
The key of the row index.
keys(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
keys(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
keys(JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
keys(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
 
keys(String) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
 
keys(JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
 
keys(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
 
KeysElement - Class in com.couchbase.client.java.query.dsl.element
.
KeysElement(Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.KeysElement
 
KeysPath - Interface in com.couchbase.client.java.query.dsl.path
.
kvEndpoints(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
kvTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for binary (key/value) operations, set to DefaultCouchbaseEnvironment.KV_TIMEOUT.
kvTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
kvTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
kvTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 

L

leftJoin(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
leftJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
leftNest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
leftNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
leftOuterJoin(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
leftOuterJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
leftOuterNest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
leftOuterNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
leftOuterUnnest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
leftOuterUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
leftUnnest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
leftUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
LEGACY_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
LegacyDocument - Class in com.couchbase.client.java.document
This document is fully compatible with Java SDK 1.* stored documents.
LegacyTranscoder - Class in com.couchbase.client.java.transcoder
A Transcoder which mimics the behavior of the Java SDK 1.* series for compatibility.
LegacyTranscoder() - Constructor for class com.couchbase.client.java.transcoder.LegacyTranscoder
 
LegacyTranscoder(int) - Constructor for class com.couchbase.client.java.transcoder.LegacyTranscoder
 
length(Expression) - Static method in class com.couchbase.client.java.query.dsl.Functions
 
let(Alias...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
let(Alias...) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
LetElement - Class in com.couchbase.client.java.query.dsl.element
.
LetElement(Alias[]) - Constructor for class com.couchbase.client.java.query.dsl.element.LetElement
 
LetPath - Interface in com.couchbase.client.java.query.dsl.path
 
letting(Alias...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLettingPath
 
letting(Alias...) - Method in interface com.couchbase.client.java.query.dsl.path.LettingPath
 
LettingElement - Class in com.couchbase.client.java.query.dsl.element
.
LettingElement(Alias[]) - Constructor for class com.couchbase.client.java.query.dsl.element.LettingElement
 
LettingPath - Interface in com.couchbase.client.java.query.dsl.path
.
like(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
limit(int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
 
limit(int) - Method in interface com.couchbase.client.java.query.dsl.path.LimitPath
 
limit(int) - Method in class com.couchbase.client.java.view.SpatialViewQuery
Limit the number of the returned documents to the specified number.
limit(int) - Method in class com.couchbase.client.java.view.ViewQuery
Limit the number of the returned documents to the specified number.
LimitElement - Class in com.couchbase.client.java.query.dsl.element
.
LimitElement(int) - Constructor for class com.couchbase.client.java.query.dsl.element.LimitElement
 
LimitPath - Interface in com.couchbase.client.java.query.dsl.path
 
LONG_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
LONG_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
lt(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
lte(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 

M

major() - Method in class com.couchbase.client.java.util.features.Version
 
managementTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for management operations, set to DefaultCouchbaseEnvironment.MANAGEMENT_TIMEOUT.
managementTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
managementTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
managementTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
map() - Method in class com.couchbase.client.java.view.DefaultView
 
map() - Method in class com.couchbase.client.java.view.SpatialView
 
map() - Method in interface com.couchbase.client.java.view.View
The map function
MAPPER - Static variable in class com.couchbase.client.java.transcoder.JacksonTransformers
 
mapToSpatialViewResult(AsyncBucket, SpatialViewQuery, ViewQueryResponse) - Static method in class com.couchbase.client.java.view.ViewQueryResponseMapper
Maps a raw ViewQueryResponse into a AsyncSpatialViewResult.
mapToViewResult(AsyncBucket, ViewQuery, ViewQueryResponse) - Static method in class com.couchbase.client.java.view.ViewQueryResponseMapper
Maps a raw ViewQueryResponse into a AsyncViewResult.
max(int) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Make at most maxAttempts retry attempts.
maxAttempts - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
maxRequestLifetime(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
messageForMaxAttempts(long) - Static method in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
meta() - Static method in class com.couchbase.client.java.query.dsl.Functions
 
minor() - Method in class com.couchbase.client.java.util.features.Version
 
mutationCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 

N

n1ql() - Method in class com.couchbase.client.java.query.AbstractQuery
 
n1ql() - Method in enum com.couchbase.client.java.query.consistency.ScanConsistency
 
n1ql() - Method in class com.couchbase.client.java.query.Query
Convert this query to a full N1QL query in Json form.
name() - Method in interface com.couchbase.client.java.AsyncBucket
The name of the Bucket.
name() - Method in interface com.couchbase.client.java.bucket.BucketInfo
The name of the bucket.
name() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
name() - Method in interface com.couchbase.client.java.Bucket
The name of the Bucket.
name() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The name of the bucket.
name() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
name(String) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
name() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
name() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
name() - Method in class com.couchbase.client.java.CouchbaseBucket
 
name() - Method in class com.couchbase.client.java.view.DefaultView
 
name() - Method in class com.couchbase.client.java.view.DesignDocument
 
name() - Method in class com.couchbase.client.java.view.SpatialView
 
name() - Method in interface com.couchbase.client.java.view.View
The name of the view.
ne(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
nest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
nest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
NestElement - Class in com.couchbase.client.java.query.dsl.element
.
NestElement(JoinType, String) - Constructor for class com.couchbase.client.java.query.dsl.element.NestElement
 
NestPath - Interface in com.couchbase.client.java.query.dsl.path
.
newDocument(String, int, ByteBuf, long) - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
newDocument(String, int, JsonArray, long) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
newDocument(String, int, Boolean, long) - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
 
newDocument(String, int, Double, long) - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
 
newDocument(String, int, Long, long) - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
 
newDocument(String, int, String, long) - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
 
newDocument(String, int, JsonObject, long) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
newDocument(String, int, Object, long) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
newDocument(String, int, String, long) - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
 
newDocument(String, int, Serializable, long) - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
 
newDocument(String, int, String, long) - Method in class com.couchbase.client.java.transcoder.StringTranscoder
 
newDocument(String, int, T, long) - Method in interface com.couchbase.client.java.transcoder.Transcoder
 
NO_TIME - Static variable in class com.couchbase.client.java.query.QueryMetrics
Human-readable representation of the absence of duration, as “0s”.
NO_VERSION - Static variable in class com.couchbase.client.java.util.features.Version
 
nodeCount() - Method in interface com.couchbase.client.java.bucket.BucketInfo
The number of nodes on the bucket.
nodeCount() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
nodeList() - Method in interface com.couchbase.client.java.bucket.BucketInfo
Returns a list of nodes that is interacting with the bucket.
nodeList() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
NodeLocatorHelper - Class in com.couchbase.client.java.util
Helper class to provide direct access on how document IDs are mapped onto nodes.
nodes() - Method in class com.couchbase.client.java.util.NodeLocatorHelper
Returns all nodes known in the current config.
not() - Method in class com.couchbase.client.java.query.dsl.Expression
 
notBetween(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
notIn(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
notLike(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
NULL - Static variable in class com.couchbase.client.java.document.json.JsonValue
Represents a Json “null”.
NULL() - Static method in class com.couchbase.client.java.query.dsl.Expression
 

O

observeIntervalDelay(Delay) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
offset(int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
 
offset(int) - Method in interface com.couchbase.client.java.query.dsl.path.OffsetPath
 
OffsetElement - Class in com.couchbase.client.java.query.dsl.element
.
OffsetElement(int) - Constructor for class com.couchbase.client.java.query.dsl.element.OffsetElement
 
OffsetPath - Interface in com.couchbase.client.java.query.dsl.path
.
once() - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Make only one retry attempt (default).
OnError - Enum in com.couchbase.client.java.view
Set the behavior on error for a view query.
onError(OnError) - Method in class com.couchbase.client.java.view.SpatialViewQuery
Sets the response in the event of an error.
onError(OnError) - Method in class com.couchbase.client.java.view.ViewQuery
Sets the response in the event of an error.
openBucket() - Method in interface com.couchbase.client.java.AsyncCluster
Opens the default bucket with an empty password.
openBucket(String) - Method in interface com.couchbase.client.java.AsyncCluster
Opens the bucket with the given name and an empty password.
openBucket(String, String) - Method in interface com.couchbase.client.java.AsyncCluster
Opens the bucket with the given name and password.
openBucket(String, String, List<Transcoder<? extends Document, ?>>) - Method in interface com.couchbase.client.java.AsyncCluster
Opens the bucket with the given name, password and a custom list of Transcoders.
openBucket() - Method in interface com.couchbase.client.java.Cluster
Opens the default bucket with an empty password with the default connect timeout.
openBucket(long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens the default bucket with an empty password with a custom timeout.
openBucket(String) - Method in interface com.couchbase.client.java.Cluster
Opens a bucket identified by its name with an empty password and with the default connect timeout.
openBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens a bucket identified by its name with an empty password and with a custom timeout.
openBucket(String, String) - Method in interface com.couchbase.client.java.Cluster
Opens a bucket identified by its name and password with the default connect timeout.
openBucket(String, String, long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens a bucket identified by its name and password with a custom timeout.
openBucket(String, String, List<Transcoder<? extends Document, ?>>) - Method in interface com.couchbase.client.java.Cluster
Opens a bucket identified by its name and password with custom transcoders and with the default connect timeout.
openBucket(String, String, List<Transcoder<? extends Document, ?>>, long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens a bucket identified by its name and password with custom transcoders and with a custom timeout.
openBucket() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
openBucket(String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
openBucket(String, String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
openBucket(String, String, List<Transcoder<? extends Document, ?>>) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
openBucket() - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String, String) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String, String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String, String, List<Transcoder<? extends Document, ?>>) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String, String, List<Transcoder<? extends Document, ?>>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
 
optionalScheduler - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
or(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
 
orderBy(Sort...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
 
orderBy(Sort...) - Method in interface com.couchbase.client.java.query.dsl.path.OrderByPath
 
OrderByElement - Class in com.couchbase.client.java.query.dsl.element
.
OrderByElement(Sort...) - Constructor for class com.couchbase.client.java.query.dsl.element.OrderByElement
 
OrderByPath - Interface in com.couchbase.client.java.query.dsl.path
.

P

packageNameAndVersion(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
packageNameAndVersion() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
parametrized(Statement, JsonArray) - Static method in class com.couchbase.client.java.query.Query
Create a new query with positionalParameters.
parametrized(Statement, JsonObject) - Static method in class com.couchbase.client.java.query.Query
Create a new query with named parameters.
parametrized(Statement, JsonArray, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new query with positionalParameters.
parametrized(Statement, JsonObject, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new query with named parameters.
parametrized(String, JsonArray) - Static method in class com.couchbase.client.java.query.Query
Create a new query with positionalParameters.
parametrized(String, JsonObject) - Static method in class com.couchbase.client.java.query.Query
Create a new query with named parameters.
parametrized(String, JsonArray, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new query with positionalParameters.
parametrized(String, JsonObject, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new query with named parameters.
ParametrizedQuery - Class in com.couchbase.client.java.query
Represent a N1QL with an optionally parametrized statement (in which case the values must be passed according to the type and number of placeholders).
params() - Method in class com.couchbase.client.java.ConnectionString
 
params() - Method in class com.couchbase.client.java.query.AbstractQuery
 
params() - Method in class com.couchbase.client.java.query.Query
Returns the QueryParams representing customization of the N1QL query.
parseSuccess() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
Immediately denotes initial parsing success of the query.
parseSuccess() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
parseSuccess() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
parseSuccess() - Method in interface com.couchbase.client.java.query.QueryResult
 
parseVersion(String) - Static method in class com.couchbase.client.java.util.features.Version
Parses a String into a Version.
password() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The password of the bucket.
password() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
password(String) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
password() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
patch() - Method in class com.couchbase.client.java.util.features.Version
 
Path - Interface in com.couchbase.client.java.query.dsl.path
.
PersistTo - Enum in com.couchbase.client.java
Defines the possible disk persistence constraints to observe.
plan() - Method in class com.couchbase.client.java.query.QueryPlan
 
populateParameters(JsonObject, JsonValue) - Static method in class com.couchbase.client.java.query.AbstractQuery
Populate a JsonObject representation of a query with parameters, either positional or named.
port() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The optional proxy port.
port() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
port(int) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
port() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
prepare(Statement) - Method in interface com.couchbase.client.java.AsyncBucket
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given Statement.
prepare(String) - Method in interface com.couchbase.client.java.AsyncBucket
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given statement in String form.
prepare(String) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given String statement, with the default timeout.
prepare(Statement) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given Statement, with the default timeout.
prepare(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given String statement, with a custom timeout.
prepare(Statement, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given Statement, with a custom timeout.
prepare(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepare(Statement) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepare(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepare(Statement) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepare(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepare(Statement, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepare(Statement) - Static method in class com.couchbase.client.java.query.PrepareStatement
Construct a PrepareStatement from a select-like Statement.
prepare(String) - Static method in class com.couchbase.client.java.query.PrepareStatement
Construct a PrepareStatement from a statement in String format.
PREPARE_PREFIX - Static variable in class com.couchbase.client.java.query.PrepareStatement
a prefix to be used in order to prepare a query plan for a statement
prepared(QueryPlan) - Static method in class com.couchbase.client.java.query.Query
Create a new prepared query without parameters (the original statement shouldn’t contain parameter placeholders).
prepared(QueryPlan, JsonArray) - Static method in class com.couchbase.client.java.query.Query
Create a new prepared query with positionalParameters.
prepared(QueryPlan, JsonObject) - Static method in class com.couchbase.client.java.query.Query
Create a new prepared query with named parameters.
prepared(QueryPlan, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new prepared query without parameters (the original statement shouldn’t contain parameter placeholders).
prepared(QueryPlan, JsonArray, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new prepared query with positionalParameters.
prepared(QueryPlan, JsonObject, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new prepared query with named parameters.
PreparedQuery - Class in com.couchbase.client.java.query
Represent a N1QL query, with a parametrized prepared statement plan (for which the values must be passed according to the type and number of placeholders).
PrepareStatement - Class in com.couchbase.client.java.query
A PREPARE Statement that wraps another Statement in order to send it to the server and produce a QueryPlan.
prepend(D) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Document to another one.
prepend(D) - Method in interface com.couchbase.client.java.Bucket
Prepend a Document to another one with the default key/value timeout.
prepend(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Prepend a Document to another one with a custom timeout.
prepend(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
PRIVATE_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
publishDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Publishes a DesignDocument from development into production.
publishDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Publishes a DesignDocument from development into production.
publishDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with the default management timeout.
publishDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with a custom timeout.
publishDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with the default management timeout.
publishDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with a custom timeout.
publishDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
publishDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
publishDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
publishDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
publishDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
publishDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
put(String, Object) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Object value identified by the field name.
put(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a String value identified by the field name.
put(String, int) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Integer value identified by the field name.
put(String, long) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Long value identified by the field name.
put(String, double) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Double value identified by the field name.
put(String, boolean) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Boolean value identified by the field name.
put(String, JsonObject) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonObject value identified by the field name.
put(String, Map<String, ?>) - Method in class com.couchbase.client.java.document.json.JsonObject
Attempt to convert a Map to a JsonObject value and store it, identified by the field name.
put(String, JsonArray) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonArray value identified by the field name.
put(String, List<?>) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonArray value identified by the field name.
putNull(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Store a null value identified by the field’s name.

Q

query(ViewQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Couchbase Server View.
query(SpatialViewQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Couchbase Server Spatial View.
query(Statement) - Method in interface com.couchbase.client.java.AsyncBucket
Experimental: Queries a N1QL secondary index with a simple Statement.
query(Query) - Method in interface com.couchbase.client.java.AsyncBucket
Experimental: Queries a N1QL secondary index.
query(ViewQuery) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server View with the default view timeout.
query(SpatialViewQuery) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server Spatial View with the default view timeout.
query(ViewQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server View with a custom timeout.
query(SpatialViewQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server Spatial View with a custom timeout.
query(Statement) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index with the default query timeout.
query(Statement, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index with a custom timeout.
query(Query) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index with the default query timeout.
query(Query, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Experimental: Queries a N1QL secondary index with a custom timeout.
query(ViewQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(SpatialViewQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(Statement) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(Query) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(ViewQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(Statement) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(Query) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(SpatialViewQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(ViewQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(SpatialViewQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(Statement, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(Query, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
Query - Class in com.couchbase.client.java.query
Contract to describe N1QL queries.
Query() - Constructor for class com.couchbase.client.java.query.Query
 
queryEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
queryEndpoints(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
QueryMetrics - Class in com.couchbase.client.java.query
A class that represents N1QL metrics.
QueryMetrics(JsonObject) - Constructor for class com.couchbase.client.java.query.QueryMetrics
 
QueryParams - Class in com.couchbase.client.java.query
Parameter Object for queries that allows to fluently set most of the N1QL query parameters: - server side timeout - credentials - client context ID - scan consistency (with associated scan vector and/or scan wait if relevant)
QueryPlan - Class in com.couchbase.client.java.query
Represents the execution plan of a prepared statement, as returned by the server after a “PREPARE …” query.
QueryPlan(JsonObject) - Constructor for class com.couchbase.client.java.query.QueryPlan
 
queryPort(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
QueryResult - Interface in com.couchbase.client.java.query
Represents the results of a Query, in a blocking fashion.
QueryRow - Interface in com.couchbase.client.java.query
 
queryTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for query operations, set to DefaultCouchbaseEnvironment.QUERY_TIMEOUT.
queryTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
queryTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
queryTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
quota() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The bucket quota.
quota() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
quota(int) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
quota() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 

R

range(JsonArray, JsonArray) - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
raw() - Method in interface com.couchbase.client.java.bucket.BucketInfo
Raw JSON server response for advanced analysis.
raw() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
raw() - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Provides raw access to the full JSON information from the server.
raw() - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
RAW_JSON_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
RawJsonDocument - Class in com.couchbase.client.java.document
Represents a Document that contains a already encoded JSON document.
RawJsonTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode a RawJsonDocuments.
RawJsonTranscoder() - Constructor for class com.couchbase.client.java.transcoder.RawJsonTranscoder
 
read(ClusterFacade, String, ReplicaMode, String) - Static method in class com.couchbase.client.java.bucket.ReplicaReader
Perform replica reads to as many nodes a possible based on the given ReplicaMode.
readFromSerializedStream(ObjectInputStream) - Method in class com.couchbase.client.java.document.AbstractDocument
Helper method to create the document from an object input stream, used for serialization purposes.
reconnectDelay(Delay) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
reduce() - Method in class com.couchbase.client.java.view.DefaultView
 
reduce() - Method in class com.couchbase.client.java.view.SpatialView
 
reduce() - Method in interface com.couchbase.client.java.view.View
The reduce function.
reduce(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
Explicitly enable/disable the reduce function on the query.
reduce() - Method in class com.couchbase.client.java.view.ViewQuery
 
remove(D) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server.
remove(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server and apply a durability requirement.
remove(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server and apply a durability requirement.
remove(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server and apply a durability requirement.
remove(String) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server identified by its ID.
remove(String, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(String, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(String, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(String, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server identified by its ID.
remove(String, PersistTo, ReplicateTo, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(String, PersistTo, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(String, ReplicateTo, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(D) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server with the default key/value timeout.
remove(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server with a custom timeout.
remove(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server and apply a durability requirement with the default key/value timeout.
remove(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server and apply a durability requirement with a custom timeout.
remove(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server and apply a durability requirement with the default key/value timeout.
remove(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server and apply a durability requirement with a custom timeout.
remove(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server and apply a durability requirement with the default key/value timeout.
remove(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server and apply a durability requirement with a custom timeout.
remove(String) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server identified by its ID with the default key/value timeout.
remove(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server identified by its ID with a custom timeout.
remove(String, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with the default key/value timeout.
remove(String, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with a custom timeout.
remove(String, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with the default key/value timeout.
remove(String, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with a custom timeout.
remove(String, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with the default key/value timeout.
remove(String, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with a custom timeout.
remove(String, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server identified by its ID with the default key/value timeout.
remove(String, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server identified by its ID with a custom timeout.
remove(String, PersistTo, ReplicateTo, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with the default key/value timeout.
remove(String, PersistTo, ReplicateTo, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with a custom timeout.
remove(String, PersistTo, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with the default key/value timeout.
remove(String, PersistTo, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with a custom timeout.
remove(String, ReplicateTo, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with the default key/value timeout.
remove(String, ReplicateTo, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes a Document from the Server by its ID and apply a durability requirement with a custom timeout.
remove(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, ReplicateTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, ReplicateTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, ReplicateTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, ReplicateTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, ReplicateTo, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, PersistTo, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
remove(String, ReplicateTo, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
removeBucket(String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Removes a Bucket identified by its name.
removeBucket(String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Removes a Bucket identified by its name with the default management timeout.
removeBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Removes a Bucket identified by its name with a custom timeout.
removeBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
removeBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
removeBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
removeDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Removes a DesignDocument from production by its name.
removeDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Removes a DesignDocument from production or development by its name.
removeDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production by its name with the default management timeout.
removeDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production by its name with a custom timeout.
removeDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production or development by its name with the default management timeout.
removeDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production or development by its name with a custom timeout.
removeDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
removeDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
removeDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeKey(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Removes an entry from the JsonObject.
replace(D) - Method in interface com.couchbase.client.java.AsyncBucket
Replace a Document if it does already exist.
replace(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Replace a Document if it does exist and watch for durability constraints.
replace(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Replace a Document if it does exist and watch for durability constraints.
replace(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Replace a Document if it does exist and watch for durability constraints.
replace(D) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does already exist with the default key/value timeout.
replace(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does already exist with a custom timeout.
replace(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does exist and watch for durability constraints with the default key/value timeout.
replace(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does exist and watch for durability constraints with a custom timeout.
replace(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does exist and watch for durability constraints with the default key/value timeout.
replace(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does exist and watch for durability constraints with a custom timeout.
replace(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does exist and watch for durability constraints with the default key/value timeout.
replace(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Replace a Document if it does exist and watch for durability constraints with a custom timeout.
replace(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replace(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
replicaCount() - Method in interface com.couchbase.client.java.bucket.BucketInfo
The number of replicas configured.
replicaCount() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
ReplicaMode - Enum in com.couchbase.client.java
Represents the different modes to read from replica nodes.
replicaNodeForId(String, int) - Method in class com.couchbase.client.java.util.NodeLocatorHelper
Returns the target replica node InetAddress for a given document ID and replica number on the bucket.
replicaNodesForId(String) - Method in class com.couchbase.client.java.util.NodeLocatorHelper
Returns all target replica nodes InetAddress for a given document ID on the bucket.
ReplicaReader - Class in com.couchbase.client.java.bucket
Helper class to deal with reading from zero to N replicas and returning results.
ReplicaReader() - Constructor for class com.couchbase.client.java.bucket.ReplicaReader
 
replicas() - Method in interface com.couchbase.client.java.cluster.BucketSettings
Number of replicas.
replicas() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
replicas(int) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
replicas() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
ReplicateTo - Enum in com.couchbase.client.java
Defines the possible replication constraints to observe.
requestBufferSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
requestId() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
 
requestId() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
requestId() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
requestId() - Method in interface com.couchbase.client.java.query.QueryResult
 
RequestTooBigException - Exception in com.couchbase.client.java.error
Thrown when the request is too big for some reason.
RequestTooBigException() - Constructor for exception com.couchbase.client.java.error.RequestTooBigException
 
RequestTooBigException(String) - Constructor for exception com.couchbase.client.java.error.RequestTooBigException
 
RequestTooBigException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.RequestTooBigException
 
RequestTooBigException(Throwable) - Constructor for exception com.couchbase.client.java.error.RequestTooBigException
 
responseBufferSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
resultCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
resultSize() - Method in class com.couchbase.client.java.query.QueryMetrics
 
Retry - Class in com.couchbase.client.java.util.retry
Utility methods to deal with retrying Observables.
Retry() - Constructor for class com.couchbase.client.java.util.retry.Retry
 
RetryBuilder - Class in com.couchbase.client.java.util.retry
Builder for RetryWhenFunction.
RetryBuilder.ShouldStopOnError - Class in com.couchbase.client.java.util.retry
 
retryDelay(Delay) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
retryDelay - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
retryOnCondition(Observable<ViewQueryResponse>) - Static method in class com.couchbase.client.java.view.ViewRetryHandler
Takes a ViewQueryResponse, verifies their status based on fixed criteria and resubscribes if needed.
retryStrategy(RetryStrategy) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
RetryWhenFunction - Class in com.couchbase.client.java.util.retry
Combine a mapping of errors to their attempt number with a flatmap that induces a retry delay into a function that can be passed to an Observable’s retryWhen operation.
RetryWhenFunction(RetryWithDelayHandler) - Constructor for class com.couchbase.client.java.util.retry.RetryWhenFunction
 
RetryWithDelayHandler - Class in com.couchbase.client.java.util.retry
A class that allows to produce a “retry” delay depending on the number of retry attempts.
RetryWithDelayHandler(int, Delay) - Constructor for class com.couchbase.client.java.util.retry.RetryWithDelayHandler
Construct a retry handler that will retry on all errors.
RetryWithDelayHandler(int, Delay, Func1<Throwable, Boolean>) - Constructor for class com.couchbase.client.java.util.retry.RetryWithDelayHandler
Construct a retry handler that will retry on most errors but will stop on specific errors.
RetryWithDelayHandler(int, Delay, Func1<Throwable, Boolean>, Scheduler) - Constructor for class com.couchbase.client.java.util.retry.RetryWithDelayHandler
Protected constructor that also allows to set a Scheduler for the delay, especially useful for tests.
round(Expression) - Static method in class com.couchbase.client.java.query.dsl.Functions
 
round(Expression, int) - Static method in class com.couchbase.client.java.query.dsl.Functions
 
rows() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
 
rows() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
rows() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
rows() - Method in interface com.couchbase.client.java.query.QueryResult
 
rows() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
Emits one AsyncViewRow for each row received from the view.
rows() - Method in interface com.couchbase.client.java.view.AsyncViewResult
Emits one AsyncViewRow for each row received from the view.
rows() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
rows() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
 
rows() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
rows(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
rows() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
rows(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewResult
 
rows() - Method in interface com.couchbase.client.java.view.SpatialViewResult
Emits one ViewRow for each row received from the view with the default view timeout.
rows(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewResult
Emits one ViewRow for each row received from the view with a custom timeout.
rows() - Method in interface com.couchbase.client.java.view.ViewResult
Emits one ViewRow for each row received from the view with the default view timeout.
rows(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewResult
Emits one ViewRow for each row received from the view with a custom timeout.

S

s(String) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
ScanConsistency - Enum in com.couchbase.client.java.query.consistency
The possible values for scan_consistency in a N1QL request.
scanWait(long, TimeUnit) - Method in class com.couchbase.client.java.query.QueryParams
If the NOT_BOUNDED scan consistency has been chosen, does nothing.
scheduler(Scheduler) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
scheduler(Scheduler, ShutdownHook) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
scheme() - Method in class com.couchbase.client.java.ConnectionString
 
SDK_PACKAGE_NAME_AND_VERSION - Static variable in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
select(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
select(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
select(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
select(String...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
Select - Class in com.couchbase.client.java.query
.
select(Expression...) - Static method in class com.couchbase.client.java.query.Select
 
select(String...) - Static method in class com.couchbase.client.java.query.Select
 
selectAll(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectAll(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectAll(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectAll(String...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectAll(Expression...) - Static method in class com.couchbase.client.java.query.Select
 
selectAll(String...) - Static method in class com.couchbase.client.java.query.Select
 
selectDistinct(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectDistinct(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectDistinct(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectDistinct(String...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectDistinct(Expression...) - Static method in class com.couchbase.client.java.query.Select
 
selectDistinct(String...) - Static method in class com.couchbase.client.java.query.Select
 
SelectElement - Class in com.couchbase.client.java.query.dsl.element
.
SelectElement(SelectType, Expression...) - Constructor for class com.couchbase.client.java.query.dsl.element.SelectElement
 
SelectPath - Interface in com.couchbase.client.java.query.dsl.path
.
selectRaw(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectRaw(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectRaw(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectRaw(String) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectRaw(Expression) - Static method in class com.couchbase.client.java.query.Select
 
selectRaw(String) - Static method in class com.couchbase.client.java.query.Select
 
SelectResultPath - Interface in com.couchbase.client.java.query.dsl.path
.
SelectType - Enum in com.couchbase.client.java.query.dsl.path
.
SERIALIZABLE_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
SerializableDocument - Class in com.couchbase.client.java.document
Handles content which implements Serializable.
SerializableStatement - Interface in com.couchbase.client.java.query
A Statement that is also explicitly Serializable.
SerializableTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode SerializableDocuments.
SerializableTranscoder() - Constructor for class com.couchbase.client.java.transcoder.SerializableTranscoder
 
serialize(Serializable) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Serializes the input into a ByteBuf.
SERIALIZED_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
SERIALIZED_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
serverSideTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.query.QueryParams
Sets a maximum timeout for processing on the server side.
shouldAutoReleaseOnDecode() - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
Flag method to auto release decoded buffers.
shouldAutoReleaseOnDecode() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
shouldAutoReleaseOnError() - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
Flag method to auto release buffers on decoding error.
shouldAutoReleaseOnError() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
ShouldStopOnError(List<Class<? extends Throwable>>, boolean) - Constructor for class com.couchbase.client.java.util.retry.RetryBuilder.ShouldStopOnError
 
signature() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
 
signature() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
 
signature() - Method in class com.couchbase.client.java.query.DefaultQueryResult
 
signature() - Method in interface com.couchbase.client.java.query.QueryResult
 
simple(Statement) - Static method in class com.couchbase.client.java.query.Query
Create a new Query with a plain un-parametrized Statement.
simple(String) - Static method in class com.couchbase.client.java.query.Query
Create a new Query with a plain raw statement in String form.
simple(Statement, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new Query with a plain un-parametrized Statement and custom query parameters.
simple(String, QueryParams) - Static method in class com.couchbase.client.java.query.Query
Create a new Query with a plain raw statement in String form and custom query parameters.
SimpleQuery - Class in com.couchbase.client.java.query
The simplest form of N1QL Query with a plain un-parametrized Statement.
size() - Method in class com.couchbase.client.java.document.json.JsonArray
Returns the size of the JsonArray.
size() - Method in class com.couchbase.client.java.document.json.JsonObject
The size of the JsonObject.
skip(int) - Method in class com.couchbase.client.java.view.SpatialViewQuery
Skip this number of records before starting to return the results.
skip(int) - Method in class com.couchbase.client.java.view.ViewQuery
Skip this number of records before starting to return the results.
socketConnectTimeout(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
Sort - Class in com.couchbase.client.java.query.dsl
.
Sort.Order - Enum in com.couchbase.client.java.query.dsl
 
SpatialView - Class in com.couchbase.client.java.view
Implementation of a spatial view.
SpatialView(String, String) - Constructor for class com.couchbase.client.java.view.SpatialView
 
SpatialViewQuery - Class in com.couchbase.client.java.view
Fluent DSL for a Spatial View Query.
SpatialViewResult - Interface in com.couchbase.client.java.view
Represents the result from a ViewQuery.
SpatialViewRow - Interface in com.couchbase.client.java.view
Represents a SpatialViewRow fetched from the View.
sslEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
sslKeystoreFile(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
sslKeystorePassword(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
stale(Stale) - Method in class com.couchbase.client.java.view.SpatialViewQuery
Allow the results from a stale view to be used.
Stale - Enum in com.couchbase.client.java.view
Sets the staleness requirement for the view query.
stale(Stale) - Method in class com.couchbase.client.java.view.ViewQuery
Allow the results from a stale view to be used.
startKey(String) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKey(int) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKey(long) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKey(double) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKey(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKey(JsonObject) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKey(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
 
startKeyDocId(String) - Method in class com.couchbase.client.java.view.ViewQuery
 
startRange(JsonArray) - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
statement() - Method in class com.couchbase.client.java.query.AbstractQuery
 
statement() - Method in class com.couchbase.client.java.query.PreparedQuery
 
statement() - Method in class com.couchbase.client.java.query.Query
Returns the Statement from this query.
Statement - Interface in com.couchbase.client.java.query
 
statementParameters() - Method in class com.couchbase.client.java.query.AbstractQuery
The parameters to inject in the query, null or empty to ignore.
statementParameters() - Method in class com.couchbase.client.java.query.ParametrizedQuery
 
statementParameters() - Method in class com.couchbase.client.java.query.SimpleQuery
 
statementType() - Method in class com.couchbase.client.java.query.AbstractQuery
The type of the statement, used as JSON name in the final JSON form of the query
statementType() - Method in class com.couchbase.client.java.query.ParametrizedQuery
 
statementType() - Method in class com.couchbase.client.java.query.PreparedQuery
 
statementType() - Method in class com.couchbase.client.java.query.SimpleQuery
 
statementValue() - Method in class com.couchbase.client.java.query.AbstractQuery
The JSON representation for the underlying Statement in the final JSON form of the query
statementValue() - Method in class com.couchbase.client.java.query.ParametrizedQuery
 
statementValue() - Method in class com.couchbase.client.java.query.PreparedQuery
 
statementValue() - Method in class com.couchbase.client.java.query.SimpleQuery
 
stoppingErrorFilter - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
STRING_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
STRING_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
STRING_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
STRING_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
StringDocument - Class in com.couchbase.client.java.document
Handles a raw string as the document value.
stringToJsonArray(String) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
stringToJsonObject(String) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
StringTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode StringDocuments.
StringTranscoder() - Constructor for class com.couchbase.client.java.transcoder.StringTranscoder
 
success() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
If the query was successful.
success() - Method in interface com.couchbase.client.java.view.AsyncViewResult
If the query was successful.
success() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
success() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
 
success() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
success() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
success() - Method in interface com.couchbase.client.java.view.SpatialViewResult
If the query was successful.
success() - Method in interface com.couchbase.client.java.view.ViewResult
If the query was successful.

T

TemporaryFailureException - Exception in com.couchbase.client.java.error
Thrown when the server reports a temporary failure.
TemporaryFailureException() - Constructor for exception com.couchbase.client.java.error.TemporaryFailureException
 
TemporaryFailureException(String) - Constructor for exception com.couchbase.client.java.error.TemporaryFailureException
 
TemporaryFailureException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.TemporaryFailureException
 
TemporaryFailureException(Throwable) - Constructor for exception com.couchbase.client.java.error.TemporaryFailureException
 
TemporaryLockFailureException - Exception in com.couchbase.client.java.error
Thrown when the server reports a temporary failure and it is very likely to be lock-related (like an already locked key or a bad cas used for unlock).
TemporaryLockFailureException() - Constructor for exception com.couchbase.client.java.error.TemporaryLockFailureException
 
TemporaryLockFailureException(String) - Constructor for exception com.couchbase.client.java.error.TemporaryLockFailureException
 
TemporaryLockFailureException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.TemporaryLockFailureException
 
TemporaryLockFailureException(Throwable) - Constructor for exception com.couchbase.client.java.error.TemporaryLockFailureException
 
toJsonObject() - Method in class com.couchbase.client.java.view.DesignDocument
 
toList() - Method in class com.couchbase.client.java.document.json.JsonArray
Copies the content of the JsonArray into a new List and returns it.
toMap() - Method in class com.couchbase.client.java.document.json.JsonObject
Transforms the JsonObject into a Map.
toString() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
toString() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
toString() - Method in class com.couchbase.client.java.ConnectionString
 
toString() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
toString() - Method in class com.couchbase.client.java.CouchbaseBucket
 
toString() - Method in class com.couchbase.client.java.document.AbstractDocument
 
toString() - Method in class com.couchbase.client.java.document.json.JsonArray
Converts the JsonArray into its JSON string representation.
toString() - Method in class com.couchbase.client.java.document.json.JsonObject
Converts the JsonObject into its JSON string representation.
toString() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
toString() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryRow
 
toString() - Method in class com.couchbase.client.java.query.DefaultQueryRow
 
toString() - Method in class com.couchbase.client.java.query.dsl.Alias
 
toString() - Method in class com.couchbase.client.java.query.dsl.Expression
 
toString() - Method in class com.couchbase.client.java.query.dsl.path.AbstractPath
 
toString() - Method in class com.couchbase.client.java.query.dsl.Sort
 
toString() - Method in class com.couchbase.client.java.query.PrepareStatement
 
toString() - Method in class com.couchbase.client.java.query.QueryPlan
 
toString() - Method in class com.couchbase.client.java.util.features.Version
 
toString() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
toString() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
toString() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
toString() - Method in class com.couchbase.client.java.view.DefaultView
 
toString() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
toString() - Method in class com.couchbase.client.java.view.DesignDocument
 
toString() - Method in class com.couchbase.client.java.view.SpatialView
 
toString() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
toString() - Method in class com.couchbase.client.java.view.ViewQuery
 
totalRows() - Method in interface com.couchbase.client.java.view.AsyncViewResult
The total number of rows.
totalRows() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
 
totalRows() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
totalRows() - Method in interface com.couchbase.client.java.view.ViewResult
The total number of rows.
touch(String, int) - Method in interface com.couchbase.client.java.AsyncBucket
Renews the expiration time of a Document.
touch(D) - Method in interface com.couchbase.client.java.AsyncBucket
Renews the expiration time of a Document.
touch(String, int) - Method in interface com.couchbase.client.java.Bucket
Renews the expiration time of a Document with the default key/value timeout.
touch(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Renews the expiration time of a Document with a custom timeout.
touch(D) - Method in interface com.couchbase.client.java.Bucket
Renews the expiration time of a Document with the default key/value timeout.
touch(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Renews the expiration time of a Document with a custom timeout.
touch(String, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
touch(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
touch(String, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
touch(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
touch(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
touch(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
touchesReplica() - Method in enum com.couchbase.client.java.PersistTo
Identifies if this enum property will touch a replica or just the master.
touchesReplica() - Method in enum com.couchbase.client.java.ReplicateTo
Identifies if this enum property will touch a replica or just the master.
Transcoder<D extends Document<T>,T> - Interface in com.couchbase.client.java.transcoder
 
TranscoderUtils - Class in com.couchbase.client.java.transcoder
Helper methods and flags for the shipped Transcoders.
TranscoderUtils() - Constructor for class com.couchbase.client.java.transcoder.TranscoderUtils
 
TranscoderUtils.CommonFlags - Enum in com.couchbase.client.java.transcoder
The common flags enum.
TranscodingException - Exception in com.couchbase.client.java.error
 
TranscodingException() - Constructor for exception com.couchbase.client.java.error.TranscodingException
 
TranscodingException(String) - Constructor for exception com.couchbase.client.java.error.TranscodingException
 
TranscodingException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.TranscodingException
 
TranscodingException(Throwable) - Constructor for exception com.couchbase.client.java.error.TranscodingException
 
TRUE() - Static method in class com.couchbase.client.java.query.dsl.Expression
 
type() - Method in interface com.couchbase.client.java.bucket.BucketInfo
The type of the bucket.
type() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
type() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The type of the bucket.
type() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
type(BucketType) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
type() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 

U

union() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
union() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
unionAll() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
unionAll() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
UnionElement - Class in com.couchbase.client.java.query.dsl.element
.
UnionElement(boolean) - Constructor for class com.couchbase.client.java.query.dsl.element.UnionElement
 
unlock(String, long) - Method in interface com.couchbase.client.java.AsyncBucket
Unlocks a write-locked Document.
unlock(D) - Method in interface com.couchbase.client.java.AsyncBucket
Unlocks a write-locked Document.
unlock(String, long) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with the default key/value timeout.
unlock(String, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with a custom timeout.
unlock(D) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with the default key/value timeout.
unlock(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with a custom timeout.
unlock(String, long) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
unlock(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
unlock(String, long) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unlock(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unlock(String, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unlock(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unnest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
unnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
UnnestElement - Class in com.couchbase.client.java.query.dsl.element
.
UnnestElement(JoinType, String) - Constructor for class com.couchbase.client.java.query.dsl.element.UnnestElement
 
UnnestPath - Interface in com.couchbase.client.java.query.dsl.path
.
updateBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Updates a Bucket with its BucketSettings if it does already exist.
updateBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Updates a Bucket with its BucketSettings if it does already exist with the default management timeout.
updateBucket(BucketSettings, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Updates a Bucket with its BucketSettings if it does already exist with a custom timeout.
updateBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
updateBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
updateBucket(BucketSettings, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
upsert(D) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or replace a Document.
upsert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or replace a Document and watch for durability constraints.
upsert(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or replace a Document and watch for durability constraints.
upsert(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or replace a Document and watch for durability constraints.
upsert(D) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document with the default key/value timeout.
upsert(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document with a custom timeout.
upsert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document and watch for durability constraints with the default key/value timeout.
upsert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document and watch for durability constraints with a custom timeout.
upsert(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document and watch for durability constraints with the default key/value timeout.
upsert(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document and watch for durability constraints with a custom timeout.
upsert(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document and watch for durability constraints with the default key/value timeout.
upsert(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or replace a Document and watch for durability constraints with a custom timeout.
upsert(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Upserts (inserts or replaces) a DesignDocument into production.
upsertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Upserts (inserts or replaces) a DesignDocument into production or development.
upsertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production with the default management timeout.
upsertDesignDocument(DesignDocument, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production with a custom timeout.
upsertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production or development with the default management timeout.
upsertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production or development with a custom timeout.
upsertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
upsertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
upsertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDesignDocument(DesignDocument, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
userAgent(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
userAgent() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 

V

value() - Method in enum com.couchbase.client.java.PersistTo
Returns the actual internal persistence representation for the enum.
value() - Method in interface com.couchbase.client.java.query.AsyncQueryRow
 
value() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryRow
 
value() - Method in class com.couchbase.client.java.query.DefaultQueryRow
 
value() - Method in enum com.couchbase.client.java.query.dsl.path.JoinType
 
value() - Method in enum com.couchbase.client.java.query.dsl.path.SelectType
 
value() - Method in interface com.couchbase.client.java.query.QueryRow
 
value() - Method in enum com.couchbase.client.java.ReplicateTo
Returns the actual internal replication representation for the enum.
value() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
The value of the row.
value() - Method in interface com.couchbase.client.java.view.AsyncViewRow
The value of the row index.
value() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
value() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
value() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
value() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
value() - Method in interface com.couchbase.client.java.view.SpatialViewRow
The value of the row index.
value() - Method in interface com.couchbase.client.java.view.ViewRow
The value of the row index.
valueOf(String) - Static method in enum com.couchbase.client.java.bucket.BucketType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.ConnectionString.Scheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.PersistTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.consistency.ScanConsistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.path.JoinType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.path.SelectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.Sort.Order
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.ReplicaMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.ReplicateTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.transcoder.TranscoderUtils.CommonFlags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.util.features.CouchbaseFeature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.view.OnError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.view.Stale
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.couchbase.client.java.bucket.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.java.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.java.PersistTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.query.consistency.ScanConsistency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.query.dsl.path.JoinType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.query.dsl.path.SelectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.query.dsl.Sort.Order
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.ReplicaMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.ReplicateTo
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.transcoder.TranscoderUtils.CommonFlags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.util.features.CouchbaseFeature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.view.OnError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.view.Stale
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Class in com.couchbase.client.java.util.features
Representation of a software version, up to major.minor.patch granularity.
Version(int, int, int) - Constructor for class com.couchbase.client.java.util.features.Version
 
View - Interface in com.couchbase.client.java.view
Represents a View definition to store and load.
ViewDoesNotExistException - Exception in com.couchbase.client.java.error
 
ViewDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
 
ViewDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
 
ViewDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
 
ViewDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
 
viewEndpoints(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
ViewQuery - Class in com.couchbase.client.java.view
Fluent DSL for a View Query.
ViewQueryResponseMapper - Class in com.couchbase.client.java.view
Encapsulates functionality required to map from a ViewQueryResponse into a AsyncViewResult.
ViewQueryResponseMapper() - Constructor for class com.couchbase.client.java.view.ViewQueryResponseMapper
 
ViewResult - Interface in com.couchbase.client.java.view
Represents the result from a ViewQuery.
ViewRetryHandler - Class in com.couchbase.client.java.view
Generic View retry handler based on response code and value inspection.
ViewRetryHandler() - Constructor for class com.couchbase.client.java.view.ViewRetryHandler
 
ViewRow - Interface in com.couchbase.client.java.view
Represents a ViewRow fetched from the View.
views() - Method in class com.couchbase.client.java.view.DesignDocument
 
viewTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for view operations, set to DefaultCouchbaseEnvironment.VIEW_TIMEOUT.
viewTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
viewTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
viewTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 

W

warningCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultWherePath
 
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.WherePath
Filter resulting rows based on the given expression.
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.WherePath
Filter resulting rows based on the given expression.
WhereElement - Class in com.couchbase.client.java.query.dsl.element
.
WhereElement(Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.WhereElement
 
WherePath - Interface in com.couchbase.client.java.query.dsl.path
Filters resulting rows based on the given expression.
withContextId(String) - Method in class com.couchbase.client.java.query.QueryParams
Adds a client context ID to the request, that will be sent back in the response, allowing clients to meaningfully trace requests/responses when many are exchanged.
wrapForRetry(Observable<T>, int) - Static method in class com.couchbase.client.java.util.retry.Retry
Wrap an Observable so that it will retry on all errors for a maximum number of times.
wrapForRetry(Observable<T>, int, Delay) - Static method in class com.couchbase.client.java.util.retry.Retry
Wrap an Observable so that it will retry on all errors.
wrapForRetry(Observable<T>, RetryWithDelayHandler) - Static method in class com.couchbase.client.java.util.retry.Retry
Wrap an Observable so that it will retry on some errors.
writeToSerializedStream(ObjectOutputStream) - Method in class com.couchbase.client.java.document.AbstractDocument
Helper method to write the current document state to the output stream for serialization purposes.

X

x(String) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
x(int) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
x(long) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
x(boolean) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
x(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
x(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.Expression
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2014 Couchbase, Inc.