- abs(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the absolute value of the number.
- abs(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the absolute value of the number.
- 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
-
- AbstractDocument(String, int, T, long, MutationToken) - Constructor for class com.couchbase.client.java.document.AbstractDocument
-
- AbstractN1qlQuery - Class in com.couchbase.client.java.query
-
- AbstractN1qlQuery(Statement, N1qlParams) - Constructor for class com.couchbase.client.java.query.AbstractN1qlQuery
-
- AbstractPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- AbstractPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.AbstractPath
-
- 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
-
- acos(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arccosine in radians.
- acos(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arccosine in radians.
- 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
-
- add(String) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(long) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(int) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(double) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(boolean) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(JsonObject) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(Map<String, ?>) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(JsonArray) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(List<?>) - Method in class com.couchbase.client.java.document.json.JsonArray
-
- add(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic addition between current and given expression.
- add(Number) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic addition between current expression and a given number.
- add(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic addition between current and given expression.
- addNull() - Method in class com.couchbase.client.java.document.json.JsonArray
-
- adhoc(boolean) - Method in class com.couchbase.client.java.query.N1qlParams
-
Allows to specify if this query is adhoc or not.
- AggregateFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the aggregate category.
- AggregateFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
- 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
-
- alias() - Method in enum com.couchbase.client.java.view.DesignDocument.Option
-
- 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.DefaultN1qlQueryResult
-
- allRows() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- 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
-
AND-combines two expressions.
- and(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- and(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
AND-combines two expressions.
- any() - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
-
Any error will trigger a retry
- anyIn(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
-
Create an ANY comprehension with a first IN range.
- 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
- anyWithin(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
-
Create an ANY comprehension with a first WITHIN range.
- append(D) - Method in interface com.couchbase.client.java.AsyncBucket
-
Append a
Document
s content to an existing one.
- append(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Append a
Document
s content to an existing one.
- append(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Append a
Document
s content to an existing one.
- append(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Append a
Document
s content to an existing one.
- append(D) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with the default key/value timeout.
- append(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with the default key/value timeout.
- append(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with the default key/value timeout.
- append(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with the default key/value timeout.
- append(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with a custom timeout.
- append(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with a custom timeout.
- append(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with a custom timeout.
- append(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Append a
Document
s content to an existing one with a custom timeout.
- append(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- append(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- append(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- append(D, PersistTo, ReplicateTo) - 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
-
- append(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- append(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- append(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- append(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- append(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- append(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- arrayAgg(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in a array of the non-MISSING values in the group, including NULLs.
- arrayAgg(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in a array of the non-MISSING values in the group, including NULLs.
- arrayAppend(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value appended.
- arrayAppend(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value appended.
- arrayAppend(JsonArray, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value appended.
- arrayAvg(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in arithmetic mean (average) of all the non-NULL number values in the array, or NULL if there are no such values.
- arrayAvg(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in arithmetic mean (average) of all the non-NULL number values in the array, or NULL if there are no such values.
- arrayAvg(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in arithmetic mean (average) of all the non-NULL number values in the array, or NULL if there are no such values.
- arrayConcat(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with the concatenation of the input arrays.
- arrayConcat(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with the concatenation of the input arrays.
- arrayConcat(JsonArray, JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with the concatenation of the input arrays.
- arrayContains(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in true if the array contains value.
- arrayContains(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in true if the array contains value.
- arrayContains(JsonArray, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in true if the array contains value.
- arrayCount(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in count of all the non-NULL values in the array, or zero if there are no such values.
- arrayCount(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in count of all the non-NULL values in the array, or zero if there are no such values.
- arrayCount(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in count of all the non-NULL values in the array, or zero if there are no such values.
- arrayDistinct(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with distinct elements of input array.
- arrayDistinct(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with distinct elements of input array.
- arrayDistinct(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with distinct elements of input array.
- ArrayFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Array category.
- ArrayFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
- arrayIfNull(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the first non-NULL value in the array, or NULL.
- arrayIfNull(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the first non-NULL value in the array, or NULL.
- arrayIfNull(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the first non-NULL value in the array, or NULL.
- arrayIn(Expression, String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
-
Create an ARRAY comprehension with a first IN range.
- arrayLength(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the number of elements in the array.
- arrayLength(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the number of elements in the array.
- arrayLength(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the number of elements in the array.
- arrayMax(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the largest non-NULL, non-MISSING array element, in N1QL collation order.
- arrayMax(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the largest non-NULL, non-MISSING array element, in N1QL collation order.
- arrayMax(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the largest non-NULL, non-MISSING array element, in N1QL collation order.
- arrayMin(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the smallest non-NULL, non-MISSING array element, in N1QL collation order.
- arrayMin(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the smallest non-NULL, non-MISSING array element, in N1QL collation order.
- arrayMin(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the smallest non-NULL, non-MISSING array element, in N1QL collation order.
- arrayPosition(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the first position of value within the array, or -1.
- arrayPosition(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the first position of value within the array, or -1.
- arrayPosition(JsonArray, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the first position of value within the array, or -1.
- arrayPrepend(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the new array with value pre-pended.
- arrayPrepend(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the new array with value pre-pended.
- arrayPrepend(JsonArray, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the new array with value pre-pended.
- arrayPut(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value appended, if value is not already present, otherwise the unmodified input array.
- arrayPut(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value appended, if value is not already present, otherwise the unmodified input array.
- arrayPut(JsonArray, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value appended, if value is not already present, otherwise the unmodified input array.
- arrayRange(long, long, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array of numbers, from start until the largest number less than end.
- arrayRange(long, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array of numbers, from start until the largest number less than end.
- arrayRemove(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all occurrences of value removed.
- arrayRemove(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all occurrences of value removed.
- arrayRemove(JsonArray, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all occurrences of value removed.
- arrayRepeat(Expression, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value repeated n times.
- arrayRepeat(String, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with the string “value” repeated n times.
- arrayRepeat(Number, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value repeated n times.
- arrayRepeat(boolean, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with value repeated n times.
- arrayReplace(Expression, Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all occurrences of value1 replaced by value2.
- arrayReplace(String, Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all occurrences of value1 replaced by value2.
- arrayReplace(JsonArray, Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all occurrences of value1 replaced by value2.
- arrayReplace(Expression, Expression, Expression, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with at most n occurrences of value1 replaced with value2.
- arrayReplace(String, Expression, Expression, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with at most n occurrences of value1 replaced with value2.
- arrayReplace(JsonArray, Expression, Expression, long) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with at most n occurrences of value1 replaced with value2.
- arrayReverse(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all elements in reverse order.
- arrayReverse(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all elements in reverse order.
- arrayReverse(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with all elements in reverse order.
- arraySort(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with elements sorted in N1QL collation order.
- arraySort(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with elements sorted in N1QL collation order.
- arraySort(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in new array with elements sorted in N1QL collation order.
- arraySum(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the sum of all the non-NULL number values in the array, or zero if there are no such values.
- arraySum(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the sum of all the non-NULL number values in the array, or zero if there are no such values.
- arraySum(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.functions.ArrayFunctions
-
Returned expression results in the sum of all the non-NULL number values in the array, or zero if there are no such values.
- arrayWithin(Expression, String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
-
Create an ARRAY comprehension with a first WITHIN range.
- as(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a AS clause between the current and the given expression.
- as(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a AS clause between the current and the given 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(Expression) - Static method in class com.couchbase.client.java.query.dsl.Sort
-
- 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
-
- asin(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arcsine in radians.
- asin(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arcsine in radians.
- asJsonObject() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
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
-
- async() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- async() - Method in interface com.couchbase.client.java.cluster.ClusterManager
-
- async() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
-
- async() - Method in class com.couchbase.client.java.CouchbaseBucket
-
- async() - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- async() - Method in interface com.couchbase.client.java.repository.Repository
-
- 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
-
- 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
.
- AsyncN1qlQueryResult - Interface in com.couchbase.client.java.query
-
A representation of an N1QL query result.
- AsyncN1qlQueryRow - Interface in com.couchbase.client.java.query
-
- AsyncRepository - Interface in com.couchbase.client.java.repository
-
The async repository abstraction for entities on top of an AsyncBucket.
- AsyncSpatialViewResult - Interface in com.couchbase.client.java.view
-
- AsyncSpatialViewRow - Interface in com.couchbase.client.java.view
-
Represents a row fetched from the Spatial
View
.
- AsyncViewResult - Interface in com.couchbase.client.java.view
-
- AsyncViewRow - Interface in com.couchbase.client.java.view
-
Represents a row fetched from the
View
.
- atan(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arctangent in radians.
- atan(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arctangent in radians.
- atan(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arctangent of expression2/expression1.
- atan(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the arctangent of expression2/expression1.
- autoreleaseAfter(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- avg(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in the arithmetic mean (average) of all the distinct number values in the group.
- avg(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in the arithmetic mean (average) of all the distinct number values in the group.
- 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).
- cas() - Method in class com.couchbase.client.java.document.EntityDocument
-
- Case - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for creating CASE…END constructs.
- Case() - Constructor for class com.couchbase.client.java.query.dsl.functions.Case
-
- Case.CaseClause - Interface in com.couchbase.client.java.query.dsl.functions
-
- Case.ThenClause - Interface in com.couchbase.client.java.query.dsl.functions
-
- Case.WhenClause - Interface in com.couchbase.client.java.query.dsl.functions
-
- caseSearch() - Static method in class com.couchbase.client.java.query.dsl.functions.Case
-
Constructs a “search case” expression.
- caseSimple(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Case
-
Constructs a “simple case” expression.
- 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
-
- ceil(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the smallest integer not less than the number.
- ceil(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the smallest integer not less than the number.
- checkAvailable(CouchbaseFeature) - Method in interface com.couchbase.client.java.cluster.ClusterInfo
-
- 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.AsyncN1qlQueryResult
-
- clientContextId() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- clientContextId() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- clientContextId() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- clockMillis() - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in system clock at function evaluation time, as UNIX milliseconds.
- clockStr(String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in system clock at function evaluation time, as a string in a supported format.
- close() - Method in interface com.couchbase.client.java.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
-
- 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
-
- Collections - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL Collections (aka comprehensions, ANY, EVERY, ARRAY and FIRST…).
- Collections() - Constructor for class com.couchbase.client.java.query.dsl.functions.Collections
-
- Collections.SatisfiesBuilder - Class in com.couchbase.client.java.query.dsl.functions
-
- Collections.WhenBuilder - Class in com.couchbase.client.java.query.dsl.functions
-
- 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.event.consumers - package com.couchbase.client.java.event.consumers
-
- 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.core - package com.couchbase.client.java.query.core
-
- 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.functions - package com.couchbase.client.java.query.dsl.functions
-
- com.couchbase.client.java.query.dsl.path - package com.couchbase.client.java.query.dsl.path
-
- com.couchbase.client.java.query.dsl.path.index - package com.couchbase.client.java.query.dsl.path.index
-
- com.couchbase.client.java.repository - package com.couchbase.client.java.repository
-
- com.couchbase.client.java.repository.annotation - package com.couchbase.client.java.repository.annotation
-
- com.couchbase.client.java.repository.mapping - package com.couchbase.client.java.repository.mapping
-
- 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
-
- ComparisonFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Comparison category.
- ComparisonFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.ComparisonFunctions
-
- 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
-
Combines two expressions with the concatenation operator (“||”).
- concat(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- concat(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the concatenation operator (“||”).
- ConditionalFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL Conditional functions (for unknowns and numbers).
- ConditionalFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
- ConnectionString - Class in com.couchbase.client.java
-
- 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
-
- 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.N1qlParams
-
Sets scan consistency.
- contains(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in True if the string expression contains the substring.
- contains(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in True if the string expression contains the substring.
- containsKey(String) - Method in class com.couchbase.client.java.document.json.JsonObject
-
- containsValue(Object) - Method in class com.couchbase.client.java.document.json.JsonObject
-
- content() - Method in class com.couchbase.client.java.document.AbstractDocument
-
- content() - Method in interface com.couchbase.client.java.document.Document
-
- content() - Method in class com.couchbase.client.java.document.EntityDocument
-
- 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
-
- cos(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the cosine.
- cos(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the cosine.
- 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
-
- CouchbaseAsyncRepository - Class in com.couchbase.client.java.repository
-
- CouchbaseAsyncRepository(AsyncBucket) - Constructor for class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- 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
-
- 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
-
- CouchbaseRepository - Class in com.couchbase.client.java.repository
-
- CouchbaseRepository(Bucket, CouchbaseEnvironment) - Constructor for class com.couchbase.client.java.repository.CouchbaseRepository
-
- count(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in count of all the non-NULL and non-MISSING values in the group.
- count(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in count of all the non-NULL and non-MISSING values in the group
- countAll() - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in a count of all the input rows for the group, regardless of value (including NULL).
- counter(String, long) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet.
- counter(String, long, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet.
- counter(String, long, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet.
- counter(String, long, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet.
- 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, PersistTo) - 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, ReplicateTo) - 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, PersistTo, ReplicateTo) - 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, long, int, PersistTo) - 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, ReplicateTo) - 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, PersistTo, ReplicateTo) - 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 or throw an exception if it does not exist yet with the default kvTimeout.
- counter(String, long, PersistTo) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet with the default kvTimeout.
- counter(String, long, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet with the default kvTimeout.
- counter(String, long, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet with the default kvTimeout.
- counter(String, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet with a custom timeout.
- counter(String, long, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet with a custom timeout.
- counter(String, long, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet with a custom timeout.
- counter(String, long, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value or throw an exception if it does not exist yet 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, PersistTo) - 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, ReplicateTo) - 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, PersistTo, ReplicateTo) - 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, PersistTo, 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, ReplicateTo, 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, PersistTo, ReplicateTo, 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, PersistTo) - 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, ReplicateTo) - 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, PersistTo, ReplicateTo) - 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, long, int, PersistTo, 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, ReplicateTo, 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, PersistTo, ReplicateTo, 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, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, int, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, int, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, int, PersistTo, ReplicateTo) - 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
-
- counter(String, long, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, PersistTo, ReplicateTo, 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
-
- create(String, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
-
- 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(String, int, ByteBuf, long, MutationToken) - 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(T) - Static method in class com.couchbase.client.java.document.EntityDocument
-
- create(String, T) - Static method in class com.couchbase.client.java.document.EntityDocument
-
- create(String, int, T) - Static method in class com.couchbase.client.java.document.EntityDocument
-
- create(String, T, long) - Static method in class com.couchbase.client.java.document.EntityDocument
-
- create(String, int, T, long) - Static method in class com.couchbase.client.java.document.EntityDocument
-
- create(String, int, T, long, MutationToken) - Static method in class com.couchbase.client.java.document.EntityDocument
-
- create() - Static method in class com.couchbase.client.java.document.json.JsonArray
-
- create() - Static method in class com.couchbase.client.java.document.json.JsonObject
-
- create(String) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
-
- 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, int, JsonArray, long, MutationToken) - 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
-
- create(String, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- create(String, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- create(String, int, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- 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, int, Boolean, long, MutationToken) - 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
-
- 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, int, JsonObject, long, MutationToken) - 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
-
- create(String, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- create(String, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- create(String, int, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- 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, int, Double, long, MutationToken) - 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
-
- create(String, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
- create(String, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
- 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, int, Long, long, MutationToken) - 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
-
- create(String, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- create(String, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- create(String, int, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- 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, int, String, long, MutationToken) - 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
-
- create(String, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
-
- 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, int, Object, long, MutationToken) - 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
-
- create(String, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
-
- 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, int, String, long, MutationToken) - 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
-
- create(String, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- create(String, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- create(String, int, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- 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, int, Serializable, long, MutationToken) - 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
-
- create(String, String) - Static method in class com.couchbase.client.java.document.StringDocument
-
- 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(String, int, String, long, MutationToken) - 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
-
- create(Bucket) - Static method in class com.couchbase.client.java.event.consumers.BucketConsumer
-
- create(Bucket, BucketConsumer.StoreType) - Static method in class com.couchbase.client.java.event.consumers.BucketConsumer
-
- create(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.CreateIndexPath
-
Create a secondary index.
- create(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultCreateIndexPath
-
- create(Bucket) - Static method in class com.couchbase.client.java.util.NodeLocatorHelper
-
- 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
-
- create(String, List<View>, Map<DesignDocument.Option, Long>) - Static method in class com.couchbase.client.java.view.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.
- createIndex(String) - Static method in class com.couchbase.client.java.query.Index
-
Create a new secondary index.
- CreateIndexPath - Interface in com.couchbase.client.java.query.dsl.path.index
-
Starting path of the Index creation DSL.
- createPrimary() - Method in interface com.couchbase.client.java.query.dsl.path.index.CreateIndexPath
-
Create a primary index.
- createPrimary() - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultCreateIndexPath
-
- createPrimaryIndex() - Static method in class com.couchbase.client.java.query.Index
-
Create a new primary index.
- dateAddMillis(Expression, int, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression performs Date arithmetic, and returns result of computation.
- dateAddMillis(String, int, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression performs Date arithmetic, and returns result of computation.
- dateAddStr(Expression, int, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Performs Date arithmetic.
- dateAddStr(String, int, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Performs Date arithmetic.
- dateDiffMillis(Expression, Expression, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Date arithmetic.
- dateDiffMillis(String, String, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Date arithmetic.
- dateDiffStr(Expression, Expression, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Performs Date arithmetic.
- dateDiffStr(String, String, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Performs Date arithmetic.
- DateFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Date category.
- DateFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
- DateFunctions.DatePart - Enum in com.couchbase.client.java.query.dsl.functions
-
- DateFunctions.DatePartExt - Enum in com.couchbase.client.java.query.dsl.functions
-
- datePartMillis(Expression, DateFunctions.DatePartExt) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Date part as an integer.
- datePartMillis(String, DateFunctions.DatePartExt) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Date part as an integer.
- datePartStr(Expression, DateFunctions.DatePartExt) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Date part as an integer.
- datePartStr(String, DateFunctions.DatePartExt) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in Date part as an integer.
- dateTruncMillis(Expression, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in UNIX timestamp that has been truncated so that the given date part is the least significant.
- dateTruncMillis(String, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in UNIX timestamp that has been truncated so that the given date part is the least significant.
- dateTruncStr(Expression, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in ISO 8601 timestamp that has been truncated so that the given date part is the least significant.
- dateTruncStr(String, DateFunctions.DatePart) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in ISO 8601 timestamp that has been truncated so that the given date part is the least significant.
- 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
-
- decodeJson(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
The returned Expression unmarshals the expression representing a JSON-encoded string into a N1QL value.
- decodeJson(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
The returned Expression unmarshals the JSON constant into a N1QL value.
- decodeJson(String) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
The returned Expression unmarshals the JSON-encoded string into a N1QL value.
- decodeLong(byte[]) - Static method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- decompress(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- def(Expression) - Static method in class com.couchbase.client.java.query.dsl.Sort
-
Use default sort, don’t specify an order in the resulting expression.
- def(String) - Static method in class com.couchbase.client.java.query.dsl.Sort
-
Use default sort, don’t specify an order in the resulting expression.
- DEFAULT_BUCKET - Static variable in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- 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_HOST - Static variable in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- 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
-
- DefaultAsyncClusterManager - Class in com.couchbase.client.java.cluster
-
- DefaultAsyncN1qlQueryResult - Class in com.couchbase.client.java.query
-
- DefaultAsyncN1qlQueryResult(Observable<AsyncN1qlQueryRow>, Observable<Object>, Observable<N1qlMetrics>, Observable<JsonObject>, Observable<Boolean>, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- DefaultAsyncN1qlQueryRow - Class in com.couchbase.client.java.query
-
- DefaultAsyncN1qlQueryRow(JsonObject) - Constructor for class com.couchbase.client.java.query.DefaultAsyncN1qlQueryRow
-
- DefaultAsyncSpatialViewResult - Class in com.couchbase.client.java.view
-
- DefaultAsyncSpatialViewResult(Observable<AsyncSpatialViewRow>, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
-
- DefaultAsyncSpatialViewRow - Class in com.couchbase.client.java.view
-
- DefaultAsyncSpatialViewRow(AsyncBucket, String, JsonArray, Object, JsonObject, Document<?>) - 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
-
- DefaultAsyncViewRow(AsyncBucket, String, Object, Object, Document<?>) - Constructor for class com.couchbase.client.java.view.DefaultAsyncViewRow
-
- DefaultBucketInfo - Class in com.couchbase.client.java.bucket
-
- 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
-
- DefaultBuildIndexPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultBuildIndexPath() - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultBuildIndexPath
-
- DefaultClusterInfo - Class in com.couchbase.client.java.cluster
-
- 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
-
- DefaultCouchbaseEnvironment.Builder - Class in com.couchbase.client.java.env
-
- DefaultCreateIndexPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultCreateIndexPath() - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultCreateIndexPath
-
- DefaultDropPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultDropPath() - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultDropPath
-
- DefaultEntityConverter - Class in com.couchbase.client.java.repository.mapping
-
- DefaultEntityConverter() - Constructor for class com.couchbase.client.java.repository.mapping.DefaultEntityConverter
-
- 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
-
- DefaultHintPath - Class in com.couchbase.client.java.query.dsl.path
-
- DefaultHintPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultHintPath
-
- DefaultIndexNamesPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultIndexNamesPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultIndexNamesPath
-
- 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
-
- defaultMetricsLoggingConsumer(boolean, CouchbaseLogLevel, LoggingConsumer.OutputFormat) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- defaultMetricsLoggingConsumer(boolean, CouchbaseLogLevel) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- DefaultN1qlQueryResult - Class in com.couchbase.client.java.query
-
- DefaultN1qlQueryResult(List<AsyncN1qlQueryRow>, Object, N1qlMetrics, List<JsonObject>, Boolean, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
Create a default blocking representation of a query result.
- DefaultN1qlQueryRow - Class in com.couchbase.client.java.query
-
- DefaultN1qlQueryRow(JsonObject) - Constructor for class com.couchbase.client.java.query.DefaultN1qlQueryRow
-
- 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
-
- DefaultOnPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultOnPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultOnPath
-
- DefaultOnPrimaryPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultOnPrimaryPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultOnPrimaryPath
-
- DefaultOrderByPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultOrderByPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
-
- 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
-
- 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
-
- DefaultSpatialViewRow(CouchbaseEnvironment, AsyncSpatialViewRow) - 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
-
- DefaultUsingPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultUsingPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultUsingPath
-
- DefaultUsingWithPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultUsingWithPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultUsingWithPath
-
- 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, AsyncViewRow) - 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
-
- DefaultWherePath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultWherePath
-
- DefaultWithPath - Class in com.couchbase.client.java.query.dsl.path.index
-
- DefaultWithPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
-
- degrees(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the conversion of radians to degrees.
- degrees(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the conversion of radians to degrees.
- 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
-
- 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(Expression) - Static method in class com.couchbase.client.java.query.dsl.Sort
-
- 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>, Map<DesignDocument.Option, Long>) - Constructor for class com.couchbase.client.java.view.DesignDocument
-
- DesignDocument.Option - Enum in com.couchbase.client.java.view
-
Optional design document options.
- 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
-
- digestSha1Hex(String) - Static method in class com.couchbase.client.java.util.DigestUtils
-
Hashes the source with SHA1 and returns the resulting hash as an hexadecimal string.
- DigestUtils - Class in com.couchbase.client.java.util
-
Utility methods around hashes, message digests, etc…
- DigestUtils() - Constructor for class com.couchbase.client.java.util.DigestUtils
-
- 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
-
- disconnectTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- disconnectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-
- dispatchPrepared(N1qlQuery) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
- distinct(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
prefixes an expression with DISTINCT, useful for example for distinct count “COUNT(DISTINCT expression)”.
- distinct(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
prefixes an expression with DISTINCT, useful for example for distinct count “COUNT(DISTINCT expression)”.
- divide(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic division between current and given expression.
- divide(Number) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic division between current expression and a given number.
- divide(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic division between current and given expression.
- dnsSrvEnabled() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
-
Returns whether DNS SRV lookup for the bootstrap nodes is enabled or not.
- 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
-
- 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
-
- drop(String, String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultDropPath
-
- drop(String, String, String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultDropPath
-
- drop(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.index.DropPath
-
Drop one secondary indexes in the specified keyspace.
- drop(String, String, String) - Method in interface com.couchbase.client.java.query.dsl.path.index.DropPath
-
Drop one or more secondary indexes on the specified namespace:keyspace.
- dropIndex(String, String, String) - Static method in class com.couchbase.client.java.query.Index
-
Drop a secondary index in the given namespace:keyspace.
- dropIndex(String, String) - Static method in class com.couchbase.client.java.query.Index
-
Drop a secondary index in the given keyspace.
- DropIndexElement - Class in com.couchbase.client.java.query.dsl.element
-
Element for the initial clause of a DROP index statement.
- DropIndexElement(String, String, String) - Constructor for class com.couchbase.client.java.query.dsl.element.DropIndexElement
-
- DropPath - Interface in com.couchbase.client.java.query.dsl.path.index
-
Initial path of the Index dropping DSL.
- dropPrimary(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultDropPath
-
- dropPrimary(String, String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultDropPath
-
- dropPrimary(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.DropPath
-
Drop the primary index in the specified keyspace.
- dropPrimary(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.index.DropPath
-
Drop the primary index in the specified namespace:keyspace.
- dropPrimaryIndex(String, String) - Static method in class com.couchbase.client.java.query.Index
-
Drop the primary index of the given namespace:keyspace.
- dropPrimaryIndex(String) - Static method in class com.couchbase.client.java.query.Index
-
Drop the primary index in the given keyspace.
- 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() - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the base of natural logarithms.
- elapsedTime() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
- Element - Interface in com.couchbase.client.java.query.dsl.element
-
The Element interface describes keywords in the N1QL DSL.
- element(Element) - Method in class com.couchbase.client.java.query.dsl.path.AbstractPath
-
- elseReturn(Expression) - Method in interface com.couchbase.client.java.query.dsl.functions.Case.CaseClause
-
ends the CASE, adding a default return expression as an ELSE clause
- empty() - Static method in class com.couchbase.client.java.document.json.JsonArray
-
- empty() - Static method in class com.couchbase.client.java.document.json.JsonObject
-
- EMPTY_METRICS - Static variable in class com.couchbase.client.java.query.N1qlMetrics
-
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.
- encodedPlan() - Method in class com.couchbase.client.java.query.PreparedPayload
-
- encodedSize(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
Returned expression results in the number of bytes in an uncompressed JSON encoding of the value.
- encodedSize(String) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
Returned expression results in the number of bytes in an uncompressed JSON encoding of the value.
- encodeJson(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
Returned expression marshals the N1QL value into a JSON-encoded string.
- encodeJson(String) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
-
Returned expression marshals the N1QL value into a JSON-encoded string.
- encodeNum(long, int) - Static method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- end() - Method in interface com.couchbase.client.java.query.dsl.functions.Case.CaseClause
-
ends the CASE without an ELSE clause
- 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
-
- EntityConverter<D extends Document<?>> - Interface in com.couchbase.client.java.repository.mapping
-
- EntityDocument<T> - Class in com.couchbase.client.java.document
-
The entity document is used to carry enclosed entities for the repository implementation.
- EntityMetadata - Interface in com.couchbase.client.java.repository.mapping
-
Represents the metadata for a document entity.
- environment() - Method in interface com.couchbase.client.java.AsyncBucket
-
- environment() - Method in interface com.couchbase.client.java.Bucket
-
- environment() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- environment() - Method in class com.couchbase.client.java.CouchbaseBucket
-
- eq(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- eq(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the equals operator (“=”).
- equals(Object) - Method in class com.couchbase.client.java.document.AbstractDocument
-
- equals(Object) - Method in class com.couchbase.client.java.document.EntityDocument
-
- 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.N1qlParams
-
- equals(Object) - Method in class com.couchbase.client.java.query.PreparedPayload
-
- 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.
- ERROR_5000_SPECIFIC_MESSAGE - Static variable in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
- errorCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
- errors() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
-
- errors() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- errors() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- errors() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- 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.
- ESCAPE_CHAR - Static variable in interface com.couchbase.client.java.query.dsl.element.Element
-
- eventBus(EventBus) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- everyIn(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
-
Create an EVERY comprehension with a first IN range.
- everyWithin(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
-
Create an EVERY comprehension with a first WITHIN range.
- execute(N1qlQuery) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
- executePrepared(N1qlQuery, PreparedPayload) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
Issues a proper N1QL EXECUTE, detecting if parameters must be added to it.
- executeQuery(N1qlQuery) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
Experimental, Internal: Queries a N1QL secondary index.
- executionTime() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
- exists(String) - Method in interface com.couchbase.client.java.AsyncBucket
-
Check whether a document with the given ID does exist in the bucket.
- exists(D) - Method in interface com.couchbase.client.java.AsyncBucket
-
Check whether a document with the given ID does exist in the bucket.
- exists(String) - Method in interface com.couchbase.client.java.Bucket
-
Check whether a document with the given ID does exist in the bucket.
- exists(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Check whether a document with the given ID does exist in the bucket.
- exists(D) - Method in interface com.couchbase.client.java.Bucket
-
Check whether a document with the given ID does exist in the bucket.
- exists(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Check whether a document with the given ID does exist in the bucket.
- exists(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- exists(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- exists(String) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- exists(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- exists(D) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- exists(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- exists() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Prefixes the current expression with the EXISTS clause.
- exists(String) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- exists(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- exists(String) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- exists(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- exists(String) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- exists(String, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- exists(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- exists(EntityDocument<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- exists(String) - Method in interface com.couchbase.client.java.repository.Repository
-
- exists(String, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- exists(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- exists(EntityDocument<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- exp(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the exponential of expression.
- exp(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the exponential of 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).
- expiry() - Method in class com.couchbase.client.java.document.EntityDocument
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.AsElement
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.BuildIndexElement
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.DropIndexElement
-
- 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.HintIndexElement
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.IndexElement
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.IndexNamesElement
-
- 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.OnElement
-
- 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.UsingElement
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.WhereElement
-
- export() - Method in class com.couchbase.client.java.query.dsl.element.WithIndexOptionElement
-
- 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.
- extractPreparedPayloadFromResponse(PrepareStatement, JsonObject) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
- 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 class com.couchbase.client.java.document.EntityDocument
-
- Id - Annotation Type in com.couchbase.client.java.repository.annotation
-
Identifies a field which will not be stored in the document but rather used as the document ID.
- 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
-
- idProperty() - Method in interface com.couchbase.client.java.repository.mapping.EntityMetadata
-
Returns the metadata for the id property if set, or null otherwise.
- idProperty() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedEntityMetadata
-
- ifInf(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in first non-MISSING, non-Inf number.
- ifMissing(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in the first non-MISSING value.
- ifMissingOrNull(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in first non-NULL, non-MISSING value.
- ifNaN(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in first non-MISSING, non-NaN number.
- ifNaNOrInf(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in first non-MISSING, non-Inf, or non-NaN number.
- ifNull(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in first non-NULL value.
- in(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a IN clause between the current and the given expression.
- in(String, Expression) - Method in class com.couchbase.client.java.query.dsl.functions.Collections.SatisfiesBuilder
-
- in(String, Expression) - Method in class com.couchbase.client.java.query.dsl.functions.Collections.WhenBuilder
-
- includeDocs() - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Proactively load the full document for the row returned.
- includeDocs(Class<? extends Document<?>>) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Proactively load the full document for the row returned.
- includeDocs(boolean) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Proactively load the full document for the row returned.
- includeDocs(boolean, Class<? extends Document<?>>) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Proactively load the full document for the row returned.
- includeDocs() - Method in class com.couchbase.client.java.view.ViewQuery
-
Proactively load the full document for the row returned.
- includeDocs(Class<? extends Document<?>>) - Method in class com.couchbase.client.java.view.ViewQuery
-
Proactively load the full document for the row returned.
- includeDocs(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
-
Proactively load the full document for the row returned.
- includeDocs(boolean, Class<? extends Document<?>>) - Method in class com.couchbase.client.java.view.ViewQuery
-
Proactively load the full document for the row returned.
- includeDocsTarget() - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- includeDocsTarget() - Method in class com.couchbase.client.java.view.ViewQuery
-
- 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
-
- Index - Class in com.couchbase.client.java.query
-
DSL starting point for creating and managing N1QL indexes.
- Index() - Constructor for class com.couchbase.client.java.query.Index
-
- IndexElement - Class in com.couchbase.client.java.query.dsl.element
-
Element of the Index DSL to create various forms of indexes.
- IndexElement(String) - Constructor for class com.couchbase.client.java.query.dsl.element.IndexElement
-
- IndexElement() - Constructor for class com.couchbase.client.java.query.dsl.element.IndexElement
-
- indexes(String, String...) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultIndexNamesPath
-
- indexes(String, String...) - Method in interface com.couchbase.client.java.query.dsl.path.index.IndexNamesPath
-
Specify the index or indexes in a pending state that needs building.
- IndexNamesElement - Class in com.couchbase.client.java.query.dsl.element
-
Element for listing index names when Building an Index.
- IndexNamesElement(String, String...) - Constructor for class com.couchbase.client.java.query.dsl.element.IndexNamesElement
-
- IndexNamesPath - Interface in com.couchbase.client.java.query.dsl.path.index
-
Path of the Index building DSL to specify which index(es) to build.
- indexRef(String) - Static method in class com.couchbase.client.java.query.dsl.path.index.IndexReference
-
Constructs an
IndexReference
given an index name (which will be escaped).
- indexRef(String, IndexType) - Static method in class com.couchbase.client.java.query.dsl.path.index.IndexReference
-
Constructs an
IndexReference
given an index name (which will be escaped) and an explicit
IndexType
to use in a USING clause.
- IndexReference - Class in com.couchbase.client.java.query.dsl.path.index
-
IndexReference
wraps an index name and an index type (with the
USING GSI|VIEW
syntax).
- 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
-
- IndexType - Enum in com.couchbase.client.java.query.dsl.path.index
-
Enum of the different types of indexes supported by N1QL.
- 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.AsyncN1qlQueryResult
-
- info() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- info() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- info() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- initCap(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the conversion of the string so that the first letter of each word is uppercase and every other letter is lowercase.
- initCap(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the conversion of the string so that the first letter of each word is uppercase and every other letter is lowercase.
- injectParams(JsonObject) - Method in class com.couchbase.client.java.query.N1qlParams
-
- innerJoin(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerJoin(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- innerJoin(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- innerNest(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- innerUnnest(Expression) - 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
-
- insert(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- insert(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- insert(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- insert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- insert(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- insert(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- insert(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- insert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- insert(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- insert(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- insert(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
-
- 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
-
- 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
-
- 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
-
- invalidateQueryCache() - Method in interface com.couchbase.client.java.AsyncBucket
-
Invalidates and clears the internal query cache.
- invalidateQueryCache() - Method in interface com.couchbase.client.java.Bucket
-
Invalidates and clears the internal query cache.
- invalidateQueryCache() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- invalidateQueryCache() - Method in class com.couchbase.client.java.CouchbaseBucket
-
- invalidateQueryCache() - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
Invalidates and clears the query cache.
- 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
-
- isAdhoc() - Method in class com.couchbase.client.java.query.N1qlParams
-
True if this query is adhoc, false otherwise.
- isArray(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is an array, otherwise returns MISSING, NULL or false.
- isArray(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is an array, otherwise returns MISSING, NULL or false.
- isAtom(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a Boolean, number, or string, otherwise returns MISSING, NULL or false.
- isAtom(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a Boolean, number, or string, otherwise returns MISSING, NULL or false.
- isAvailableOn(Version) - Method in enum com.couchbase.client.java.util.features.CouchbaseFeature
-
Checks if this feature is available on the provided server version.
- isBoolean(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a Boolean, otherwise returns MISSING, NULL or false.
- isBoolean(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a Boolean, otherwise returns MISSING, NULL or false.
- 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
-
- isEmpty() - Method in class com.couchbase.client.java.document.json.JsonObject
-
Returns true if the
JsonObject
is empty, false otherwise.
- isField() - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
-
If this property represents a field in the Document.
- isField() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- isId() - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
-
If this property represents the Document ID.
- isId() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- isIncludeDocs() - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- isIncludeDocs() - Method in class com.couchbase.client.java.view.ViewQuery
-
- isMissing() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Appends a “IS MISSING” to the expression.
- isNotMissing() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Appends a “IS NOT MISSING” to the expression.
- isNotNull() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Appends a “IS NOT NULL” to the expression.
- isNotValued() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Appends a “IS NOT VALUED” to the expression.
- isNull() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Appends a “IS NULL” to the expression.
- isNumber(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a number, otherwise returns MISSING, NULL or false.
- isNumber(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a number, otherwise returns MISSING, NULL or false.
- isObject(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is an object, otherwise returns MISSING, NULL or false.
- isObject(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is an object, otherwise returns MISSING, NULL or false.
- isPositional() - Method in class com.couchbase.client.java.query.ParameterizedN1qlQuery
-
- isString(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a string, otherwise returns MISSING, NULL or false.
- isString(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in True if expression is a string, otherwise returns MISSING, NULL or false.
- isValued() - Method in class com.couchbase.client.java.query.dsl.Expression
-
Appends a “IS VALUED” to the expression.
- iterator() - Method in class com.couchbase.client.java.document.json.JsonArray
-
- iterator() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- iterator() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
-
- iterator() - Method in class com.couchbase.client.java.view.DefaultViewResult
-
- least(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ComparisonFunctions
-
Returned expression results in the smallest non-NULL, non-MISSING value if the values are of the same type, otherwise NULL.
- leftJoin(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftJoin(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- leftJoin(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- leftNest(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftOuterJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- leftOuterJoin(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftOuterNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- leftOuterNest(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftOuterUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- leftOuterUnnest(Expression) - 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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- leftUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- leftUnnest(Expression) - 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.StringFunctions
-
Returned expression results in the length of the string expression.
- length(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the length of the string expression.
- 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
-
Adds a LIKE clause between the current and the given expression.
- like(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given expression.
- like(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a LIKE clause between the current and the given 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
-
- ln(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the log base e.
- ln(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the log base e.
- log(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the log base 10.
- log(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the log base 10.
- 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
-
- lower(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the given string expression in lowercase
- lower(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string value for the given identifier, in lowercase
- LRUCache<K,V> - Class in com.couchbase.client.java.util
-
Implements a generic LRU cache which evicts after the max size is reached.
- LRUCache(int) - Constructor for class com.couchbase.client.java.util.LRUCache
-
- lt(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lt(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less than operator (“<”).
- lte(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- lte(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the less or equals than operator (“<=”).
- ltrim(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading white spaces removed.
- ltrim(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading white spaces removed.
- ltrim(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading chars removed (any char in the characters string).
- ltrim(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading chars removed (any char in the characters string).
- n1ql() - Method in class com.couchbase.client.java.query.AbstractN1qlQuery
-
- n1ql() - Method in enum com.couchbase.client.java.query.consistency.ScanConsistency
-
- n1ql() - Method in class com.couchbase.client.java.query.N1qlQuery
-
Convert this query to a full N1QL query in Json form.
- n1ql() - Method in class com.couchbase.client.java.query.PreparedN1qlQuery
-
- N1qlMetrics - Class in com.couchbase.client.java.query
-
A class that represents N1QL metrics.
- N1qlMetrics(JsonObject) - Constructor for class com.couchbase.client.java.query.N1qlMetrics
-
- N1qlParams - 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 - client context ID - scan consistency (with associated scan vector and/or scan wait if relevant) - max parallelism
- N1qlQuery - Class in com.couchbase.client.java.query
-
Contract to describe N1QL queries.
- N1qlQuery() - Constructor for class com.couchbase.client.java.query.N1qlQuery
-
- n1qlQueryExecutor() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- N1qlQueryExecutor - Class in com.couchbase.client.java.query.core
-
A class used to execute various N1QL queries.
- N1qlQueryExecutor(ClusterFacade, String, String) - Constructor for class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
Construct a new N1qlQueryExecutor that will send requests through the given ClusterFacade
.
- N1qlQueryExecutor(ClusterFacade, String, String, LRUCache<String, PreparedPayload>) - Constructor for class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
- N1qlQueryResult - Interface in com.couchbase.client.java.query
-
Represents the results of a
N1qlQuery
, in a blocking fashion.
- N1qlQueryRow - Interface in com.couchbase.client.java.query
-
- name() - Method in interface com.couchbase.client.java.AsyncBucket
-
- 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
-
- 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 interface com.couchbase.client.java.repository.mapping.PropertyMetadata
-
The name of the field inside the document.
- name() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- 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.
- NamedPreparedStatementException - Exception in com.couchbase.client.java.query
-
An exception marking the fact that a Named Prepared Statement in N1QL couldn’t be executed and that there was a fallback to re-preparing it.
- NamedPreparedStatementException(String) - Constructor for exception com.couchbase.client.java.query.NamedPreparedStatementException
-
- NamedPreparedStatementException(String, Throwable) - Constructor for exception com.couchbase.client.java.query.NamedPreparedStatementException
-
- nanIf(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in NaN if expression1 = expression2, otherwise returns expression1.
- ne(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- ne(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Combines two expressions with the not equals operator (“!=”).
- negInfIf(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in NegInf if expression1 = expression2, otherwise returns expression1.
- nest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- nest(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- nest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- nest(Expression) - 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
-
.
- networkLatencyMetricsCollectorConfig(LatencyMetricsCollectorConfig) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- newDocument(String, int, T, long, MutationToken) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
-
Default implementation for backwards compatibility.
- newDocument(String, int, ByteBuf, long) - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
-
- newDocument(String, int, ByteBuf, long, MutationToken) - 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, JsonArray, long, MutationToken) - 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, Boolean, long, MutationToken) - 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, Double, long, MutationToken) - 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, Long, long, MutationToken) - 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, String, long, MutationToken) - 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, JsonObject, long, MutationToken) - 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, Object, long, MutationToken) - 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, String, long, MutationToken) - 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, Serializable, long, MutationToken) - 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, String, long, MutationToken) - Method in class com.couchbase.client.java.transcoder.StringTranscoder
-
- newDocument(String, int, T, long) - Method in interface com.couchbase.client.java.transcoder.Transcoder
-
Deprecated.
- newDocument(String, int, T, long, MutationToken) - Method in interface com.couchbase.client.java.transcoder.Transcoder
-
Creates a new Document with the passed in information.
- NO_TIME - Static variable in class com.couchbase.client.java.query.N1qlMetrics
-
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
-
Negates the given expression by prefixing a NOT.
- notBetween(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notBetween(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT BETWEEN clause between the current and the given expression.
- notIn(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notIn(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT IN clause between the current and the given expression.
- notLike(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- notLike(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Adds a NOT LIKE clause between the current and the given expression.
- nowMillis() - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in statement time stamp as UNIX milliseconds; does not vary during a query.
- nowStr(String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in statement time stamp as a string in a supported format; does not vary during a query.
- 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
-
Returns an expression representing NULL.
- nullIf(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
-
Returned expression results in NULL if expression1 = expression2, otherwise returns expression1.
- NumberFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Numbers category.
- NumberFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
- ObjectFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Object category.
- ObjectFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
- objectLength(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in the number of name-value pairs in the object.
- objectLength(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in the number of name-value pairs in the object.
- objectLength(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in the number of name-value pairs in the object.
- objectNames(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute names of the object, in N1QL collation order.
- objectNames(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute names of the object, in N1QL collation order.
- objectNames(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute names of the object, in N1QL collation order.
- objectPairs(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute name and value pairs of the object, in N1QL collation order of the names.
- objectPairs(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute name and value pairs of the object, in N1QL collation order of the names.
- objectPairs(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute name and value pairs of the object, in N1QL collation order of the names.
- objectValues(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute values of the object, in N1QL collation order of the corresponding names.
- objectValues(String) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute values of the object, in N1QL collation order of the corresponding names.
- objectValues(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.functions.ObjectFunctions
-
Returned expression results in an array containing the attribute values of the object, in N1QL collation order of the corresponding names.
- 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
-
.
- on(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.index.BuildIndexPath
-
- on(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.BuildIndexPath
-
- on(String, String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultBuildIndexPath
-
- on(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultBuildIndexPath
-
- on(String, String, Expression, Expression...) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultOnPath
-
- on(String, Expression, Expression...) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultOnPath
-
- on(String, String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultOnPrimaryPath
-
- on(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultOnPrimaryPath
-
- on(String, Expression, Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.index.OnPath
-
Describes the target of a secondary N1QL index.
- on(String, String, Expression, Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.index.OnPath
-
Describes the target of a secondary N1QL index.
- on(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.OnPrimaryPath
-
Describes on which keyspace (bucket name) to index.
- on(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.index.OnPrimaryPath
-
Describes on which keyspace (bucket name) to index, also prefixing the keyspace with a namespace.
- once() - Method in class com.couchbase.client.java.util.retry.RetryBuilder
-
Make only one retry attempt (default).
- onCompleted() - Method in class com.couchbase.client.java.event.consumers.BucketConsumer
-
- OnElement - Class in com.couchbase.client.java.query.dsl.element
-
Element of the Index DSL that targets the keyspace on which to apply an index.
- OnElement(String, String, Expression, Expression[]) - Constructor for class com.couchbase.client.java.query.dsl.element.OnElement
-
- onError(Throwable) - Method in class com.couchbase.client.java.event.consumers.BucketConsumer
-
- 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.
- onKeys(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
-
- onKeys(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
-
- onKeys(JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
-
- onKeys(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
-
the on-key clause of a join/nest/unnest clause
- onKeys(String) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
-
the on-key clause of a join/nest/unnest clause with a single token key (eg.
- onKeys(JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
-
the on-key clause of a join/nest/unnest clause with an array of constant keys (eg.
- onKeysValues(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
-
- onKeysValues(String...) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
-
the on-key clause of a join/nest/unnest clause with 1-n constant keys (eg.
- onNext(CouchbaseEvent) - Method in class com.couchbase.client.java.event.consumers.BucketConsumer
-
- OnPath - Interface in com.couchbase.client.java.query.dsl.path.index
-
On path in the Index creation DSL.
- OnPrimaryPath - Interface in com.couchbase.client.java.query.dsl.path.index
-
On path in the primary Index creation DSL.
- 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
Transcoder
s.
- 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
-
- options() - Method in class com.couchbase.client.java.view.DesignDocument
-
- or(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(int) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(long) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(float) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(double) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- or(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
-
OR-combines two expressions.
- 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
-
.
- originalStatement() - Method in class com.couchbase.client.java.query.PreparedPayload
-
- originalStatement() - Method in class com.couchbase.client.java.query.PrepareStatement
-
- radians(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the conversion of degrees to radians.
- radians(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the conversion of degrees to radians.
- random(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a pseudo-random number with optional seed.
- random(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a pseudo-random number with optional seed.
- random() - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a pseudo-random number with default seed.
- 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
-
- 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.
- realName() - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
-
The name of the actual property inside the java entity.
- realName() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- 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
-
- ReflectionBasedEntityMetadata - Class in com.couchbase.client.java.repository.mapping
-
Reflection based implementation for entity metadata.
- ReflectionBasedEntityMetadata(Class<?>) - Constructor for class com.couchbase.client.java.repository.mapping.ReflectionBasedEntityMetadata
-
- ReflectionBasedPropertyMetadata - Class in com.couchbase.client.java.repository.mapping
-
The property metadata implementation based on java reflection.
- ReflectionBasedPropertyMetadata(Field) - Constructor for class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- regexpContains(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in True if the string value contains the regular expression pattern.
- regexpContains(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in True if the string value contains the regular expression pattern.
- regexpLike(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in True if the string value matches the regular expression pattern
- regexpLike(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in True if the string value matches the regular expression pattern
- regexpPosition(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in the first position of the regular expression pattern within the string, or -1.
- regexpPosition(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in the first position of the regular expression pattern within the string, or -1.
- regexpReplace(Expression, String, String, int) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in a new string with occurrences of pattern replaced with repl.
- regexpReplace(String, String, String, int) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in a new string with occurrences of pattern replaced with repl.
- regexpReplace(Expression, String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in a new string with all occurrences of pattern replaced with repl.
- regexpReplace(String, String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.PatternMatchingFunctions
-
Returned expression results in a new string with all occurrences of pattern replaced with repl.
- remove(D) - Method in interface com.couchbase.client.java.AsyncBucket
-
- 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
-
- remove(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(String, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(String, PersistTo, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(String, ReplicateTo, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(String, PersistTo, ReplicateTo, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- remove(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(String, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(String, PersistTo, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(String, ReplicateTo, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(String, PersistTo, ReplicateTo, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- remove(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, PersistTo, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, PersistTo, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, ReplicateTo, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, ReplicateTo, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, PersistTo, ReplicateTo, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(String, PersistTo, ReplicateTo, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- remove(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, PersistTo, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, PersistTo, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, ReplicateTo, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, ReplicateTo, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, PersistTo, ReplicateTo, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- remove(String, PersistTo, ReplicateTo, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- 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
-
- removeDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
-
- 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
-
- removeEldestEntry(Map.Entry<K, V>) - Method in class com.couchbase.client.java.util.LRUCache
-
- removeKey(String) - Method in class com.couchbase.client.java.document.json.JsonObject
-
- repeat(Expression, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string formed by repeating expression n times.
- repeat(String, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string formed by repeating expression n times.
- 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
-
- replace(Expression, String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a string with all occurrences of substr replaced with repl.
- replace(String, String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a string with all occurrences of substr replaced with repl.
- replace(Expression, String, String, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a string with at most n occurrences of substr replaced with repl.
- replace(String, String, String, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a string with at most n occurrences of substr replaced with repl.
- replace(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- replace(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- replace(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- replace(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
-
- replace(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- replace(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- replace(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- replace(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
-
- replace(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
-
- replace(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
-
- replace(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
-
- 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.
- repository() - Method in interface com.couchbase.client.java.AsyncBucket
-
The
Repository
provides access to full object document mapping (ODM) capabilities.
- repository() - Method in interface com.couchbase.client.java.Bucket
-
The
Repository
provides access to full object document mapping (ODM) capabilities.
- repository() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- repository() - Method in class com.couchbase.client.java.CouchbaseBucket
-
- Repository - Interface in com.couchbase.client.java.repository
-
The repository abstraction for entities on top of a bucket.
- RepositoryMappingException - Exception in com.couchbase.client.java.repository.mapping
-
- RepositoryMappingException() - Constructor for exception com.couchbase.client.java.repository.mapping.RepositoryMappingException
-
- RepositoryMappingException(String) - Constructor for exception com.couchbase.client.java.repository.mapping.RepositoryMappingException
-
- RepositoryMappingException(String, Throwable) - Constructor for exception com.couchbase.client.java.repository.mapping.RepositoryMappingException
-
- RepositoryMappingException(Throwable) - Constructor for exception com.couchbase.client.java.repository.mapping.RepositoryMappingException
-
- requestBufferSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- requestId() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
-
- requestId() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- requestId() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- requestId() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- 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.N1qlMetrics
-
- resultSize() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
- Retry - Class in com.couchbase.client.java.util.retry
-
Utility methods to deal with retrying
Observable
s.
- Retry() - Constructor for class com.couchbase.client.java.util.retry.Retry
-
- RetryBuilder - Class in com.couchbase.client.java.util.retry
-
- 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.
- retryPrepareAndExecuteOnce(Throwable, N1qlQuery) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
-
In case the error warrants a retry, issue a PREPARE, followed by an update of the cache and an EXECUTE.
- retryStrategy(RetryStrategy) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- RetryWhenFunction - Class in com.couchbase.client.java.util.retry
-
- 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
-
- 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.NumberFunctions
-
Returned expression results in the value rounded to 0 digits to the right of the decimal point.
- round(Expression, int) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the value rounded to the given number of integer digits to the right of the decimal point (left if digits is negative).
- round(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the value rounded to 0 digits to the right of the decimal point.
- round(Number, int) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the value rounded to the given number of integer digits to the right of the decimal point (left if digits is negative).
- rows() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
-
- rows() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- rows() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- rows() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- rows() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
-
- rows() - Method in interface com.couchbase.client.java.view.AsyncViewResult
-
- 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.
- rtrim(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all trailing white spaces removed.
- rtrim(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all trailing white spaces removed.
- rtrim(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all trailing chars removed (any char in the characters string).
- rtrim(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all trailing chars removed (any char in the characters string).
- runtimeMetricsCollectorConfig(MetricsCollectorConfig) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- s(String...) - Static method in class com.couchbase.client.java.query.dsl.Expression
-
An identifier or list of identifiers which will be quoted as strings (with "").
- satisfies(Expression) - Method in class com.couchbase.client.java.query.dsl.functions.Collections.SatisfiesBuilder
-
Sometimes the conditions you want to filter need to be applied to the arrays nested inside the document.
- 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.N1qlParams
-
- 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
-
- SerializableStatement - Interface in com.couchbase.client.java.query
-
- SerializableTranscoder - Class in com.couchbase.client.java.transcoder
-
- 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.N1qlParams
-
Sets a maximum timeout for processing on the server side.
- set(Object, Object) - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
-
Sets the content of the field property.
- set(Object, Object) - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- 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
-
- sign(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the sign of the numerical expression, represented as -1, 0, or 1 for negative, zero, or positive numbers respectively.
- sign(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the sign of the numerical expression, represented as -1, 0, or 1 for negative, zero, or positive numbers respectively.
- signature() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
-
- signature() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
-
- signature() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
-
- signature() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
-
- simple(Statement) - Static method in class com.couchbase.client.java.query.N1qlQuery
-
- simple(String) - Static method in class com.couchbase.client.java.query.N1qlQuery
-
Create a new
N1qlQuery
with a plain raw statement in String form.
- simple(Statement, N1qlParams) - Static method in class com.couchbase.client.java.query.N1qlQuery
-
Create a new
N1qlQuery
with a plain un-parameterized
Statement
and custom query parameters.
- simple(String, N1qlParams) - Static method in class com.couchbase.client.java.query.N1qlQuery
-
Create a new
N1qlQuery
with a plain raw statement in
String
form and custom query parameters.
- SimpleN1qlQuery - Class in com.couchbase.client.java.query
-
- sin(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the sine.
- sin(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the sine.
- size() - Method in class com.couchbase.client.java.document.json.JsonArray
-
- size() - Method in class com.couchbase.client.java.document.json.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.
- Sort - Class in com.couchbase.client.java.query.dsl
-
.
- Sort.Order - Enum in com.couchbase.client.java.query.dsl
-
- sortCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
- 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
-
- SpatialViewRow - Interface in com.couchbase.client.java.view
-
- split(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a split of the string into an array of substrings separated by any combination of white space characters.
- split(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a split of the string into an array of substrings separated by any combination of white space characters.
- split(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a split of the string into an array of substrings separated by sep.
- split(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a split of the string into an array of substrings separated by sep.
- squareRoot(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the square root.
- squareRoot(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the square root.
- 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.AbstractN1qlQuery
-
- statement() - Method in class com.couchbase.client.java.query.N1qlQuery
-
- statement() - Method in class com.couchbase.client.java.query.PreparedN1qlQuery
-
- Statement - Interface in com.couchbase.client.java.query
-
- statementParameters() - Method in class com.couchbase.client.java.query.AbstractN1qlQuery
-
The parameters to inject in the query, null or empty to ignore.
- statementParameters() - Method in class com.couchbase.client.java.query.ParameterizedN1qlQuery
-
- statementParameters() - Method in class com.couchbase.client.java.query.SimpleN1qlQuery
-
- statementType() - Method in class com.couchbase.client.java.query.AbstractN1qlQuery
-
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.ParameterizedN1qlQuery
-
- statementType() - Method in class com.couchbase.client.java.query.PreparedN1qlQuery
-
- statementType() - Method in class com.couchbase.client.java.query.SimpleN1qlQuery
-
- statementValue() - Method in class com.couchbase.client.java.query.AbstractN1qlQuery
-
The JSON representation for the underlying
Statement
in the final JSON form of the query
- statementValue() - Method in class com.couchbase.client.java.query.ParameterizedN1qlQuery
-
- statementValue() - Method in class com.couchbase.client.java.query.PreparedN1qlQuery
-
- statementValue() - Method in class com.couchbase.client.java.query.SimpleN1qlQuery
-
- 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.
- StringFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Strings category.
- StringFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
- 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
-
- StringTranscoder() - Constructor for class com.couchbase.client.java.transcoder.StringTranscoder
-
- strToMillis(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in date that has been converted in a supported format to UNIX milliseconds.
- strToMillis(String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in date that has been converted in a supported format to UNIX milliseconds.
- strToUtc(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in a conversion of the ISO 8601 time stamp to UTC.
- strToUtc(String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in a conversion of the ISO 8601 time stamp to UTC.
- strToZoneName(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in a conversion of the supported time stamp string to the named time zone.
- strToZoneName(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
-
Returned expression results in a conversion of the supported time stamp string to the named time zone.
- sub(Statement) - Static method in class com.couchbase.client.java.query.dsl.Expression
-
Creates an expression from a given sub-
Statement
, wrapping it in parenthesis.
- substr(Expression, int, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a substring from the integer position of the given length.
- substr(String, int, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a substring from the integer position of the given length.
- substr(Expression, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a substring from the integer position to the end of the string.
- substr(String, int) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in a substring from the integer position to the end of the string.
- subtract(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic v between current and given expression.
- subtract(Number) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic subtraction between current expression and a given number.
- subtract(String) - Method in class com.couchbase.client.java.query.dsl.Expression
-
Arithmetic subtraction between current and given expression.
- 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.
- sum(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
Returned expression results in the sum of all the number values in the group.
- sum(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
-
- tan(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the tangent.
- tan(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in the tangent.
- tcpNodelayEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- 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
-
- then(Expression) - Method in interface com.couchbase.client.java.query.dsl.functions.Case.ThenClause
-
- title(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the conversion of the string so that the first letter of each word is uppercase and every other letter is lowercase.
- title(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the conversion of the string so that the first letter of each word is uppercase and every other letter is lowercase.
- toArray(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in an array as follows:
- toArray(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in an array as follows:
- toAtom(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in an atomic value as follows: - MISSING is MISSING.
- toAtom(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in an atomic value as follows: - MISSING is MISSING.
- toBoolean(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in a Boolean as follows:
- toBoolean(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in a Boolean as follows:
- toEntity(JsonDocument, Class<T>) - Method in class com.couchbase.client.java.repository.mapping.DefaultEntityConverter
-
- toEntity(D, Class<T>) - Method in interface com.couchbase.client.java.repository.mapping.EntityConverter
-
- 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
-
- toNumber(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in a number as follows:
- toNumber(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in a number as follows:
- toObject(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in an object as follows:
- toObject(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in an object as follows:
- 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.EntityDocument
-
- 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.DefaultAsyncN1qlQueryRow
-
- toString() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryRow
-
- toString() - Method in class com.couchbase.client.java.query.dsl.Alias
-
- toString() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- toString(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in a string as follows:
- toString(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in a string as follows:
- toString() - Method in class com.couchbase.client.java.query.dsl.path.AbstractPath
-
- toString() - Method in class com.couchbase.client.java.query.dsl.path.index.IndexReference
-
- toString() - Method in class com.couchbase.client.java.query.dsl.Sort
-
- toString() - Method in class com.couchbase.client.java.query.N1qlMetrics
-
- toString() - Method in class com.couchbase.client.java.query.N1qlParams
-
- toString() - Method in class com.couchbase.client.java.query.PreparedPayload
-
- toString() - Method in class com.couchbase.client.java.query.PrepareStatement
-
- 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
Transcoder
s.
- 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
-
- trim(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading and trailing white spaces removed.
- trim(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading and trailing white spaces removed.
- trim(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading and trailing chars removed (any char in the characters string).
- trim(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
-
Returned expression results in the string with all leading and trailing chars removed (any char in the characters string).
- TRUE() - Static method in class com.couchbase.client.java.query.dsl.Expression
-
Returns an expression representing boolean TRUE.
- trunc(Expression, int) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a truncation of the number to the given number of integer digits to the right of the decimal point (left if digits is negative).
- trunc(Number, int) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a truncation of the number to the given number of integer digits to the right of the decimal point (left if digits is negative).
- trunc(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a truncation of the number to 0 digits to the right of the decimal point.
- trunc(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
-
Returned expression results in a truncation of the number to 0 digits to the right of the decimal point.
- 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
-
- type(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in one of the following strings, based on the value of expression:
- type(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
Returned expression results in one of the following strings, based on the value of expression:
- type() - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
-
The type of the field property.
- type() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
-
- TypeFunctions - Class in com.couchbase.client.java.query.dsl.functions
-
DSL for N1QL functions in the Type category.
- TypeFunctions() - Constructor for class com.couchbase.client.java.query.dsl.functions.TypeFunctions
-
- 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.AsyncN1qlQueryRow
-
- value() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryRow
-
- value() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryRow
-
- 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.N1qlQueryRow
-
- 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.event.consumers.BucketConsumer.StoreType
-
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.element.KeysElement.ClauseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.functions.DateFunctions.DatePart
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.functions.DateFunctions.DatePartExt
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.path.index.IndexType
-
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.DesignDocument.Option
-
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.event.consumers.BucketConsumer.StoreType
-
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.element.KeysElement.ClauseType
-
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.functions.DateFunctions.DatePart
-
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.functions.DateFunctions.DatePartExt
-
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.index.IndexType
-
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.DesignDocument.Option
-
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
-
- 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
-
- viewTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- viewTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-