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

A

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.
AbstractByteArrayFragmentTranscoder - Class in com.couchbase.client.java.transcoder.subdoc
An AbstractFragmentTranscoder that further implements decoding and encoding of messaging, easing the implementation of a concrete FragmentTranscoder based on byte arrays zero-copied from ByteBuf.
AbstractByteArrayFragmentTranscoder() - Constructor for class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
 
AbstractClusterApiClient<T extends RestBuilderMarker> - Class in com.couchbase.client.java.cluster.api
An utility class to execute generic HTTP calls on a cluster's REST API.
AbstractClusterApiClient(String, String, ClusterFacade) - Constructor for class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Build a new AbstractClusterApiClient to work with a given ClusterFacade.
AbstractCompoundQuery - Class in com.couchbase.client.java.search.queries
Base class for FTS queries that are composite, compounding several other AbstractFtsQuery.
AbstractCompoundQuery(AbstractFtsQuery...) - Constructor for class com.couchbase.client.java.search.queries.AbstractCompoundQuery
 
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
 
AbstractFacetResult - Class in com.couchbase.client.java.search.result.facets
 
AbstractFacetResult(String, String, long, long, long) - Constructor for class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
AbstractFragmentTranscoder - Class in com.couchbase.client.java.transcoder.subdoc
A common implementation base of the FragmentTranscoder interface for transcoding sub-document fragments.
AbstractFragmentTranscoder() - Constructor for class com.couchbase.client.java.transcoder.subdoc.AbstractFragmentTranscoder
 
AbstractFtsQuery - Class in com.couchbase.client.java.search.queries
A base class for all FTS query classes.
AbstractFtsQuery() - Constructor for class com.couchbase.client.java.search.queries.AbstractFtsQuery
 
AbstractN1qlQuery - Class in com.couchbase.client.java.query
An abstract base for N1QL N1qlQuery.
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
 
accept(String) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Sets the "Accept" standard header's value.
accept(String) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Sets the "Accept" standard header's value.
accessDeleted(boolean) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Set accessDeleted to true, if the document has been deleted to access xattrs
accessDeleted(boolean) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Set accessDeleted to true, if the document has been deleted to access xattrs
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(String, String) - Method in class com.couchbase.client.java.cluster.api.Form
Add a parameter entry to the Form.
add(int, E) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
add(T) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
add(Object) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an element to the JsonArray.
add(String) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an String element to the JsonArray.
add(long) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Long element to the JsonArray.
add(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Integer element to the JsonArray.
add(double) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Double element to the JsonArray.
add(boolean) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an Boolean element to the JsonArray.
add(JsonObject) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonObject element to the JsonArray.
add(Map<String, ?>) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonObject element, converted from a List, to the JsonArray.
add(JsonArray) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonArray element to the JsonArray.
add(List<?>) - Method in class com.couchbase.client.java.document.json.JsonArray
Append an JsonArray element, converted from a List, to the JsonArray.
add(Number) - Method in class com.couchbase.client.java.document.json.JsonArray
Append a Number element to the JsonArray.
add(Document...) - Method in class com.couchbase.client.java.MutationState
Add one or more Documents to this MutationState.
add(DocumentFragment...) - Method in class com.couchbase.client.java.MutationState
Add one or more DocumentFragments to this MutationState.
add(MutationState) - Method in class com.couchbase.client.java.MutationState
Adds all the internal state from the given MutationState onto the called one.
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.
add(HitLocation) - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
add(HitLocation) - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
add a location and allow method chaining
addAll(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.AbstractCompoundQuery
 
addDetails(X, R) - Static method in class com.couchbase.client.java.bucket.api.Utils
Helper method to encapsulate the logic of enriching the exception with detailed status info.
addFacet(String, SearchFacet) - Method in class com.couchbase.client.java.search.SearchQuery
Adds one SearchFacet to the query.
addNull() - Method in class com.couchbase.client.java.document.json.JsonArray
Append a null element to the JsonArray.
addRange(String, Date, Date) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
addRange(String, String, String) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
addRange(String, Double, Double) - Method in class com.couchbase.client.java.search.facet.NumericRangeFacet
 
addRequestSpan(CouchbaseEnvironment, CouchbaseRequest, String) - Static method in class com.couchbase.client.java.bucket.api.Utils
 
addRequestSpanWithParent(CouchbaseEnvironment, Span, CouchbaseRequest, String) - Static method in class com.couchbase.client.java.bucket.api.Utils
 
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.
alias() - Method in enum com.couchbase.client.java.cluster.AuthDomain
 
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
ALLOW_HOSTNAMES_AS_SEED_NODES - Static variable in class com.couchbase.client.java.CouchbaseAsyncCluster
Flag which controls the usage of hostnames for seed nodes
allRows() - Method in interface com.couchbase.client.java.analytics.AnalyticsDeferredResultHandle
 
allRows() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
allRows() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
allRows() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
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.
AnalyticsDeferredResultHandle - Interface in com.couchbase.client.java.analytics
An async handle to fetch the status and results of a deferred Analytics Query
AnalyticsIngester - Enum in com.couchbase.client.java.util
This class allows to take results from an analytics result and turn it back into KV operations that will be inserted.
AnalyticsIngester.IngestMethod - Enum in com.couchbase.client.java.util
Describes how the data should be ingested back into the kv service.
AnalyticsIngester.IngestOptions - Class in com.couchbase.client.java.util
 
AnalyticsMetrics - Class in com.couchbase.client.java.analytics
Represents Analytics Metrics as part of the response.
AnalyticsMetrics(JsonObject) - Constructor for class com.couchbase.client.java.analytics.AnalyticsMetrics
 
AnalyticsParams - Class in com.couchbase.client.java.analytics
Parameters for Analytics Queries.
AnalyticsQuery - Class in com.couchbase.client.java.analytics
Base class for an analytics query.
AnalyticsQuery() - Constructor for class com.couchbase.client.java.analytics.AnalyticsQuery
 
AnalyticsQueryExecutor - Class in com.couchbase.client.java.analytics
 
AnalyticsQueryExecutor(ClusterFacade, String, String, String) - Constructor for class com.couchbase.client.java.analytics.AnalyticsQueryExecutor
 
AnalyticsQueryResult - Interface in com.couchbase.client.java.analytics
Represents the results of a AnalyticsQuery, in a blocking fashion.
AnalyticsQueryRow - Interface in com.couchbase.client.java.analytics
 
analyticsTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for analytics operations, set to DefaultCouchbaseEnvironment.ANALYTICS_TIMEOUT.
analyticsTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
analyticsTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
analyticsTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Customizes the timeout used for the analytics query.
analyzer(String) - Method in class com.couchbase.client.java.search.queries.MatchPhraseQuery
 
analyzer(String) - Method in class com.couchbase.client.java.search.queries.MatchQuery
 
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.
and(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.ConjunctionQuery
 
any() - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
Any error will trigger a retry
anyAndEveryIn(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
Create an ANY AND EVERY comprehension with a first IN range.
anyIn(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
Create an ANY comprehension with a first IN range.
anyMatches(Func1<Throwable, Boolean>) - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
Any error that pass the predicate will trigger a retry
anyOf(Class<? extends Throwable>...) - Static method in class com.couchbase.client.java.util.retry.RetryBuilder
Only errors that are instanceOf the specified types will trigger a retry
anyWithin(String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
Create an ANY comprehension with a first WITHIN range.
apiClient() - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
 
apiClient() - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns a new ClusterApiClient to prepare and perform REST API synchronous requests on this cluster.
apiClient() - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
apiClient() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
append(D) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Append a Documents content to an existing one.
append(D, CouchbaseEnvironment, Transcoder<Document<Object>, Object>, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
append(D) - Method in interface com.couchbase.client.java.Bucket
Append a Documents content to an existing one with the default key/value timeout.
append(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Append a Documents content to an existing one with the default key/value timeout.
append(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Append a Documents 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 Documents 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 Documents content to an existing one with a custom timeout.
append(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Append a Documents content to an existing one with a custom timeout.
append(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Append a Documents 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 Documents content to an existing one with a custom timeout.
append(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
append(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
append(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
append(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
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
 
applyTimeout(Observable<T>, CouchbaseRequest, CouchbaseEnvironment, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Utils
 
arrayAddUnique(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
arrayAddUnique(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert a value in an existing array only if the value isn't already contained in the array (by way of string comparison).
arrayAddUnique(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert a value in an existing array only if the value isn't already contained in the array (by way of string comparison).
arrayAddUnique(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
arrayAddUnique(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert a value in an existing array only if the value isn't already contained in the array (by way of string comparison).
arrayAddUnique(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert a value in an existing array only if the value isn't already contained in the array (by way of string comparison).
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.
arrayAppend(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
arrayAppend(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Append to an existing array, pushing the value to the back/last position in the array.
arrayAppend(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Append to an existing array, pushing the value to the back/last position in the array.
arrayAppend(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
arrayAppend(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Append to an existing array, pushing the value to the back/last position in the array.
arrayAppend(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Append to an existing array, pushing the value to the back/last position in the array.
arrayAppendAll(String, Collection<T>, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
arrayAppendAll(String, Collection<T>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Append multiple values at once in an existing array, pushing all values in the collection's iteration order to the back/end of the array.
arrayAppendAll(String, T...) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Append multiple values at once in an existing array, pushing all values to the back/end of the array.
arrayAppendAll(String, Collection<T>, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
arrayAppendAll(String, Collection<T>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Append multiple values at once in an existing array, pushing all values in the collection's iteration order to the back/end of the array.
arrayAppendAll(String, T...) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Append multiple values at once in an existing array, pushing all values to the back/end of the array.
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.
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.
arrayInsert(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert into an existing array at a specific position (denoted in the path, eg.
arrayInsert(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert into an existing array at a specific position (denoted in the path, eg.
arrayInsert(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert into an existing array at a specific position (denoted in the path, eg.
arrayInsert(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert into an existing array at a specific position (denoted in the path, eg.
arrayInsertAll(String, Collection<T>) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert multiple values at once in an existing array at a specified position (denoted in the path, eg.
arrayInsertAll(String, Collection<T>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert multiple values at once in an existing array at a specified position (denoted in the path, eg.
arrayInsertAll(String, T...) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert multiple values at once in an existing array at a specified position (denoted in the path, eg.
arrayInsertAll(String, Collection<T>) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert multiple values at once in an existing array at a specified position (denoted in the path, eg.
arrayInsertAll(String, Collection<T>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert multiple values at once in an existing array at a specified position (denoted in the path, eg.
arrayInsertAll(String, T...) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert multiple values at once in an existing array at a specified position (denoted in the path, eg.
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.
arrayPositions() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
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.
arrayPrepend(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
arrayPrepend(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Prepend to an existing array, pushing the value to the front/first position in the array.
arrayPrepend(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Prepend to an existing array, pushing the value to the front/first position in the array.
arrayPrepend(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
arrayPrepend(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Prepend to an existing array, pushing the value to the front/first position in the array.
arrayPrepend(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Prepend to an existing array, pushing the value to the front/first position in the array.
arrayPrependAll(String, Collection<T>, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
arrayPrependAll(String, Collection<T>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Prepend multiple values at once in an existing array, pushing all values in the collection's iteration order to the front/start of the array.
arrayPrependAll(String, T...) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Prepend multiple values at once in an existing array, pushing all values to the front/start of the array.
arrayPrependAll(String, Collection<T>, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
arrayPrependAll(String, Collection<T>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Prepend multiple values at once in an existing array, pushing all values in the collection's iteration order to the front/start of the array.
arrayPrependAll(String, T...) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Prepend multiple values at once in an existing array, pushing all values to the front/start of the array.
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.analytics.AnalyticsMetrics
Exposes the underlying raw form of the metrics, as a JsonObject.
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
.
asRequest() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
asRequest() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
 
async() - Method in interface com.couchbase.client.java.Bucket
Provides access to the underlying asynchronous bucket interface.
async() - Method in interface com.couchbase.client.java.bucket.BucketManager
Returns the underlying AsyncBucketManager for asynchronous execution.
async() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
async() - Method in interface com.couchbase.client.java.Cluster
Returns a reference to the underlying async cluster.
async() - Method in interface com.couchbase.client.java.cluster.ClusterManager
Accesses the underlying AsyncClusterManager to perform asynchronous operations on the cluster.
async() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
async() - Method in class com.couchbase.client.java.CouchbaseBucket
 
async() - Method in class com.couchbase.client.java.CouchbaseCluster
 
async() - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
async() - Method in interface com.couchbase.client.java.repository.Repository
 
ASYNC_RESULT_TO_SYNC - Static variable in class com.couchbase.client.java.analytics.AnalyticsQueryExecutor
A function that can be used in a flatMap to convert an AsyncAnalyticsQueryResult to a AnalyticsQueryResult.
ASYNC_RESULT_TO_SYNC - Static variable in class com.couchbase.client.java.query.core.N1qlQueryExecutor
A function that can be used in a flatMap to convert an AsyncN1qlQueryResult to a N1qlQueryResult.
ASYNC_RESULT_TO_SYNC_DEFERRED - Static variable in class com.couchbase.client.java.analytics.AnalyticsQueryExecutor
A function that can be used in a flatMap to convert an AsyncAnalyticsQueryResult to a AnalyticsQueryResult for deferred queries.
AsyncAnalyticsDeferredResultHandle - Interface in com.couchbase.client.java.analytics
An async handle to fetch the status and results of a deferred Analytics Query
AsyncAnalyticsQueryResult - Interface in com.couchbase.client.java.analytics
 
AsyncAnalyticsQueryRow - Interface in com.couchbase.client.java.analytics
 
AsyncBucket - Interface in com.couchbase.client.java
Defines operations that can be executed asynchronously against a Couchbase Server bucket.
AsyncBucketManager - Interface in com.couchbase.client.java.bucket
Provides management capabilities for a AsyncBucket.
AsyncCluster - Interface in com.couchbase.client.java
Represents a Couchbase Server Cluster.
AsyncClusterApiClient - Class in com.couchbase.client.java.cluster.api
An utility class to execute generic HTTP calls asynchronously on a cluster's REST API.
AsyncClusterApiClient(String, String, ClusterFacade) - Constructor for class com.couchbase.client.java.cluster.api.AsyncClusterApiClient
Build a new AsyncClusterApiClient to work with a given ClusterFacade.
AsyncClusterManager - Interface in com.couchbase.client.java.cluster
Provides management capabilities for a Couchbase Server Cluster.
AsyncLookupInBuilder - Class in com.couchbase.client.java.subdoc
A builder for subdocument lookups.
AsyncLookupInBuilder(ClusterFacade, String, CouchbaseEnvironment, FragmentTranscoder, String) - Constructor for class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Instances of this builder should be obtained through AsyncBucket.lookupIn(String) rather than directly constructed.
AsyncMutateInBuilder - Class in com.couchbase.client.java.subdoc
A builder for subdocument mutations.
AsyncMutateInBuilder(ClusterFacade, String, CouchbaseEnvironment, FragmentTranscoder, String) - Constructor for class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Instances of this builder should be obtained through AsyncBucket.mutateIn(String) rather than directly constructed.
AsyncN1qlQueryResult - Interface in com.couchbase.client.java.query
A representation of an N1QL query result.
AsyncN1qlQueryRow - Interface in com.couchbase.client.java.query
 
AsyncRawQueryExecutor - Class in com.couchbase.client.java.util.rawQuerying
A utility class that allows to perform N1QL and FTS queries asynchronously and receive a raw version of the service's JSON response.
AsyncRawQueryExecutor(String, String, ClusterFacade) - Constructor for class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
 
AsyncRawQueryExecutor(String, String, String, ClusterFacade) - Constructor for class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
 
AsyncRepository - Interface in com.couchbase.client.java.repository
The async repository abstraction for entities on top of an AsyncBucket.
AsyncRestBuilder - Class in com.couchbase.client.java.cluster.api
A builder class to incrementally construct REST API requests and execute them asynchronously
AsyncRestBuilder(String, String, ClusterFacade, HttpMethod, String) - Constructor for class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
AsyncSearchQueryResult - Interface in com.couchbase.client.java.search.result
The asynchronous interface for FTS query results.
AsyncSpatialViewResult - Interface in com.couchbase.client.java.view
Contains the result of a SpatialViewQuery.
AsyncSpatialViewRow - Interface in com.couchbase.client.java.view
Represents a row fetched from the Spatial View.
AsyncViewResult - Interface in com.couchbase.client.java.view
Represents the result from a ViewQuery.
AsyncViewRow - Interface in com.couchbase.client.java.view
Represents a row fetched from the View.
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.
AuthDomain - Enum in com.couchbase.client.java.cluster
The possible authentication domains that can be used when managing users with RBAC.
authenticate(Authenticator) - Method in interface com.couchbase.client.java.AsyncCluster
Sets the Authenticator to use when credentials are needed for an operation but no explicit credentials are provided.
authenticate(String, String) - Method in interface com.couchbase.client.java.AsyncCluster
Shortcut method to directly authenticate with a username and a password.
authenticate(Authenticator) - Method in interface com.couchbase.client.java.Cluster
Sets the Authenticator to use when credentials are needed for an operation but no explicit credentials are provided.
authenticate(String, String) - Method in interface com.couchbase.client.java.Cluster
Shortcut method to directly authenticate with a username and a password.
authenticate(Authenticator) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
authenticate(String, String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
authenticate(Authenticator) - Method in class com.couchbase.client.java.CouchbaseCluster
 
authenticate(String, String) - Method in class com.couchbase.client.java.CouchbaseCluster
 
AuthenticationException - Exception in com.couchbase.client.java.error
Describes authentication issues, usually during bootstrap.
AuthenticationException() - Constructor for exception com.couchbase.client.java.error.AuthenticationException
 
AuthenticationException(String) - Constructor for exception com.couchbase.client.java.error.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.AuthenticationException
 
AuthenticationException(Throwable) - Constructor for exception com.couchbase.client.java.error.AuthenticationException
 
Authenticator - Interface in com.couchbase.client.java.auth
An Authenticator abstracts credential management for various couchbase operations (all of which fall into one CredentialContext).
authenticator() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
Get the Authenticator currently used when credentials are needed for an operation, but no explicit credentials are provided.
authenticator() - Method in class com.couchbase.client.java.CouchbaseCluster
Get the Authenticator currently used when credentials are needed for an operation, but no explicit credentials are provided.
AuthenticatorException - Exception in com.couchbase.client.java.error
This exception is commonly raised when an attempt to retrieve a credential in an Authenticator is made, but cannot be fulfilled.
AuthenticatorException(String, CredentialContext, String, int) - Constructor for exception com.couchbase.client.java.error.AuthenticatorException
 
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.

B

BadDeltaException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when the delta in an arithmetic operation (eg counter) is invalid.
BadDeltaException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.BadDeltaException
 
BadDeltaException() - Constructor for exception com.couchbase.client.java.error.subdoc.BadDeltaException
 
base64(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.MetaFunctions
 
base64(String) - Static method in class com.couchbase.client.java.query.dsl.functions.MetaFunctions
 
between(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(String) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(int) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(long) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(double) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(float) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
between(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
Adds a BETWEEN clause between the current and the given expression.
BINARY_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BINARY_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BINARY_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BINARY_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
BinaryDocument - Class in com.couchbase.client.java.document
Represents raw ByteBuf content in a document.
BinaryTranscoder - Class in com.couchbase.client.java.transcoder
 
BinaryTranscoder() - Constructor for class com.couchbase.client.java.transcoder.BinaryTranscoder
 
blockForSingle(Observable<? extends T>, long, TimeUnit) - Static method in class com.couchbase.client.java.util.Blocking
Deprecated.
Blocks on an Observable and returns a single event or throws an Exception.
Blocking - Class in com.couchbase.client.java.util
Deprecated.
this class has been moved into core (Blocking
body(String) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Sets the body for the request, assuming it is JSON.
body(JsonValue) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Sets the body for the request, assuming it is JSON.
body() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
body(String) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Sets the body for the request, assuming it is JSON.
body(JsonValue) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Sets the body for the request, assuming it is JSON.
body() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
 
bodyForm(Form) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Sets the body for the request to be an url-encoded form.
bodyForm(Form) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Sets the body for the request to be an url-encoded form.
bodyRaw(String) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Sets the body for the request without assuming a Content-Type or Accept header.
bodyRaw(String) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Sets the body for the request without assuming a Content-Type or Accept header.
BOOLEAN_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
BOOLEAN_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
booleanField(boolean) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a BooleanFieldQuery body.
BooleanFieldQuery - Class in com.couchbase.client.java.search.queries
A FTS query that queries fields explicitly indexed as boolean.
BooleanFieldQuery(boolean) - Constructor for class com.couchbase.client.java.search.queries.BooleanFieldQuery
 
BooleanQuery - Class in com.couchbase.client.java.search.queries
A compound FTS query that allows various combinations of sub-queries.
BooleanQuery() - Constructor for class com.couchbase.client.java.search.queries.BooleanQuery
 
booleans() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a BooleanQuery body.
boost(double) - Method in class com.couchbase.client.java.search.queries.AbstractFtsQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.BooleanFieldQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.ConjunctionQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.DisjunctionQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.DocIdQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.GeoDistanceQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.MatchAllQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.MatchNoneQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.MatchPhraseQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.MatchQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.PhraseQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.PrefixQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.QueryStringQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.RegexpQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.TermQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
 
boost(double) - Method in class com.couchbase.client.java.search.queries.WildcardQuery
 
Bootstrap - Class in com.couchbase.client.java.util
Utility classes for bootstrapping.
bucket(String, String) - Method in class com.couchbase.client.java.auth.ClassicAuthenticator
Sets the CredentialContext.BUCKET_KV / CredentialContext.BUCKET_N1QL credential for the the *bucketName* specific.
Bucket - Interface in com.couchbase.client.java
Defines operations that can be executed synchronously against a Couchbase Server bucket.
bucket() - Method in class com.couchbase.client.java.cluster.UserRole
Get the bucket for which the role is set
BucketAlreadyExistsException - Exception in com.couchbase.client.java.error
Exception identifying that a bucket does already exist.
BucketAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.BucketAlreadyExistsException
 
BucketConsumer - Class in com.couchbase.client.java.event.consumers
Consumes CouchbaseEvents and logs them into a bucket as JSON.
BucketConsumer.StoreType - Enum in com.couchbase.client.java.event.consumers
How the event should be stored.
BucketDoesNotExistException - Exception in com.couchbase.client.java.error
Exception identifying that a bucket does not exist.
BucketDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.BucketDoesNotExistException
 
BucketFlusher - Class in com.couchbase.client.java.bucket
Helper class to flush a bucket properly and wait for it to be completed.
BucketInfo - Interface in com.couchbase.client.java.bucket
Provides information about a Bucket.
bucketManager() - Method in interface com.couchbase.client.java.AsyncBucket
Provides access to the AsyncBucketManager for administrative access.
BucketManager - Interface in com.couchbase.client.java.bucket
Provides management capabilities for a Bucket.
bucketManager() - Method in interface com.couchbase.client.java.Bucket
Provides access to the BucketManager for administrative access.
bucketManager() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
bucketManager() - Method in class com.couchbase.client.java.CouchbaseBucket
 
BucketSettings - Interface in com.couchbase.client.java.cluster
BucketSettings represent changeable properties for a Bucket.
BucketType - Enum in com.couchbase.client.java.bucket
The type of the bucket.
build() - Static method in class com.couchbase.client.java.analytics.AnalyticsParams
Start building a AnalyticsParams, allowing to customize an Analytics requests.
build() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
build(JsonObject) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
Build the BucketSettings from the data aggregated by this builder, and set its BucketSettings.raw() representation as well.
build() - Static method in class com.couchbase.client.java.cluster.UserSettings
 
build() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
build(String, Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
 
build() - Static method in class com.couchbase.client.java.query.N1qlParams
Start building a N1qlParams, allowing to customize an N1QL request.
build() - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Construct the resulting RetryWhenFunction
builder() - Static method in class com.couchbase.client.java.cluster.DefaultBucketSettings
Provides a builder to build the bucket settings.
Builder() - Constructor for class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
builder() - Static method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
 
builder() - Static method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
Returns the DefaultCouchbaseEnvironment.Builder to customize environment settings.
Builder() - Constructor for class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
builder() - Static method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
 
buildIndex() - Static method in class com.couchbase.client.java.query.Index
Triggers building of indexes that have been deferred.
BuildIndexElement - Class in com.couchbase.client.java.query.dsl.element
Element for initial clause of a BUILD index statement.
BuildIndexElement(String, String) - Constructor for class com.couchbase.client.java.query.dsl.element.BuildIndexElement
 
BuildIndexPath - Interface in com.couchbase.client.java.query.dsl.path.index
Starting path of the Index building DSL.
buildN1qlDeferredIndexes() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Instruct the query engine to trigger the build of indexes that have been deferred.
buildN1qlDeferredIndexes() - Method in interface com.couchbase.client.java.bucket.BucketManager
Instruct the query engine to trigger the build of indexes that have been deferred, within the default management timeout.
buildN1qlDeferredIndexes(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Instruct the query engine to trigger the build of indexes that have been deferred, within a custom timeout.
buildN1qlDeferredIndexes() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
buildN1qlDeferredIndexes() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
buildN1qlDeferredIndexes(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
buildPath(String...) - Static method in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Assemble path elements to form an HTTP path: - if an element starts with a slash, it is kept.
BYTE_ARRAY_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
byteArray - Variable in class com.couchbase.client.java.transcoder.TranscoderUtils.ByteBufToArray
 
ByteArrayDocument - Class in com.couchbase.client.java.document
Handles a byte array as the document value.
byteArrayToClass(byte[], int, int, Class<? extends T>) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
Deserializes a byte array into a specific class instance.
byteArrayToClass(byte[], int, int, Class<? extends T>) - Method in class com.couchbase.client.java.transcoder.subdoc.JacksonFragmentTranscoder
 
byteArrayToGenericObject(byte[], int, int) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
Deserializes a byte array into a generic Object.
byteArrayToGenericObject(byte[], int, int) - Method in class com.couchbase.client.java.transcoder.subdoc.JacksonFragmentTranscoder
 
ByteArrayTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode ByteArrayDocuments.
ByteArrayTranscoder() - Constructor for class com.couchbase.client.java.transcoder.ByteArrayTranscoder
 
byteBufJsonValueToObject(ByteBuf) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
Converts a ByteBuf representing a valid JSON entity to a generic Object, without releasing the buffer.
byteBufJsonValueToObject(ByteBuf) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
Converts a ByteBuf representing a valid JSON entity to a generic Object, without releasing the buffer.
ByteBufToArray(byte[], int, int) - Constructor for class com.couchbase.client.java.transcoder.TranscoderUtils.ByteBufToArray
 
byteBufToByteArray(ByteBuf) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Converts a ByteBuf to a byte[] in the most straightforward manner available.
byteBufToClass(ByteBuf, Class<? extends T>, ObjectMapper) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Decode a ByteBuf representing a valid JSON entity to the requested target class, using the ObjectMapper provided and without releasing the buffer.
byteBufToGenericObject(ByteBuf, ObjectMapper) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Converts a ByteBuf representing a valid JSON entity to a generic Object, without releasing the buffer.
byteBufToJsonArray(ByteBuf) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
byteBufToJsonObject(ByteBuf) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
Converts a ByteBuf to a JsonObject, without releasing the buffer
byteBufToJsonObject(ByteBuf) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
Converts a ByteBuf to a JsonObject, without releasing the buffer
byteValue() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryRow
 
byteValue() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryRow
 
byteValue() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryRow
 
byteValue() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryRow
 
byteValue() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryRow
 
byteValue() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryRow
 
byteValue() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryRow
 
byteValue() - Method in interface com.couchbase.client.java.query.N1qlQueryRow
 

C

call(GetResponse) - Method in class com.couchbase.client.java.bucket.api.Get.GetFilter
 
call(GetResponse) - Method in class com.couchbase.client.java.bucket.api.Get.GetMap
 
call(Subscriber<? super T>) - Method in class com.couchbase.client.java.util.OnSubscribeDeferAndWatch
 
call(Throwable) - Method in class com.couchbase.client.java.util.retry.RetryBuilder.InversePredicate
 
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
 
CannotInsertValueException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when the provided value cannot be inserted at the given path.
CannotInsertValueException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.CannotInsertValueException
 
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(long) - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Set cas for optimistic locking on option builder
cas() - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Get cas stored in option builder Returns cas
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
 
cas - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
cas() - Method in class com.couchbase.client.java.subdoc.DocumentFragment
The CAS (Create-and-Set) is set by the SDK when mutating, reflecting the new CAS from the enclosing JSON document.
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.
CertAuthenticator - Class in com.couchbase.client.java.auth
This Authenticator enables client certificate based authentication.
checkAvailable(CouchbaseFeature) - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Checks the availability of a specified CouchbaseFeature on the associated Cluster.
checkAvailable(CouchbaseFeature) - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
checkRange(String, String, String) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
checkRange(String, Double, Double) - Method in class com.couchbase.client.java.search.facet.NumericRangeFacet
 
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.
childQueries() - Method in class com.couchbase.client.java.search.queries.AbstractCompoundQuery
 
ClassicAuthenticator - Class in com.couchbase.client.java.auth
An Authenticator based on login/password credentials.
ClassicAuthenticator() - Constructor for class com.couchbase.client.java.auth.ClassicAuthenticator
 
clear() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
clear() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
clear() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
clear() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
 
clearEncryptionPaths() - Method in class com.couchbase.client.java.document.json.JsonObject
Clear the encryption paths
clearFacets() - Method in class com.couchbase.client.java.search.SearchQuery
Clears all previously added SearchFacet.
clearHighlight() - Method in class com.couchbase.client.java.search.SearchQuery
Clears any previously configured highlighting.
CLIENT_GIT_VERSION - Static variable in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
CLIENT_VERSION - Static variable in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
clientBuild() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
Returns build information on the Couchbase Java SDK client.
clientBuild() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
clientContextId() - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Helper method to check if a client context ID is set.
clientContextId() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
clientContextId() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
clientContextId() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
clientContextId() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
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 class com.couchbase.client.java.query.N1qlParams
Helper method to check if a client context ID is set.
clientContextId() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
 
clientVersion() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
Returns version information on the Couchbase Java SDK client.
clientVersion() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
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
Closes the AsyncBucket.
close() - Method in interface com.couchbase.client.java.Bucket
Closes this bucket with the default disconnect timeout.
close(long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Closes this bucket with a custom timeout.
close() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
close() - Method in class com.couchbase.client.java.CouchbaseBucket
 
close(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
cluster(String, String) - Method in class com.couchbase.client.java.auth.ClassicAuthenticator
Cluster - Interface in com.couchbase.client.java
Represents a Couchbase Server Cluster.
ClusterApiClient - Class in com.couchbase.client.java.cluster.api
An utility class to execute generic HTTP calls synchronously on a cluster's REST API.
ClusterApiClient(String, String, ClusterFacade, long, TimeUnit) - Constructor for class com.couchbase.client.java.cluster.api.ClusterApiClient
Build a new ClusterApiClient to work with a given ClusterFacade.
ClusterInfo - Interface in com.couchbase.client.java.cluster
Provides information about a Cluster.
clusterManager(String, String) - Method in interface com.couchbase.client.java.AsyncCluster
Provides access to the AsyncClusterManager to perform cluster-wide operations.
clusterManager() - Method in interface com.couchbase.client.java.AsyncCluster
Provides access to the AsyncClusterManager to perform cluster-wide operations, using the credentials set through the configured Authenticator, for the CredentialContext.CLUSTER_MANAGEMENT context.
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() - Method in interface com.couchbase.client.java.Cluster
Provides access to the ClusterManager to perform cluster-wide operations, using the credentials set through the configured Authenticator (see Cluster.authenticate(Authenticator)), for the CredentialContext.CLUSTER_MANAGEMENT context.
clusterManager(String, String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
clusterManager() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
clusterManager(String, String) - Method in class com.couchbase.client.java.CouchbaseCluster
 
clusterManager() - 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.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.analytics - package com.couchbase.client.java.analytics
 
com.couchbase.client.java.auth - package com.couchbase.client.java.auth
 
com.couchbase.client.java.bucket - package com.couchbase.client.java.bucket
 
com.couchbase.client.java.bucket.api - package com.couchbase.client.java.bucket.api
 
com.couchbase.client.java.cluster - package com.couchbase.client.java.cluster
 
com.couchbase.client.java.cluster.api - package com.couchbase.client.java.cluster.api
 
com.couchbase.client.java.datastructures - package com.couchbase.client.java.datastructures
 
com.couchbase.client.java.datastructures.collections - package com.couchbase.client.java.datastructures.collections
 
com.couchbase.client.java.datastructures.collections.iterators - package com.couchbase.client.java.datastructures.collections.iterators
 
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.error.subdoc - package com.couchbase.client.java.error.subdoc
 
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.clause - package com.couchbase.client.java.query.dsl.clause
Clauses are mini-DSL that can help you produce a well-formed Expression for specific parts of some N1QL statement, aka clauses.
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
Functions are Expressions that represent predefined utility functions in N1QL.
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.query.util - package com.couchbase.client.java.query.util
 
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.search - package com.couchbase.client.java.search
 
com.couchbase.client.java.search.core - package com.couchbase.client.java.search.core
 
com.couchbase.client.java.search.facet - package com.couchbase.client.java.search.facet
 
com.couchbase.client.java.search.queries - package com.couchbase.client.java.search.queries
 
com.couchbase.client.java.search.result - package com.couchbase.client.java.search.result
 
com.couchbase.client.java.search.result.facets - package com.couchbase.client.java.search.result.facets
 
com.couchbase.client.java.search.result.hits - package com.couchbase.client.java.search.result.hits
 
com.couchbase.client.java.search.result.impl - package com.couchbase.client.java.search.result.impl
 
com.couchbase.client.java.search.sort - package com.couchbase.client.java.search.sort
 
com.couchbase.client.java.search.util - package com.couchbase.client.java.search.util
 
com.couchbase.client.java.subdoc - package com.couchbase.client.java.subdoc
 
com.couchbase.client.java.transcoder - package com.couchbase.client.java.transcoder
 
com.couchbase.client.java.transcoder.crypto - package com.couchbase.client.java.transcoder.crypto
 
com.couchbase.client.java.transcoder.subdoc - package com.couchbase.client.java.transcoder.subdoc
 
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.rawQuerying - package com.couchbase.client.java.util.rawQuerying
 
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.
commonSubdocErrors(ResponseStatus, String, String) - Static method in class com.couchbase.client.java.subdoc.SubdocHelper
Convert status that can happen in a subdocument context to corresponding exceptions.
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.
compress(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
 
compressionMode() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The different compression modes for the bucket.
CompressionMode - Enum in com.couchbase.client.java.cluster
The compression mode used for bucket settings.
compressionMode() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
compressionMode(CompressionMode) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
compressionMode() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
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 ("||").
condition() - Method in class com.couchbase.client.java.query.util.IndexInfo
Return the String representation of the index's condition (the WHERE clause of the index), or an empty String if no condition was set.
ConditionalFunctions - Class in com.couchbase.client.java.query.dsl.functions
DSL for N1QL Conditional functions (for unknowns and numbers).
ConjunctionQuery - Class in com.couchbase.client.java.search.queries
A compound FTS query that performs a logical AND between all its sub-queries (conjunction).
ConjunctionQuery(AbstractFtsQuery...) - Constructor for class com.couchbase.client.java.search.queries.ConjunctionQuery
 
conjuncts(AbstractFtsQuery...) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a ConjunctionQuery body.
ConnectionString - Class in com.couchbase.client.java
Deprecated.
ConnectionString(String) - Constructor for class com.couchbase.client.java.ConnectionString
Deprecated.
 
ConnectionString.Scheme - Enum in com.couchbase.client.java
Deprecated.
 
connectTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for connect operations, set to DefaultCouchbaseEnvironment.CONNECT_TIMEOUT.
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.
consistentWith(Document...) - Method in class com.couchbase.client.java.query.N1qlParams
Sets the Documents resulting of a mutation this query should be consistent with.
consistentWith(DocumentFragment...) - Method in class com.couchbase.client.java.query.N1qlParams
Sets the DocumentFragments resulting of a mutation this query should be consistent with.
consistentWith(MutationState) - Method in class com.couchbase.client.java.query.N1qlParams
Sets the MutationState this query should be consistent with.
consistentWith(Document...) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the consistency to consider for this FTS query to AT_PLUS and uses the mutation information from the given documents to parameterize the consistency.
consistentWith(DocumentFragment...) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the consistency to consider for this FTS query to AT_PLUS and uses the mutation information from the given document fragments to parameterize the consistency.
consistentWith(MutationState) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the consistency to consider for this FTS query to AT_PLUS and uses the MutationState directly to parameterize the consistency.
contains(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
contains(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
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(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
containsKey(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Checks if the JsonObject contains the field name.
containsValue(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
containsValue(Object) - Method in class com.couchbase.client.java.document.json.JsonObject
Checks if the JsonObject contains the value.
content() - Method in class com.couchbase.client.java.document.AbstractDocument
 
content() - Method in interface com.couchbase.client.java.document.Document
The content of the Document.
content() - Method in class com.couchbase.client.java.document.EntityDocument
 
content(String, Class<T>) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Attempt to get the value corresponding to the first operation that targeted the given path, casted to a specific class.
content(String) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Attempt to get the value corresponding to the first operation that targeted the given path, as an Object.
content(int, Class<T>) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Attempt to get the value corresponding to the n-th operation, casting it as a specific class.
content(int) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Attempt to get the value corresponding to the n-th operation, as an Object.
contentType(String) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Sets the "Content-Type" standard header's value.
contentType(String) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Sets the "Content-Type" standard header's value.
context() - Method in exception com.couchbase.client.java.error.AuthenticatorException
 
convertToSubDocumentResult(ResponseStatus, Mutation, E) - Static method in class com.couchbase.client.java.datastructures.ResultMappingUtils
Useful for mapping exceptions of Multimutation or to be silent by mapping success to a valid subdocument result
copyByteBufToByteArray(ByteBuf) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Converts a ByteBuf to a byte[] in the most straightforward manner available.
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 - Variable in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
 
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.
CouchbaseArrayList<E> - Class in com.couchbase.client.java.datastructures.collections
A CouchbaseArrayList is a List backed by a Couchbase document (more specifically a JSON array).
CouchbaseArrayList(String, Bucket) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
Create a new Couchbase-backed List, backed by the document identified by id in bucket.
CouchbaseArrayList(String, Bucket, E...) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
Create a new Couchbase-backed List, backed by the document identified by id in bucket.
CouchbaseArrayList(String, Bucket, Collection<? extends E>) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
Create a new Couchbase-backed List, backed by the document identified by id in bucket.
CouchbaseArraySet<T> - Class in com.couchbase.client.java.datastructures.collections
A CouchbaseArraySet is a Set backed by a Couchbase document (more specifically a JSON array).
CouchbaseArraySet(String, Bucket) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
Create a new CouchbaseArraySet, backed by the document identified by id in the given Couchbase bucket.
CouchbaseArraySet(String, Bucket, Set<? extends T>) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
Create a new CouchbaseArraySet, backed by the document identified by id in the given Couchbase bucket.
CouchbaseAsyncBucket - Class in com.couchbase.client.java
 
CouchbaseAsyncBucket(ClusterFacade, CouchbaseEnvironment, String, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseAsyncBucket
 
CouchbaseAsyncBucket(ClusterFacade, CouchbaseEnvironment, String, String, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseAsyncBucket
 
CouchbaseAsyncCluster - Class in com.couchbase.client.java
Main asynchronous entry point to a Couchbase Cluster.
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, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseBucket
Create a CouchbaseBucket that doesn't reuse an existing AsyncBucket but rather creates one internally.
CouchbaseBucket(AsyncBucket, CouchbaseEnvironment, ClusterFacade, String, String, String) - Constructor for class com.couchbase.client.java.CouchbaseBucket
Create a CouchbaseBucket that relies on the provided AsyncBucket.
CouchbaseCluster - Class in com.couchbase.client.java
Main synchronous entry point to a Couchbase Cluster.
CouchbaseEnvironment - Interface in com.couchbase.client.java.env
The CouchbaseEnvironment which shares state across Clusters.
CouchbaseFeature - Enum in com.couchbase.client.java.util.features
Enumeration of all Couchbase Features supported by this SDK.
CouchbaseMap<V> - Class in com.couchbase.client.java.datastructures.collections
A CouchbaseMap is a Map backed by a Couchbase document (more specifically a JSON object).
CouchbaseMap(String, Bucket) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseMap
Create a new CouchbaseMap, backed by the document identified by id in the given Couchbase bucket.
CouchbaseMap(String, Bucket, Map<String, ? extends V>) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseMap
Create a new CouchbaseMap, backed by the document identified by id in the given Couchbase bucket.
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
 
CouchbaseQueue<E> - Class in com.couchbase.client.java.datastructures.collections
A CouchbaseQueue is a Queue backed by a Couchbase document (more specifically a JSON array).
CouchbaseQueue(String, Bucket) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
Create a new Couchbase-backed Queue, backed by the document identified by id in bucket.
CouchbaseQueue(String, Bucket, E...) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
Create a new Couchbase-backed Queue, backed by the document identified by id in bucket.
CouchbaseQueue(String, Bucket, Collection<? extends E>) - Constructor for class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
Create a new Couchbase-backed Queue, backed by the document identified by id in bucket.
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
count() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
count() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
count() - Method in class com.couchbase.client.java.search.result.facets.TermRange
 
count() - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
count() - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
size of all()
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, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, PersistTo, ReplicateTo, long, TimeUnit) - 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, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, PersistTo, ReplicateTo, long, TimeUnit) - 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, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, long, int, PersistTo, ReplicateTo, long, TimeUnit) - 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, CouchbaseEnvironment, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
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, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, int, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, int, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, int, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long) - 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, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long) - 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, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
counter(String, long, long, int) - 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, 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
 
counter(String, long, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
counter(String, long) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Increment/decrement a numerical fragment in a JSON document.
counter(String, long, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Increment/decrement a numerical fragment in a JSON document.
counter(String, long, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
counter(String, long) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Increment/decrement a numerical fragment in a JSON document.
counter(String, long, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Increment/decrement a numerical fragment in a JSON document.
COUNTER_NOT_EXISTS_EXPIRY - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
create(String, String, String, ClusterFacade, CouchbaseEnvironment) - Static method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
create(String, String, ClusterFacade, CouchbaseEnvironment) - 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(CouchbaseEnvironment, String, String, String, ClusterFacade) - Static method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
create() - Static method in class com.couchbase.client.java.cluster.api.Form
Create an empty Form.
create(String, String, ConnectionString, CouchbaseEnvironment, ClusterFacade) - Static method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
create(String) - Static method in class com.couchbase.client.java.cluster.DefaultBucketSettings
Helper method to create bucket settings with a name and default settings.
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
Deprecated.
 
create() - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference against the CouchbaseAsyncCluster.DEFAULT_HOST.
create(CouchbaseEnvironment) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference against the CouchbaseAsyncCluster.DEFAULT_HOST.
create(String...) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference against the nodes passed in.
create(List<String>) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference against the nodes passed in.
create(CouchbaseEnvironment, String...) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference against the nodes passed in.
create(CouchbaseEnvironment, List<String>) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference against the nodes passed in.
create() - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference against the CouchbaseAsyncCluster.DEFAULT_HOST.
create(CouchbaseEnvironment) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference against the CouchbaseAsyncCluster.DEFAULT_HOST.
create(String...) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference against the nodes passed in.
create(List<String>) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference against the nodes passed in.
create(CouchbaseEnvironment, String...) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference against the nodes passed in.
create(CouchbaseEnvironment, List<String>) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference against the nodes passed in.
create(String) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id.
create(String, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id and content.
create(String, ByteBuf, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id, content and the CAS value.
create(String, int, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id, content and the expiration time.
create(String, int, ByteBuf, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a BinaryDocument which the document id, content, CAS value, expiration time and status code.
create(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(String) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a ByteArrayDocument which the document id.
create(String, byte[]) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a ByteArrayDocument which the document id and content.
create(String, byte[], long) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a ByteArrayDocument which the document id, content and the CAS value.
create(String, int, byte[]) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a ByteArrayDocument which the document id, content and the expiration time.
create(String, int, byte[], long) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a ByteArrayDocument which the document id, content, CAS value, expiration time and status code.
create(String, int, byte[], long, MutationToken) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a ByteArrayDocument 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
Creates a empty JsonArray.
create() - Static method in class com.couchbase.client.java.document.json.JsonObject
Creates a empty JsonObject.
create(String) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id.
create(String, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id and JSON content.
create(String, JsonArray, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id, JSON content and the CAS value.
create(String, int, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id, JSON content and the expiration time.
create(String, int, JsonArray, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a JsonDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String, 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
Creates a JsonBooleanDocument which the document id.
create(String, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id and content.
create(String, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id, content and the CAS value.
create(String, int, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id, content and the expiration time.
create(String, int, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a JsonBooleanDocument which the document id, content, CAS value, expiration time and status code.
create(String, 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
Creates a JsonDocument which the document id.
create(String, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id and JSON content.
create(String, JsonObject, long) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id, JSON content and the CAS value.
create(String, int, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id, JSON content and the expiration time.
create(String, int, JsonObject, long) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a JsonDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String, 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
Creates a JsonDoubleDocument which the document id.
create(String, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id and content.
create(String, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id, content and the CAS value.
create(String, int, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id, content and the expiration time.
create(String, int, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a JsonDoubleDocument which the document id, content, CAS value, expiration time and status code.
create(String, 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
Creates a JsonLongDocument which the document id.
create(String, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id and content.
create(String, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id, content and the CAS value.
create(String, int, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id, content and the expiration time.
create(String, int, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a JsonLongDocument which the document id, content, CAS value, expiration time and status code.
create(String, 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
Creates a JsonStringDocument which the document id.
create(String, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id and content.
create(String, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id, content and the CAS value.
create(String, int, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id, content and the expiration time.
create(String, int, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a JsonStringDocument which the document id, content, CAS value, expiration time and status code.
create(String, 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
Creates a LegacyDocument which the document id.
create(String, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id and JSON content.
create(String, Object, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id, JSON content and the CAS value.
create(String, int, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id, JSON content and the expiration time.
create(String, int, Object, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a LegacyDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String, 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
Creates a RawJsonDocument which the document id.
create(String, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id and JSON content.
create(String, String, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id, JSON content and the CAS value.
create(String, int, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id, JSON content and the expiration time.
create(String, int, String, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a RawJsonDocument which the document id, JSON content, CAS value, expiration time and status code.
create(String, 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
Creates a SerializableDocument which the document id.
create(String, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id and content.
create(String, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id, content and the CAS value.
create(String, int, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id, content and the expiration time.
create(String, int, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a SerializableDocument which the document id, content, CAS value, expiration time and status code.
create(String, 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
Creates a StringDocument which the document id.
create(String, String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id and content.
create(String, String, long) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id, content and the CAS value.
create(String, int, String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id, content and the expiration time.
create(String, int, String, long) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a StringDocument which the document id, content, CAS value, expiration time and status code.
create(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
Creates a CouchbaseEnvironment with default settings applied.
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
Creates a new NodeLocatorHelper, mapped on to the given Bucket.
create(String, String, String) - Static method in class com.couchbase.client.java.view.DefaultView
Create a new representation of a regular, non-spatial view.
create(String, String) - Static method in class com.couchbase.client.java.view.DefaultView
Create a new representation of a regular, non-spatial view without reduce function.
create(String, List<View>) - Static method in class com.couchbase.client.java.view.DesignDocument
Creates a new DesignDocument.
create(String, List<View>, Map<DesignDocument.Option, Long>) - Static method in class com.couchbase.client.java.view.DesignDocument
Creates a new DesignDocument.
create(String, String) - Static method in class com.couchbase.client.java.view.SpatialView
Create a new representation of a spatial view.
createBuilder(HttpMethod, String) - Method in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Create the concrete builders returned by concrete implementations.
createBuilder(HttpMethod, String) - Method in class com.couchbase.client.java.cluster.api.AsyncClusterApiClient
 
createBuilder(HttpMethod, String) - Method in class com.couchbase.client.java.cluster.api.ClusterApiClient
 
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.
createDocument(boolean) - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
createDocument On true, creates the document if it does not exist
createDocument() - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Return createDocument option set in mutation option builder Returns createDocument boolean
createDocument(boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
createDocument(boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
createError(String, OPERATION, ResponseStatus, CouchbaseException) - Static method in class com.couchbase.client.java.subdoc.SubdocOperationResult
Create a SubdocOperationResult that correspond to a subdoc-level error, to be thrown by the enclosing DocumentFragment when calling content methods.
createFatal(String, OPERATION, RuntimeException) - Static method in class com.couchbase.client.java.subdoc.SubdocOperationResult
Create a SubdocOperationResult that denotes that a fatal Exception occurred when parsing server-side result.
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.
createN1qlIndex(String, boolean, boolean, Object...) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Create a secondary index for the current bucket.
createN1qlIndex(String, List<Object>, Expression, boolean, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Create a secondary index for the current bucket, with a WHERE clause.
createN1qlIndex(String, boolean, boolean, Object...) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a secondary index for the current bucket, with the default management timeout.
createN1qlIndex(String, List<Object>, Expression, boolean, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a secondary index for the current bucket, with the default management timeout.
createN1qlIndex(String, List<Object>, Expression, boolean, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a secondary index for the current bucket, with a custom timeout.
createN1qlIndex(String, boolean, boolean, Object...) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
createN1qlIndex(String, List<Object>, Expression, boolean, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
createN1qlIndex(String, boolean, boolean, Object...) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createN1qlIndex(String, List<Object>, Expression, boolean, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createN1qlIndex(String, List<Object>, Expression, boolean, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createN1qlPrimaryIndex(boolean, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Create a primary index for the current bucket.
createN1qlPrimaryIndex(String, boolean, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Create a custom-named primary index for the current bucket.
createN1qlPrimaryIndex(boolean, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a primary index for the current bucket, within the default management timeout.
createN1qlPrimaryIndex(boolean, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a primary index for the current bucket, within a custom timeout.
createN1qlPrimaryIndex(String, boolean, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a custom-named primary index for the current bucket, within the default management timeout.
createN1qlPrimaryIndex(String, boolean, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Create a custom-named primary index for the current bucket, within a custom timeout.
createN1qlPrimaryIndex(boolean, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
createN1qlPrimaryIndex(String, boolean, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
createN1qlPrimaryIndex(boolean, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createN1qlPrimaryIndex(boolean, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createN1qlPrimaryIndex(String, boolean, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createN1qlPrimaryIndex(String, boolean, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
createNamedPrimaryIndex(String) - Static method in class com.couchbase.client.java.query.Index
Create a new primary index with a custom name.
createParents(boolean) - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Deprecated.
Please use SubdocOptionsBuilder.createPath(boolean) instead, this method will be removed in the next major version.
createParents() - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Deprecated.
Please use SubdocOptionsBuilder.createPath() instead, this method will be removed in the next major version.
createPath() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
createPath(boolean) - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Set true/false if the intermediate paths should be created.
createPath() - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Returns true if the intermediate paths should be created.
createPrimary() - Method in interface com.couchbase.client.java.query.dsl.path.index.CreateIndexPath
Create a primary index.
createPrimary(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.CreateIndexPath
Create a primary index with a custom name.
createPrimary() - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultCreateIndexPath
 
createPrimary(String) - 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.
createResult(String, OPERATION, ResponseStatus, Object) - Static method in class com.couchbase.client.java.subdoc.SubdocOperationResult
Create a SubdocOperationResult that corresponds to an operation that should return a content (including null) instead of throwing when calling DocumentFragment.content(String).
createResult(String, OPERATION, ResponseStatus, Object, byte[]) - Static method in class com.couchbase.client.java.subdoc.SubdocOperationResult
Create a SubdocOperationResult that corresponds to an operation that should return a content (including null) instead of throwing when calling DocumentFragment.content(String).
Credential - Class in com.couchbase.client.java.auth
A simple class that internally represents an implicit credential for authenticated operations in the SDK.
Credential(String, String) - Constructor for class com.couchbase.client.java.auth.Credential
 
CredentialContext - Enum in com.couchbase.client.java.auth
Enum of the contexts that can be used to retrieve an implicit credential from an Authenticator.
cryptoManager() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
Returns the crypto manager set.
cryptoManager(CryptoManager) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
cryptoManager() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
CURRENT_BUCKET_IDENTIFIER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
customSettings() - Method in interface com.couchbase.client.java.cluster.BucketSettings
A map of map of advanced settings that are not covered by the native methods of the object but still need to be set when configuring a bucket.
customSettings() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
customSettings() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 

D

dataConverter(Func1<JsonObject, JsonObject>) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Allows to specify a custom converter which modifies each document from the query before it is stored back in the kv service.
date(String, int) - Static method in class com.couchbase.client.java.search.facet.SearchFacet
 
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.
DateRange - Class in com.couchbase.client.java.search.result.facets
A range (or bucket) for a DateRangeFacetResult.
DateRange(String, String, String, long) - Constructor for class com.couchbase.client.java.search.result.facets.DateRange
 
dateRange() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a DateRangeQuery body.
DateRangeFacet - Class in com.couchbase.client.java.search.facet
A facet that categorizes hits inside date ranges (or buckets) provided by the user.
DateRangeFacetResult - Interface in com.couchbase.client.java.search.result.facets
Represents the result for a DateRangeFacet.
DateRangeQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches documents on a range of dates.
DateRangeQuery() - Constructor for class com.couchbase.client.java.search.queries.DateRangeQuery
 
dateRanges() - Method in interface com.couchbase.client.java.search.result.facets.DateRangeFacetResult
 
dateRanges() - Method in class com.couchbase.client.java.search.result.facets.DefaultDateRangeFacetResult
 
dateTimeParser(String) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
The name of the date/time parser to use to interpret DateRangeQuery.start(String) and DateRangeQuery.end(String).
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.
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(ByteBuf, Class<? extends T>) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractFragmentTranscoder
 
decode(ByteBuf, Class<? extends T>) - Method in interface com.couchbase.client.java.transcoder.subdoc.FragmentTranscoder
Decode content in a ByteBuf **without releasing it**.
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
 
decodeWithMessage(ByteBuf, Class<? extends T>, String) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
 
decodeWithMessage(ByteBuf, Class<? extends T>, String) - Method in interface com.couchbase.client.java.transcoder.subdoc.FragmentTranscoder
Decode content in a ByteBuf **without releasing it**.
decodeWithMessage(ByteBuf, Class<? extends T>, String) - Method in class com.couchbase.client.java.transcoder.subdoc.JacksonFragmentTranscoder
 
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
The default bucket used when CouchbaseAsyncCluster.openBucket() is called.
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
The default hostname used to bootstrap then CouchbaseAsyncCluster.create() is used.
DEFAULT_SCHEME - Static variable in class com.couchbase.client.java.ConnectionString
Deprecated.
 
DefaultAnalyticsDeferredResultHandle - Class in com.couchbase.client.java.analytics
Default implementation of AnalyticsDeferredResultHandle
DefaultAnalyticsDeferredResultHandle(AsyncAnalyticsDeferredResultHandle) - Constructor for class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
DefaultAnalyticsQueryResult - Class in com.couchbase.client.java.analytics
 
DefaultAnalyticsQueryResult(List<AsyncAnalyticsQueryRow>, Object, AnalyticsMetrics, List<JsonObject>, String, Boolean, boolean, String, String) - Constructor for class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
Create a default blocking representation of a query result.
DefaultAnalyticsQueryResult(AsyncAnalyticsDeferredResultHandle, Object, AnalyticsMetrics, List<JsonObject>, String, Boolean, boolean, String, String) - Constructor for class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
Create a default blocking representation of a query result.
DefaultAnalyticsQueryRow - Class in com.couchbase.client.java.analytics
 
DefaultAnalyticsQueryRow(AsyncAnalyticsQueryRow) - Constructor for class com.couchbase.client.java.analytics.DefaultAnalyticsQueryRow
 
DefaultAsPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultAsPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultAsPath
 
DefaultAsyncAnalyticsDeferredResultHandle - Class in com.couchbase.client.java.analytics
Default implementation of AsyncAnalyticsDeferredResultHandle
DefaultAsyncAnalyticsDeferredResultHandle(String, CouchbaseEnvironment, ClusterFacade, String, String, String, long, TimeUnit) - Constructor for class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
DefaultAsyncAnalyticsQueryResult - Class in com.couchbase.client.java.analytics
 
DefaultAsyncAnalyticsQueryResult(Observable<AsyncAnalyticsQueryRow>, Observable<Object>, Observable<AnalyticsMetrics>, Observable<JsonObject>, Observable<String>, boolean, String, String) - Constructor for class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
DefaultAsyncAnalyticsQueryResult(AsyncAnalyticsDeferredResultHandle, Observable<Object>, Observable<AnalyticsMetrics>, Observable<JsonObject>, Observable<String>, boolean, String, String) - Constructor for class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
DefaultAsyncAnalyticsQueryRow - Class in com.couchbase.client.java.analytics
 
DefaultAsyncAnalyticsQueryRow(byte[]) - Constructor for class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryRow
 
DefaultAsyncBucketManager - Class in com.couchbase.client.java.bucket
Default implementation of a AsyncBucketManager.
DefaultAsyncClusterManager - Class in com.couchbase.client.java.cluster
 
DefaultAsyncN1qlQueryResult - Class in com.couchbase.client.java.query
The default implementation of an AsyncN1qlQueryResult.
DefaultAsyncN1qlQueryResult(Observable<AsyncN1qlQueryRow>, Observable<Object>, Observable<N1qlMetrics>, Observable<JsonObject>, Observable<JsonObject>, Observable<String>, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
 
DefaultAsyncN1qlQueryRow - Class in com.couchbase.client.java.query
 
DefaultAsyncN1qlQueryRow(byte[]) - Constructor for class com.couchbase.client.java.query.DefaultAsyncN1qlQueryRow
 
DefaultAsyncSearchQueryResult - Class in com.couchbase.client.java.search.result.impl
The default implementation for an AsyncSearchQueryResult
DefaultAsyncSearchQueryResult(SearchStatus, Observable<SearchQueryRow>, Observable<FacetResult>, Observable<SearchMetrics>) - Constructor for class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
 
DefaultAsyncSpatialViewResult - Class in com.couchbase.client.java.view
Default implementation of a AsyncSpatialViewResult.
DefaultAsyncSpatialViewResult(Observable<AsyncSpatialViewRow>, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
DefaultAsyncSpatialViewRow - Class in com.couchbase.client.java.view
Default implementation of a AsyncSpatialViewRow.
DefaultAsyncSpatialViewRow(AsyncBucket, String, JsonArray, Object, JsonObject, 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
Default implementation of a AsyncViewRow.
DefaultAsyncViewRow(AsyncBucket, String, Object, Object, Document<?>) - Constructor for class com.couchbase.client.java.view.DefaultAsyncViewRow
 
DefaultBucketInfo - Class in com.couchbase.client.java.bucket
Default implementation of BucketInfo.
DefaultBucketManager - Class in com.couchbase.client.java.bucket
 
DefaultBucketSettings - Class in com.couchbase.client.java.cluster
 
DefaultBucketSettings.Builder - Class in com.couchbase.client.java.cluster
 
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
Default implementation for a ClusterInfo.
DefaultClusterInfo(JsonObject) - Constructor for class com.couchbase.client.java.cluster.DefaultClusterInfo
 
DefaultClusterManager - Class in com.couchbase.client.java.cluster
 
DefaultCouchbaseEnvironment - Class in com.couchbase.client.java.env
The default implementation of a CouchbaseEnvironment.
DefaultCouchbaseEnvironment.Builder - Class in com.couchbase.client.java.env
 
DefaultCreateIndexPath - Class in com.couchbase.client.java.query.dsl.path.index
DefaultCreateIndexPath() - Constructor for class com.couchbase.client.java.query.dsl.path.index.DefaultCreateIndexPath
 
DefaultDateRangeFacetResult - Class in com.couchbase.client.java.search.result.facets
Implementation of a DateRangeFacetResult.
DefaultDateRangeFacetResult(String, String, long, long, long, List<DateRange>) - Constructor for class com.couchbase.client.java.search.result.facets.DefaultDateRangeFacetResult
 
DefaultDeleteUsePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultDeleteUsePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultDeleteUsePath
 
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
 
DefaultHitLocations - Class in com.couchbase.client.java.search.result.hits
A default implementation of a HitLocations.
DefaultHitLocations() - Constructor for class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
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
 
DefaultInitialInsertPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultInitialInsertPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
DefaultInitialUpdateUnsetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultInitialUpdateUnsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultInitialUpdateUnsetPath
 
DefaultInsertValuesPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultInsertValuesPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
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
 
DefaultMergeDeletePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeDeletePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeDeletePath
 
DefaultMergeDeleteWherePath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultMergeDeleteWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeDeleteWherePath
 
DefaultMergeInsertPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeInsertPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeInsertPath
 
DefaultMergeInsertWherePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeInsertWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeInsertWherePath
 
DefaultMergeKeyClausePath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultMergeKeyClausePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeKeyClausePath
 
DefaultMergeSourcePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeSourcePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeSourcePath
 
DefaultMergeUpdatePath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultMergeUpdatePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdatePath
 
DefaultMergeUpdateSetOrUnsetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeUpdateSetOrUnsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
DefaultMergeUpdateSetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeUpdateSetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
DefaultMergeUpdateUnsetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeUpdateUnsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateUnsetPath
 
DefaultMergeUpdateWherePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMergeUpdateWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateWherePath
 
DefaultMutateLimitPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMutateLimitPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
 
DefaultMutateWherePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultMutateWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
 
DefaultN1qlQueryResult - Class in com.couchbase.client.java.query
 
DefaultN1qlQueryResult(List<AsyncN1qlQueryRow>, Object, N1qlMetrics, List<JsonObject>, JsonObject, String, 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(AsyncN1qlQueryRow) - 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
 
DefaultNumericRangeFacetResult - Class in com.couchbase.client.java.search.result.facets
Implementation of a NumericRangeFacetResult.
DefaultNumericRangeFacetResult(String, String, long, long, long, List<NumericRange>) - Constructor for class com.couchbase.client.java.search.result.facets.DefaultNumericRangeFacetResult
 
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
See OnPath.
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
 
DefaultReturningPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultReturningPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
DefaultSearchMetrics - Class in com.couchbase.client.java.search.result.impl
The default implementation for a SearchMetrics
DefaultSearchMetrics(long, long, double) - Constructor for class com.couchbase.client.java.search.result.impl.DefaultSearchMetrics
 
DefaultSearchQueryResult - Class in com.couchbase.client.java.search.result.impl
The default implementation for a SearchQueryResult
DefaultSearchQueryResult(SearchStatus, List<SearchQueryRow>, Throwable, Map<String, FacetResult>, SearchMetrics) - Constructor for class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
DefaultSearchQueryRow - Class in com.couchbase.client.java.search.result.impl
The default implementation for a SearchQueryRow
DefaultSearchQueryRow(String, String, double, JsonObject, HitLocations, Map<String, List<String>>, Map<String, String>) - Constructor for class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
DefaultSearchStatus - Class in com.couchbase.client.java.search.result.impl
The default implementation for a SearchStatus
DefaultSearchStatus(long, long, long) - Constructor for class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
DefaultSelectPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultSelectPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
DefaultSelectResultPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultSelectResultPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
DefaultSpatialViewResult - Class in com.couchbase.client.java.view
Default implementation of the SpatialViewResult.
DefaultSpatialViewResult(CouchbaseEnvironment, Bucket, Observable<AsyncSpatialViewRow>, boolean, Observable<JsonObject>, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultSpatialViewResult
 
DefaultSpatialViewRow - Class in com.couchbase.client.java.view
Default implementation of the SpatialViewRow.
DefaultSpatialViewRow(CouchbaseEnvironment, AsyncSpatialViewRow) - Constructor for class com.couchbase.client.java.view.DefaultSpatialViewRow
 
DefaultTermFacetResult - Class in com.couchbase.client.java.search.result.facets
Implementation of a TermFacetResult.
DefaultTermFacetResult(String, String, long, long, long, List<TermRange>) - Constructor for class com.couchbase.client.java.search.result.facets.DefaultTermFacetResult
 
defaultTimeout() - Method in class com.couchbase.client.java.cluster.api.ClusterApiClient
 
defaultTimeUnit() - Method in class com.couchbase.client.java.cluster.api.ClusterApiClient
 
DefaultUnnestPath - Class in com.couchbase.client.java.query.dsl.path
.
DefaultUnnestPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUnnestPath
 
DefaultUpdateSetOrUnsetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultUpdateSetOrUnsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
DefaultUpdateSetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultUpdateSetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
DefaultUpdateUnsetPath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultUpdateUnsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUpdateUnsetPath
 
DefaultUpdateUsePath - Class in com.couchbase.client.java.query.dsl.path
 
DefaultUpdateUsePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUpdateUsePath
 
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
 
deferAndWatch(Func1<Subscriber, ? extends Observable<? extends T>>) - Static method in class com.couchbase.client.java.util.OnSubscribeDeferAndWatch
Defer a hot observable and clean its buffers if needed on early unsubscribe.
deferred() - Method in class com.couchbase.client.java.analytics.AnalyticsParams
 
deferred(boolean) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Set to true for deferred query execution (Translates to mode async for the server request)
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
Use Retry.DEFAULT_DELAY but wait on a specific Scheduler
delay(Delay, Scheduler) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Set both the Delay and the Scheduler on which the delay is waited.
delete(String...) - Method in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Prepare a DELETE request for the cluster API on a given path.
Delete - Class in com.couchbase.client.java.query
 
deleteFrom(String) - Static method in class com.couchbase.client.java.query.Delete
 
deleteFrom(Expression) - Static method in class com.couchbase.client.java.query.Delete
 
deleteFromCurrentBucket() - Static method in class com.couchbase.client.java.query.Delete
 
DeleteUsePath - Interface in com.couchbase.client.java.query.dsl.path
 
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(boolean) - Method in class com.couchbase.client.java.search.sort.SearchSort
 
descending(boolean) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
descending(boolean) - Method in class com.couchbase.client.java.search.sort.SearchSortGeoDistance
 
descending(boolean) - Method in class com.couchbase.client.java.search.sort.SearchSortId
 
descending(boolean) - Method in class com.couchbase.client.java.search.sort.SearchSortScore
 
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
 
DesignDocumentDoesNotExistException - Exception in com.couchbase.client.java.error
Exception to indicate that Design document does not exist in the server
DesignDocumentDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.DesignDocumentDoesNotExistException
 
DesignDocumentDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.DesignDocumentDoesNotExistException
 
DesignDocumentDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentDoesNotExistException
 
DesignDocumentDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentDoesNotExistException
 
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
 
diagnostics() - Method in interface com.couchbase.client.java.AsyncCluster
Provides a simple health check which allows insight into the current state of services and endpoints.
diagnostics(String) - Method in interface com.couchbase.client.java.AsyncCluster
Provides a simple health check which allows insight into the current state of services and endpoints.
diagnostics() - Method in interface com.couchbase.client.java.Cluster
Provides a simple health check which allows insight into the current state of services and endpoints.
diagnostics(String) - Method in interface com.couchbase.client.java.Cluster
Provides a simple health check which allows insight into the current state of services and endpoints.
diagnostics(String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
diagnostics() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
diagnostics() - Method in class com.couchbase.client.java.CouchbaseCluster
 
diagnostics(String) - Method in class com.couchbase.client.java.CouchbaseCluster
 
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...
disableMetrics(boolean) - Method in class com.couchbase.client.java.query.N1qlParams
If set to true (false being the default), the metrics object will not be returned from N1QL and as a result be more efficient.
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
 
DisjunctionQuery - Class in com.couchbase.client.java.search.queries
A compound FTS query that performs a logical OR between all its sub-queries (disjunction).
DisjunctionQuery(AbstractFtsQuery...) - Constructor for class com.couchbase.client.java.search.queries.DisjunctionQuery
 
disjuncts(AbstractFtsQuery...) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a DisjunctionQuery body.
dispatchPrepared(N1qlQuery, CouchbaseEnvironment, long, TimeUnit) - 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
 
docId(String...) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a DocIdQuery body.
docId - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
DocIdQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches on Couchbase document IDs.
DocIdQuery(String...) - Constructor for class com.couchbase.client.java.search.queries.DocIdQuery
 
docIds(String...) - Method in class com.couchbase.client.java.search.queries.DocIdQuery
 
Document<T> - Interface in com.couchbase.client.java.document
Represents a Couchbase Server Document which is stored in and retrieved from a AsyncBucket.
document() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
Load the underlying document.
document(Class<D>) - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
Load the underlying document.
document() - Method in interface com.couchbase.client.java.view.AsyncViewRow
Load the underlying document, if not reduced.
document(Class<D>) - Method in interface com.couchbase.client.java.view.AsyncViewRow
Load the underlying document, if not reduced.
document() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
document() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
document() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document(Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
document() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document(Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewRow
 
document() - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with the default view timeout.
document(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with a custom timeout.
document(Class<D>) - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with the default view timeout.
document(Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewRow
Load the underlying document, if not reduced with a custom timeout.
document() - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with the default view timeout.
document(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with a custom timeout.
document(Class<D>) - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with the default view timeout.
document(Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewRow
Load the underlying document, if not reduced with a custom timeout.
DocumentAlreadyExistsException - Exception in com.couchbase.client.java.error
Raised when the document already exists and an insert operation is used..
DocumentAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
 
DocumentDoesNotExistException - Exception in com.couchbase.client.java.error
Raised when the document does not exist and a replace operation is used..
DocumentDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
 
DocumentFragment<OPERATION> - Class in com.couchbase.client.java.subdoc
A fragment of a JSON Document, that is to say one or several JSON values from the document (including String, JsonObject, JsonArray, etc...), as returned and used in the sub-document API.
DocumentFragment(String, long, MutationToken, List<SubdocOperationResult<OPERATION>>) - Constructor for class com.couchbase.client.java.subdoc.DocumentFragment
 
DocumentNotJsonException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when the targeted enclosing document itself is not JSON.
DocumentNotJsonException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.DocumentNotJsonException
 
DocumentTooDeepException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when document is too deep to parse.
DocumentTooDeepException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.DocumentTooDeepException
 
documentType() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.ByteArrayTranscoder
 
documentType() - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
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.ByteArrayTranscoder
 
doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
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(ByteArrayDocument) - Method in class com.couchbase.client.java.transcoder.ByteArrayTranscoder
 
doEncode(JsonDocument) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
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
 
doEncodeMulti(MultiValue<?>, String) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
 
doEncodeMulti(MultiValue<?>, String) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractFragmentTranscoder
Encode a special mutation value that denotes multiple values being processed in bulk, to a ByteBuf suitable for use in the sub-document protocol.
doEncodeSingle(T, String) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
 
doEncodeSingle(T, String) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractFragmentTranscoder
Encode a single mutation value to a ByteBuf suitable for use in the sub-document protocol.
domain() - Method in class com.couchbase.client.java.cluster.User
Get user domain local or ldap
doMultiLookup(long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Helper method to perform a multi path lookup.
doMultiMutate(long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
doOnRetry(Action4<Integer, Throwable, Long, TimeUnit>) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Execute some code each time a retry is scheduled (at the moment the retriable exception is caught, but before the retry delay is applied).
doOnRetry - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
doSingleLookup(LookupSpec, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
 
doSingleMutate(MutationSpec, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
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
 
dropN1qlIndex(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Drop the given secondary index associated with the current bucket.
dropN1qlIndex(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Drop the given secondary index associated with the current bucket, within the default management timeout.
dropN1qlIndex(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Drop the given secondary index associated with the current bucket, within a custom timeout.
dropN1qlIndex(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
dropN1qlIndex(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
dropN1qlIndex(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
dropN1qlPrimaryIndex(boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Drop the default primary index (Index.PRIMARY_NAME) associated with the current bucket.
dropN1qlPrimaryIndex(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Drop the given custom-named primary index associated with the current bucket.
dropN1qlPrimaryIndex(boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Drop the default primary index (Index.PRIMARY_NAME) associated with the current bucket, within the default management timeout.
dropN1qlPrimaryIndex(boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Drop the default primary index (Index.PRIMARY_NAME) associated with the current bucket, within a custom timeout.
dropN1qlPrimaryIndex(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Drop the given custom-named primary index associated with the current bucket, within the default management timeout.
dropN1qlPrimaryIndex(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Drop the given custom-named primary index associated with the current bucket, within a custom timeout.
dropN1qlPrimaryIndex(boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
dropN1qlPrimaryIndex(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
dropN1qlPrimaryIndex(boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
dropN1qlPrimaryIndex(boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
dropN1qlPrimaryIndex(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
dropN1qlPrimaryIndex(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
dropNamedPrimaryIndex(String, String, String) - Static method in class com.couchbase.client.java.query.Index
Drop the primary index of the given namespace:keyspace that has a custom name.
dropNamedPrimaryIndex(String, String) - Static method in class com.couchbase.client.java.query.Index
Drop the primary index in the given keyspace that has a custom name.
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
 
durationToN1qlFormat(long, TimeUnit) - Static method in class com.couchbase.client.java.query.N1qlParams
Helper method to convert a duration into the n1ql (golang) format.

E

e() - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
Returned expression results in the base of natural logarithms.
ejectionMethod() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The ejection method available for the bucket.
ejectionMethod() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
ejectionMethod(EjectionMethod) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
ejectionMethod() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
EjectionMethod - Enum in com.couchbase.client.java.cluster
The ejection method used on the bucket.
elapsedTime() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
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
Creates a empty JsonArray.
empty() - Static method in class com.couchbase.client.java.document.json.JsonObject
Creates a empty JsonObject.
EMPTY_METRICS - Static variable in class com.couchbase.client.java.analytics.AnalyticsMetrics
The empty metrics object.
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(T) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractFragmentTranscoder
 
encode(T) - Method in interface com.couchbase.client.java.transcoder.subdoc.FragmentTranscoder
Encode a value to a ByteBuf suitable for use in the sub-document protocol.
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.
ENCODED_PLAN_ENABLED_PROPERTY - Static variable in class com.couchbase.client.java.query.core.N1qlQueryExecutor
 
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
 
encodeStringAsUtf8(String) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Helper method to encode a String into UTF8 via fast-path methods.
encodeWithMessage(T, String) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractFragmentTranscoder
 
encodeWithMessage(T, String) - Method in interface com.couchbase.client.java.transcoder.subdoc.FragmentTranscoder
Encode a value to a ByteBuf suitable for use in the sub-document protocol.
EncryptedField - Annotation Type in com.couchbase.client.java.repository.annotation
Annotation for encrypted field
ENCRYPTION_PREFIX - Static variable in class com.couchbase.client.java.document.json.JsonObject
Encryption prefix
encryptionPathInfo() - Method in class com.couchbase.client.java.document.json.JsonObject
Get the encryption list to merge path with parent
encryptionProviderName() - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
Get the encryption crypto algorithm provider name set
encryptionProviderName() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
 
end() - Method in class com.couchbase.client.java.query.dsl.clause.UpdateForClause
Terminates the clause without a particular WHEN condition ("END") and returns the corresponding Expression.
end() - Method in interface com.couchbase.client.java.query.dsl.functions.Case.CaseClause
ends the CASE without an ELSE clause
end(String, boolean) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
end(String) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the upper boundary of the range.
end(Date, boolean) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
end(Date) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the upper boundary of the range.
end() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
end() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
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
 
enforcePrimitive(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
Verify that the type of object t is compatible with CouchbaseArraySet storage.
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.
entrySet() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
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.analytics.AnalyticsParams
 
equals(Object) - Method in class com.couchbase.client.java.auth.Credential
 
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.MutationState
 
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.query.util.IndexInfo
 
equals(Object) - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
equals(Object) - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
equals(Object) - Method in class com.couchbase.client.java.search.result.facets.TermRange
 
equals(Object) - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
equals(Object) - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
equals(Object) - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
equals(Object) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
 
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.analytics.AnalyticsMetrics
 
errorCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
 
errorCount() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
errorCount() - Method in interface com.couchbase.client.java.search.result.SearchStatus
the number of FTS pindexes queried that gave an error.
errorInterruptingPredicate - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
errors() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
errors() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
errors() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
errors() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
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
 
errors() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
errors() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
When an execution error happens (including partial results), this method returns a List of the error(s) in JSON format.
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
 
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.
except() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
except(SelectResultPath) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
except() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
except(SelectResultPath) - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
exceptAll() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
exceptAll(SelectResultPath) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
exceptAll() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
exceptAll(SelectResultPath) - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
ExceptElement - Class in com.couchbase.client.java.query.dsl.element
 
ExceptElement(boolean) - Constructor for class com.couchbase.client.java.query.dsl.element.ExceptElement
 
ExceptElement(boolean, String) - Constructor for class com.couchbase.client.java.query.dsl.element.ExceptElement
 
ExceptElement(boolean, Statement) - Constructor for class com.couchbase.client.java.query.dsl.element.ExceptElement
 
execute(AnalyticsQuery, CouchbaseEnvironment, long, TimeUnit) - Method in class com.couchbase.client.java.analytics.AnalyticsQueryExecutor
 
execute() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Executes the API request in an asynchronous fashion.
execute(long, TimeUnit) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Executes the API request in a synchronous fashion, using the given timeout.
execute() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Executes the API request in a synchronous fashion, using the default timeout.
execute(N1qlQuery, CouchbaseEnvironment, long, TimeUnit) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
 
execute(SearchQuery, long, TimeUnit) - Method in class com.couchbase.client.java.search.core.SearchQueryExecutor
Executes the given SearchQuery.
execute() - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Perform several lookup operations inside a single existing JSON document.
execute(long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Perform several lookup operations inside a single existing JSON document.
execute() - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document.
execute(long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document.
execute(PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document and watch for durability requirements.
execute(PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document and watch for durability requirements.
execute(PersistTo) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document and watch for durability requirements.
execute(PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document and watch for durability requirements.
execute(ReplicateTo) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document and watch for durability requirements.
execute(ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Perform several mutation operations inside a single existing JSON document and watch for durability requirements.
execute() - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Perform several lookup operations inside a single existing JSON document, using the default key/value timeout.
execute(long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Perform several lookup operations inside a single existing JSON document, using a specific timeout.
execute() - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with the default key/value timeout.
execute(PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with the default key/value timeout and durability requirements.
execute(PersistTo) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with the default key/value timeout and durability requirements.
execute(ReplicateTo) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with the default key/value timeout and durability requirements.
execute(long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with a specific timeout.
execute(PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with a specific timeout and durability requirements.
execute(PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with a specific timeout and durability requirements.
execute(ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Perform several mutation operations inside a single existing JSON document, with a specific timeout and durability requirements.
executePrepared(N1qlQuery, PreparedPayload, CouchbaseEnvironment, long, TimeUnit) - 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, CouchbaseEnvironment, long, TimeUnit) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
Internal: Queries a N1QL secondary index.
executionTime() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
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(String, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Check whether a document with the given ID does exist in the bucket with a custom timeout.
exists(D) - Method in interface com.couchbase.client.java.AsyncBucket
Check whether a document with the given ID does exist in the bucket.
exists(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Check whether a document with the given ID does exist in the bucket with a custom timeout.
Exists - Class in com.couchbase.client.java.bucket.api
Contains the logic to execute and handle exists requests.
Exists() - Constructor for class com.couchbase.client.java.bucket.api.Exists
 
exists(String, CouchbaseEnvironment, ClusterFacade, String, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Exists
 
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, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
exists(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
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
 
exists(String...) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Check if a value exists inside the document (if it does not, attempting to get the DocumentFragment.content(int) will raise an error).
exists(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Check if a value exists inside the document (if it does not, attempting to get the DocumentFragment.content(int) will raise an error).
exists(Iterable<String>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Check if a value exists inside the document (if it does not, attempting to get the DocumentFragment.content(int) will raise an error).
exists(String) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Checks whether the given path is part of this result set, eg.
exists(int) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Checks whether the given index is part of this result set and the operation was executed successfully.
exists(String...) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Check if a value exists inside the document (if it does not, attempting to get the DocumentFragment.content(int) will raise an error).
exists(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Check if a value exists inside the document (if it does not, attempting to get the DocumentFragment.content(int) will raise an error).
exists(Iterable<String>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Check if a value exists inside the document (if it does not, attempting to get the DocumentFragment.content(int) will raise an error).
exists() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
 
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.
expandMacros() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
expandMacros(boolean) - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Controls whether macros such as ${Mutation.CAS} will be expanded by the server for this field.
expandMacros() - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Get whether macros will be expanded for this field.
expiry(int) - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Set expiration on option builder
expiry() - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Get expiration stored in option builder Returns expiration time
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
 
expiry - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
explain() - Method in class com.couchbase.client.java.search.SearchQuery
Activates the explanation of each result hit in the response.
explain(boolean) - Method in class com.couchbase.client.java.search.SearchQuery
Activates or deactivates the explanation of each result hit in the response, according to the parameter.
explanation() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
explanation() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
If requested in the query, an explanation of the match, in JSON form.
export() - Method in class com.couchbase.client.java.MutationState
Exports the MutationState into a universal format, which can be used either to serialize it into a N1QL query or to send it over the network to a different application/SDK.
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.ExceptElement
 
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.InsertSelectElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.InsertValueElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.IntersectElement
 
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.MergeDeleteElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.MergeInsertElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.NestedLoopJoinHintElement
 
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.ReturningElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.SelectElement
 
export() - Method in class com.couchbase.client.java.query.dsl.element.SetElement
 
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.UnsetElement
 
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
 
export() - Method in class com.couchbase.client.java.query.dsl.path.HashJoinHintElement
 
export() - Method in class com.couchbase.client.java.search.SearchQuery
Exports the whole query as a JsonObject.
exportAnalyticsDeferredResultHandle(AnalyticsDeferredResultHandle) - Method in interface com.couchbase.client.java.Bucket
Exports the deferred result handle to a serialized form which can be used across SDKs
exportAnalyticsDeferredResultHandle(AnalyticsDeferredResultHandle) - Method in class com.couchbase.client.java.CouchbaseBucket
 
exportForFts() - Method in class com.couchbase.client.java.MutationState
Exports the MutationState into a format recognized by the FTS search engine.
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
Extracts the PreparedPayload from the server's response during a PREPARE.

F

FacetResult - Interface in com.couchbase.client.java.search.result.facets
Base interface for all facet results.
facets() - Method in interface com.couchbase.client.java.search.result.AsyncSearchQueryResult
An Observable emitting a FacetResult for each requested facet in the original request.
facets() - Method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
 
facets() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
facets() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
If one or more facet were requested via the SearchQuery.addFacet(String, SearchFacet) method when querying, contains the result of each facet.
FALSE() - Static method in class com.couchbase.client.java.query.dsl.Expression
Returns an expression representing boolean FALSE.
Field - Annotation Type in com.couchbase.client.java.repository.annotation
 
field(String) - Method in class com.couchbase.client.java.search.queries.BooleanFieldQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.GeoDistanceQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.MatchPhraseQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.MatchQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.PhraseQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.PrefixQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.RegexpQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.TermQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
 
field(String) - Method in class com.couchbase.client.java.search.queries.WildcardQuery
 
field - Variable in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
field() - Method in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
field() - Method in interface com.couchbase.client.java.search.result.facets.FacetResult
 
field() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
FieldMissing - Enum in com.couchbase.client.java.search.sort
 
FieldMode - Enum in com.couchbase.client.java.search.sort
 
fields() - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
fields() - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
list the fields in this location
fields() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
fields() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
The value of each requested field (as defined in the SearchQuery.
fields(String...) - Method in class com.couchbase.client.java.search.SearchQuery
Configures the list of fields for which the whole value should be included in the response.
FieldType - Enum in com.couchbase.client.java.search.sort
 
finalSuccess() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
Denotes the success or failure of the query.
finalSuccess() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
Asynchronously denotes the success or failure of the query.
finalSuccess() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
finalSuccess() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
finalSuccess() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
Asynchronously denotes the success or failure of the query.
finalSuccess() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
 
finalSuccess() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
 
finalSuccess() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
Denotes the success or failure of the query.
firstFailureIndex() - Method in exception com.couchbase.client.java.error.subdoc.MultiMutationException
 
firstFailureSpec() - Method in exception com.couchbase.client.java.error.subdoc.MultiMutationException
 
firstFailureStatus() - Method in exception com.couchbase.client.java.error.subdoc.MultiMutationException
 
firstIn(Expression, String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
Create a FIRST comprehension with a first IN range.
firstWithin(Expression, String, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.Collections
Create a FIRST comprehension with a first WITHIN range.
floor(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
Returned expression results in the largest integer not greater than the number.
floor(Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
Returned expression results in the largest integer not greater than the number.
flush() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Flushes the bucket (removes all data).
flush(ClusterFacade, String, String) - Static method in class com.couchbase.client.java.bucket.BucketFlusher
Flush the bucket and make sure flush is complete before completing the observable.
flush(ClusterFacade, String, String, String) - Static method in class com.couchbase.client.java.bucket.BucketFlusher
Flush the bucket and make sure flush is complete before completing the observable.
flush() - Method in interface com.couchbase.client.java.bucket.BucketManager
Flushes the bucket (removes all data) with the default management timeout.
flush(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Flushes the bucket (removes all data) with a custom timeout.
flush() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
flush() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
flush(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
FlushDisabledException - Exception in com.couchbase.client.java.error
 
FlushDisabledException() - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
FlushDisabledException(String) - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
FlushDisabledException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
FlushDisabledException(Throwable) - Constructor for exception com.couchbase.client.java.error.FlushDisabledException
 
forIn(String, String) - Static method in class com.couchbase.client.java.query.dsl.clause.UpdateForClause
Creates an updateFor clause that starts with FOR variable IN path.
Form - Class in com.couchbase.client.java.cluster.api
A utility method / builder class to create form bodies for a RestBuilder or AsyncRestBuilder.
forWithin(String, String) - Static method in class com.couchbase.client.java.query.dsl.clause.UpdateForClause
Creates an updateFor clause that starts with FOR variable WITHIN path.
foundCredentials() - Method in exception com.couchbase.client.java.error.AuthenticatorException
 
fragment() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
fragments() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
fragments() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
The fragments for each field that was requested as highlighted (as defined in the SearchParams).
FragmentTranscoder - Interface in com.couchbase.client.java.transcoder.subdoc
An interface for transcoding sub-document fragments (as read and written by the subdocument API, eg.
from(BinaryDocument, String, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a copy from a different BinaryDocument, but changes the document ID and content.
from(BinaryDocument, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
Creates a copy from a different BinaryDocument, but changes the CAS value.
from(ByteArrayDocument, String, byte[]) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a copy from a different ByteArrayDocument, but changes the document ID and content.
from(ByteArrayDocument, long) - Static method in class com.couchbase.client.java.document.ByteArrayDocument
Creates a copy from a different ByteArrayDocument, but changes the CAS value.
from(Object...) - Static method in class com.couchbase.client.java.document.json.JsonArray
Creates a new JsonArray and populates it with the values supplied.
from(List<?>) - Static method in class com.couchbase.client.java.document.json.JsonArray
Creates a new JsonArray and populates it with the values in the supplied List.
from(Map<String, ?>) - Static method in class com.couchbase.client.java.document.json.JsonObject
Constructs a JsonObject from a Map<String, ?>.
from(JsonArrayDocument, String) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonArrayDocument, but changes the document ID.
from(JsonArrayDocument, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonDocument, but changes the content.
from(JsonArrayDocument, String, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonDocument, but changes the document ID and content.
from(JsonArrayDocument, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
Creates a copy from a different JsonDocument, but changes the CAS value.
from(JsonBooleanDocument, String) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the document ID.
from(JsonBooleanDocument, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the content.
from(JsonBooleanDocument, String, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the document ID and content.
from(JsonBooleanDocument, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
Creates a copy from a different JsonBooleanDocument, but changes the CAS value.
from(JsonDocument, String) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the document ID.
from(JsonDocument, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the content.
from(JsonDocument, String, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the document ID and content.
from(JsonDocument, long) - Static method in class com.couchbase.client.java.document.JsonDocument
Creates a copy from a different JsonDocument, but changes the CAS value.
from(JsonDoubleDocument, String) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the document ID.
from(JsonDoubleDocument, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the content.
from(JsonDoubleDocument, String, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the document ID and content.
from(JsonDoubleDocument, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
Creates a copy from a different JsonDoubleDocument, but changes the CAS value.
from(JsonLongDocument, String) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the document ID.
from(JsonLongDocument, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the content.
from(JsonLongDocument, String, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the document ID and content.
from(JsonLongDocument, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
Creates a copy from a different JsonLongDocument, but changes the CAS value.
from(JsonStringDocument, String, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a copy from a different JsonStringDocument, but changes the document ID and content.
from(JsonStringDocument, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
Creates a copy from a different JsonStringDocument, but changes the CAS value.
from(LegacyDocument, String) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the document ID.
from(LegacyDocument, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the content.
from(LegacyDocument, String, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the document ID and content.
from(LegacyDocument, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
Creates a copy from a different LegacyDocument, but changes the CAS value.
from(RawJsonDocument, String, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a copy from a different RawJsonDocument, but changes the document ID and content.
from(RawJsonDocument, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
Creates a copy from a different RawJsonDocument, but changes the CAS value.
from(SerializableDocument, String) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the document ID.
from(SerializableDocument, Long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the content.
from(SerializableDocument, String, Long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the document ID and content.
from(SerializableDocument, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
Creates a copy from a different SerializableDocument, but changes the CAS value.
from(StringDocument, String, String) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a copy from a different StringDocument, but changes the document ID and content.
from(StringDocument, long) - Static method in class com.couchbase.client.java.document.StringDocument
Creates a copy from a different StringDocument, but changes the CAS value.
from(Document...) - Static method in class com.couchbase.client.java.MutationState
Create a MutationState from one or more Documents.
from(DocumentFragment...) - Static method in class com.couchbase.client.java.MutationState
Create a MutationState from one or more DocumentFragments.
from(String) - Static method in class com.couchbase.client.java.MutationState
Create a MutationState from the serialized state.
from(JsonObject) - Static method in class com.couchbase.client.java.MutationState
Create a MutationState from the serialized state.
from(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultFromPath
 
from(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultFromPath
 
from(String) - Method in interface com.couchbase.client.java.query.dsl.path.FromPath
 
from(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.FromPath
Note that from Expression should be a single identifier/path
from(JsonObject) - Static method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
Parses a FTS JSON representation of a HitLocations.
from(String, JsonObject) - Static method in class com.couchbase.client.java.view.DesignDocument
Create a design document from a JSON representation of it.
from(String, String) - Static method in class com.couchbase.client.java.view.SpatialViewQuery
Creates an new SpatialViewQuery.
from(String, String) - Static method in class com.couchbase.client.java.view.ViewQuery
Creates an new ViewQuery.
FROM_ASYNC - Static variable in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
Utility Func1 to convert an AsyncSearchQueryResult into a synchronous SearchQueryResult.
fromAlias(String) - Static method in enum com.couchbase.client.java.cluster.AuthDomain
 
fromConnectionString(String) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference using the connection string.
fromConnectionString(CouchbaseEnvironment, String) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
Creates a new CouchbaseAsyncCluster reference using the connection string.
fromConnectionString(String) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference using the connection string.
fromConnectionString(CouchbaseEnvironment, String) - Static method in class com.couchbase.client.java.CouchbaseCluster
Creates a new CouchbaseCluster reference using the connection string.
fromCurrentBucket() - Method in class com.couchbase.client.java.query.dsl.path.DefaultFromPath
 
fromCurrentBucket() - Method in interface com.couchbase.client.java.query.dsl.path.FromPath
 
fromDnsSrv(String, boolean, boolean) - Static method in class com.couchbase.client.java.util.Bootstrap
Fetch a bootstrap list from DNS SRV using default OS name resolution.
fromDnsSrv(String, boolean, boolean, String) - Static method in class com.couchbase.client.java.util.Bootstrap
Fetch a bootstrap list from DNS SRV using a specific nameserver IP.
FromElement - Class in com.couchbase.client.java.query.dsl.element
 
FromElement(String) - Constructor for class com.couchbase.client.java.query.dsl.element.FromElement
 
fromEntity(EntityDocument<Object>) - Method in class com.couchbase.client.java.repository.mapping.DefaultEntityConverter
 
fromEntity(EntityDocument<Object>) - Method in interface com.couchbase.client.java.repository.mapping.EntityConverter
 
fromFtsString(String) - Static method in class com.couchbase.client.java.search.util.SearchUtils
Attempts to convert a date string, as returned by the FTS service, into a Date.
fromHostnames(List<String>) - Static method in class com.couchbase.client.java.ConnectionString
Deprecated.
 
fromHttp400(String) - Static method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
Deprecated.
FTS is still in BETA so the response format is likely to change in a future version, and be unified with the HTTP 200 response format.
fromHttp412() - Static method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
Deprecated.
FTS is still in BETA so the response format is likely to change in a future version, and be unified with the HTTP 200 response format.
fromHttp429(String) - Static method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
Creates a result out of the http 429 response code if retry didn't work.
fromIndexNotFound(String) - Static method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
Deprecated.
FTS is still in BETA so the response format is likely to change in a future version, and be unified with the HTTP 200 response format.
fromJson(String) - Static method in class com.couchbase.client.java.document.json.JsonArray
Static method to create a JsonArray from a JSON String.
fromJson(String) - Static method in class com.couchbase.client.java.document.json.JsonObject
Static method to create a JsonObject from a JSON String.
fromJson(JsonObject) - Static method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
Deprecated.
FTS is still in BETA so the response format is likely to change in a future version
fromName(String) - Static method in enum com.couchbase.client.java.view.DesignDocument.Option
 
FromPath - Interface in com.couchbase.client.java.query.dsl.path
.
FtsConsistencyTimeoutException - Exception in com.couchbase.client.java.error
An exception denoting that the search engine couldn't satisfy an FTS request with consistency before the specified timeout.
FtsConsistencyTimeoutException() - Constructor for exception com.couchbase.client.java.error.FtsConsistencyTimeoutException
 
FtsMalformedRequestException - Exception in com.couchbase.client.java.error
An exception denoting that the search engine couldn't parse an FTS request.
FtsMalformedRequestException(String) - Constructor for exception com.couchbase.client.java.error.FtsMalformedRequestException
 
FtsServerOverloadException - Exception in com.couchbase.client.java.error
An exception denoting that the search engine couldn't parse an FTS request.
FtsServerOverloadException(String) - Constructor for exception com.couchbase.client.java.error.FtsServerOverloadException
 
ftsToJsonObject(SearchQuery) - Method in class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
Asynchronously perform a SearchQuery and return the raw N1QL response as a JsonObject.
ftsToJsonObject(SearchQuery) - Method in class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
Synchronously perform a SearchQuery and return the raw N1QL response as a JsonObject.
ftsToRawCustom(SearchQuery, Func1<String, T>) - Method in class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
Asynchronously perform a SearchQuery and apply a user function to deserialize the raw JSON FTS response, which is represented as a String.
ftsToRawCustom(SearchQuery, Func1<String, T>) - Method in class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
Synchronously perform a SearchQuery and apply a user function to deserialize the raw JSON FTS response, which is represented as a String.
ftsToRawJson(SearchQuery) - Method in class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
Asynchronously perform a SearchQuery and return the raw N1QL response as a String.
ftsToRawJson(SearchQuery) - Method in class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
Synchronously perform a SearchQuery and return the raw N1QL response as a String.
fuzziness(int) - Method in class com.couchbase.client.java.search.queries.MatchQuery
 
fuzziness(int) - Method in class com.couchbase.client.java.search.queries.TermQuery
 

G

generateKey(CouchbaseEvent) - Method in class com.couchbase.client.java.event.consumers.BucketConsumer
Default method to generate the key for the given event.
geoBoundingBox(double, double, double, double) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a GeoBoundingBoxQuery body.
GeoBoundingBoxQuery - Class in com.couchbase.client.java.search.queries
A FTS query which allows to match geo bounding boxes.
GeoBoundingBoxQuery(double, double, double, double) - Constructor for class com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
 
geoDistance(double, double, String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a GeoDistanceQuery body.
GeoDistanceQuery - Class in com.couchbase.client.java.search.queries
A FTS query which allows to match on geo distances.
GeoDistanceQuery(double, double, String) - Constructor for class com.couchbase.client.java.search.queries.GeoDistanceQuery
 
geometry() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
The geometry of the row, if emitted.
geometry() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
geometry() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
geometry() - Method in interface com.couchbase.client.java.view.SpatialViewRow
 
get(String) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves a JsonDocument by its unique ID.
get(String, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves a JsonDocument by its unique ID with a custom timeout.
get(D) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves any type of Document by its unique ID.
get(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves any type of Document by its unique ID with a custom timeout.
get(String, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves any type of Document by its unique ID.
get(String, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves any type of Document by its unique ID with a custom timeout.
Get - Class in com.couchbase.client.java.bucket.api
Contains the logic to execute and handle get requests.
Get() - Constructor for class com.couchbase.client.java.bucket.api.Get
 
get(String, Class<D>, CouchbaseEnvironment, String, ClusterFacade, Map<Class<? extends Document>, Transcoder<? extends Document, ?>>, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Get
 
get(String) - Method in interface com.couchbase.client.java.Bucket
Retrieves a JsonDocument by its unique ID with the default key/value timeout.
get(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves a JsonDocument by its unique ID with a custom timeout.
get(D) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document with the default key/value timeout.
get(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document with a custom timeout.
get(String, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document by its ID with the default key/value timeout.
get(String, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves any type of Document by its ID with a custom timeout.
get(String...) - Method in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Prepare a GET request for the cluster API on a given path.
get(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(String, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
get(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(String, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
get(int) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
get(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
get(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and does not cast it.
get(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the (potential null) content and not casting its type.
get(String) - Method in class com.couchbase.client.java.query.dsl.Expression
Get attribute of an object using the given string as attribute name.
get(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
Get attribute of an object using the given expression as attribute name.
get(String, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
get(String, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
get(String, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
get(String, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
get(Object) - Method in interface com.couchbase.client.java.repository.mapping.PropertyMetadata
Returns the content of the field property.
get(Object) - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedPropertyMetadata
 
get(String, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
 
get(String, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
get(String) - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
get(String, String) - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
get(String) - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
list all locations for a given field (any term)
get(String, String) - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
list all locations for a given field and term
get(String...) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get a value inside the JSON document.
get() - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get the full JSON document.
get(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get a value inside the JSON document.
get(Iterable<String>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get a value inside the JSON document.
get(String...) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get a value inside the JSON document.
get() - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get full JSON document
get(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get a value inside the JSON document.
get(Iterable<String>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get a value inside the JSON document.
Get.GetFilter - Class in com.couchbase.client.java.bucket.api
 
Get.GetMap<D> - Class in com.couchbase.client.java.bucket.api
 
getAll() - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
getAll() - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
list all locations (any field, any term)
getAllVersions() - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Returns the list of Version obtained from the cluster from which this ClusterInfo was obtained.
getAllVersions() - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
getAndDecrypt(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieve and decrypt content and not casting its type Note: Use of the Field Level Encryption functionality provided in the com.couchbase.client.encryption namespace provided by Couchbase is subject to the Couchbase Inc.
getAndDecryptArray(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to JsonArray.
getAndDecryptBigDecimal(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to BigDecimal.
getAndDecryptBigInteger(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to BigInteger.
getAndDecryptBoolean(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to Boolean.
getAndDecryptDouble(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Double.
getAndDecryptInt(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to Integer.
getAndDecryptLong(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to Long.
getAndDecryptNumber(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to Number.
getAndDecryptObject(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to JsonObject.
getAndDecryptString(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the decrypted value from the field name and casts it to String.
getAndLock(String, int) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a JsonDocument by its unique ID.
getAndLock(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a JsonDocument by its unique ID with a custom timeout.
getAndLock(D, int) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a Document by its unique ID.
getAndLock(D, int, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a Document by its unique ID with a custom timeout.
getAndLock(String, int, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a Document by its unique ID.
getAndLock(String, int, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and lock a Document by its unique ID with a custom timeout.
getAndLock(String, Class<D>, CouchbaseEnvironment, String, ClusterFacade, Map<Class<? extends Document>, Transcoder<? extends Document, ?>>, int, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Get
 
getAndLock(String, int) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a JsonDocument by its unique ID with the default key/value timeout.
getAndLock(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a JsonDocument by its unique ID with a custom timeout.
getAndLock(D, int) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with the default key/value timeout.
getAndLock(D, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with a custom timeout.
getAndLock(String, int, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with the default key/value timeout.
getAndLock(String, int, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and lock a Document by its unique ID with the a custom timeout.
getAndLock(String, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(D, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(D, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(String, int, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndLock(String, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(D, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(D, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndLock(String, int, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
getAndLock(String, int, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
getAndLock(String, int, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
getAndLock(String, int, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
getAndLock(String, int, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
 
getAndLock(String, int, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
getAndTouch(String, int) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a JsonDocument by its unique ID.
getAndTouch(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a JsonDocument by its unique ID with a custom timeout.
getAndTouch(D) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a Document by its unique ID.
getAndTouch(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a Document by its unique ID with a custom timeout.
getAndTouch(String, int, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a Document by its unique ID.
getAndTouch(String, int, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieve and touch a Document by its unique ID with a custom timeout.
getAndTouch(String, Class<D>, CouchbaseEnvironment, String, ClusterFacade, Map<Class<? extends Document>, Transcoder<? extends Document, ?>>, int, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Get
 
getAndTouch(String, int) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a JsonDocument by its unique ID with the default key/value timeout.
getAndTouch(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a JsonDocument by its unique ID with the a custom timeout.
getAndTouch(D) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with the default key/value timeout.
getAndTouch(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with a custom timeout.
getAndTouch(String, int, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with the default key/value timeout.
getAndTouch(String, int, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieve and touch a Document by its unique ID with a custom timeout.
getAndTouch(String, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(String, int, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getAndTouch(String, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getAndTouch(String, int, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
getAndTouch(String, int, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
getAndTouch(String, int, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
getAndTouch(String, int, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
getAndTouch(String, int, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
 
getAndTouch(String, int, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
getArray(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to JsonArray.
getArray(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to JsonArray.
getBigDecimal(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to BigDecimal.
getBigDecimal(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to BigDecimal.
getBigInteger(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to BigInteger.
getBigInteger(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to BigInteger.
getBoolean(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Boolean.
getBoolean(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Boolean.
getBucket(String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Returns the BucketSettings for the Bucket identified by name.
getBucket(String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns the BucketSettings for the Bucket identified by name with the default management timeout.
getBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns the BucketSettings for the Bucket identified by name with a custom timeout.
getBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getBuckets() - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Returns BucketSettings for all available Buckets.
getBuckets() - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns a list of BucketSettings for all available Buckets with the default management timeout.
getBuckets(long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Returns a list of BucketSettings for all available Buckets with a custom timeout.
getBuckets() - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getBuckets() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getBuckets(long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getConfigureBucketPayload(BucketSettings, boolean) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getCount(String...) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get the count of values inside the JSON document.
getCount(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get the count of values inside the JSON document.
getCount(Iterable<String>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Get a value inside the JSON document.
getCount(String...) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get a count of values inside the JSON document.
getCount(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get a count of values inside the JSON document.
getCount(Iterable<String>, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Get a count of values inside the JSON document.
getCredentials(CredentialContext, String) - Method in interface com.couchbase.client.java.auth.Authenticator
Retrieve the credentials store by this Authenticator for the given CredentialContext and optional specific.
getCredentials(CredentialContext, String) - Method in class com.couchbase.client.java.auth.CertAuthenticator
 
getCredentials(CredentialContext, String) - Method in class com.couchbase.client.java.auth.ClassicAuthenticator
 
getCredentials(CredentialContext, String) - Method in class com.couchbase.client.java.auth.PasswordAuthenticator
 
getCryptoManager() - Method in class com.couchbase.client.java.document.json.JsonObject
Get the encryption configuration for decryption
getDesign() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
getDesign() - Method in class com.couchbase.client.java.view.ViewQuery
 
getDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads a published DesignDocument by its name.
getDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads a DesignDocument by its name from either development or production.
getDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a published DesignDocument by its name with the default management timeout.
getDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a published DesignDocument by its name with the a custom timeout.
getDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a DesignDocument by its name from either development or production with the default management timeout.
getDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads a DesignDocuments by its name from either development or production with a custom timeout.
getDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads all published DesignDocuments.
getDesignDocuments(boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Loads all DesignDocuments from development or production.
getDesignDocuments() - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all published DesignDocuments with the default management timeout.
getDesignDocuments(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all published DesignDocuments with a custom timeout.
getDesignDocuments(boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all DesignDocuments from either development or production with the default management timeout.
getDesignDocuments(boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Loads all DesignDocuments from either development or production with a custom timeout.
getDesignDocuments() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocuments(boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
getDesignDocuments() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments(boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDesignDocuments(boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
getDouble(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Double.
getDouble(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Double.
getFacets() - Method in class com.couchbase.client.java.search.SearchQuery
 
getFields() - Method in class com.couchbase.client.java.search.SearchQuery
 
GetFilter(CouchbaseEnvironment) - Constructor for class com.couchbase.client.java.bucket.api.Get.GetFilter
 
getFirstPrimaryOrReplica(String, Bucket, long, long) - Method in class com.couchbase.client.java.util.TransparentReplicaGetHelper
Asynchronously fetch the document from the primary and if that operations fails try all the replicas and return the first document that comes back from them (with custom primary and replica timeout values).
getFirstPrimaryOrReplica(String, Bucket, long) - Method in class com.couchbase.client.java.util.TransparentReplicaGetHelper
Asynchronously fetch the document from the primary and if that operations fails try all the replicas and return the first document that comes back from them (with a custom timeout value applied to both primary and replica).
getFirstPrimaryOrReplica(String, Bucket) - Method in class com.couchbase.client.java.util.TransparentReplicaGetHelper
Asynchronously fetch the document from the primary and if that operations fails try all the replicas and return the first document that comes back from them (using the environments KV timeout for both primary and replica).
getFirstPrimaryOrReplica(String, Class<D>, Bucket) - Static method in class com.couchbase.client.java.util.TransparentReplicaGetHelper
Asynchronously fetch the document from the primary and if that operations fails try all the replicas and return the first document that comes back from them (using the environments KV timeout for both primary and replica).
getFirstPrimaryOrReplica(String, Class<D>, Bucket, long) - Static method in class com.couchbase.client.java.util.TransparentReplicaGetHelper
Asynchronously fetch the document from the primary and if that operations fails try all the replicas and return the first document that comes back from them (with a custom timeout value applied to both primary and replica).
getFirstPrimaryOrReplica(String, Class<D>, Bucket, long, long) - Static method in class com.couchbase.client.java.util.TransparentReplicaGetHelper
Asynchronously fetch the document from the primary and if that operations fails try all the replicas and return the first document that comes back from them.
getFromReplica(String, ReplicaMode) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID.
getFromReplica(String, ReplicaMode, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID.
getFromReplica(D, ReplicaMode) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
getFromReplica(D, ReplicaMode, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
getFromReplica(String, ReplicaMode, Class<D>) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
getFromReplica(String, ReplicaMode, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Retrieves one or more, possibly stale, representations of a Document by its unique ID.
getFromReplica(String, ReplicaMode) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(String) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(String, ReplicaMode, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(D, ReplicaMode) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(D) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(D, ReplicaMode, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(String, ReplicaMode, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(String, Class<D>) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with the default timeout.
getFromReplica(String, ReplicaMode, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(String, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Retrieves one or more, possibly stale, representations of a JsonDocument by its unique ID with a custom timeout.
getFromReplica(String, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(D, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(String, ReplicaMode, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(String, ReplicaMode, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(D, ReplicaMode, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(String, ReplicaMode, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
getFromReplica(String, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(D, ReplicaMode) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(D, ReplicaMode, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, Class<D>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
getFromReplica(String, ReplicaMode, Class<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
getFromReplica(String, ReplicaMode, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
getFromReplica(String, ReplicaMode, Class<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
getFromReplica(String, ReplicaMode, Class<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
getFromReplica(String, ReplicaMode, Class<T>) - Method in interface com.couchbase.client.java.repository.Repository
 
getFromReplica(String, ReplicaMode, Class<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
getHighlightFields() - Method in class com.couchbase.client.java.search.SearchQuery
 
getHighlightStyle() - Method in class com.couchbase.client.java.search.SearchQuery
 
getInt(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Integer.
getInt(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Integer.
getKeys() - Method in class com.couchbase.client.java.view.ViewQuery
 
getLimit() - Method in class com.couchbase.client.java.search.SearchQuery
 
getLong(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Long.
getLong(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Long.
GetMap(CouchbaseEnvironment, Map<Class<? extends Document>, Transcoder<? extends Document, ?>>, Class<D>, String) - Constructor for class com.couchbase.client.java.bucket.api.Get.GetMap
 
getMapFullArrayDocResultToSubDocFn(Mutation) - Static method in class com.couchbase.client.java.datastructures.ResultMappingUtils
Creates anonymous function for mapping full JsonArrayDocument insert result to document fragment result
getMapFullDocResultToSubDocFn(Mutation) - Static method in class com.couchbase.client.java.datastructures.ResultMappingUtils
Creates anonymous function for mapping full JsonDocument insert result to document fragment result
getMapResultFnForSubdocMutationToBoolean() - Static method in class com.couchbase.client.java.datastructures.ResultMappingUtils
Creates anonymous function for mapping document fragment result to boolean
getMinVersion() - Method in interface com.couchbase.client.java.cluster.ClusterInfo
Returns the smallest node version (thus oldest version) in the cluster from which this ClusterInfo was taken.
getMinVersion() - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
getN1qlError() - Method in exception com.couchbase.client.java.error.QueryExecutionException
 
getNames() - Method in class com.couchbase.client.java.document.json.JsonObject
Returns a set of field names on the JsonObject.
getNumber(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to Number.
getNumber(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to Number.
getObject(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to JsonObject.
getObject(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to JsonObject.
getResultHandleUri() - Method in interface com.couchbase.client.java.analytics.AnalyticsDeferredResultHandle
Get the result uri if available Throws IllegalStateException if there is no result handle available
getResultHandleUri() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsDeferredResultHandle
 
getResultHandleUri() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
getResultHandleUri() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
getServerSideTimeout() - Method in class com.couchbase.client.java.search.SearchQuery
 
getSingleCredential(CredentialContext, String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
getSkip() - Method in class com.couchbase.client.java.search.SearchQuery
 
getStatusHandleUri() - Method in interface com.couchbase.client.java.analytics.AnalyticsDeferredResultHandle
Get the status uri
getStatusHandleUri() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsDeferredResultHandle
 
getStatusHandleUri() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
getStatusHandleUri() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
getString(int) - Method in class com.couchbase.client.java.document.json.JsonArray
Retrieves the value by the position in the JsonArray and casts it to String.
getString(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Retrieves the value from the field name and casts it to String.
getUser(AuthDomain, String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Get user info from Couchbase Server.
getUser(AuthDomain, String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Get user info in Couchbase with default management timeout.
getUser(AuthDomain, String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Get user info in Couchbase with custom timeout.
getUser(AuthDomain, String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getUser(AuthDomain, String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getUser(AuthDomain, String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getUsers(AuthDomain) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Get all users in Couchbase Server.
getUsers(AuthDomain) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Get all users in Couchbase with default management timeout.
getUsers(AuthDomain, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Get all users in Couchbase with a custom timeout.
getUsers(AuthDomain) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getUsers(AuthDomain) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getUsers(AuthDomain, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
getUserSettingsPayload(UserSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
getView() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
getView() - Method in class com.couchbase.client.java.view.ViewQuery
 
greatest(Expression, Expression, Expression...) - Static method in class com.couchbase.client.java.query.dsl.functions.ComparisonFunctions
Returned expression results in the largest non-NULL, non-MISSING value if the values are of the same type, otherwise NULL.
group() - Method in class com.couchbase.client.java.view.ViewQuery
Group the results using the reduce function to a group or single row.
group(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
groupBy(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
 
groupBy(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
 
groupBy(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.GroupByPath
 
groupBy(String...) - Method in interface com.couchbase.client.java.query.dsl.path.GroupByPath
 
GroupByElement - Class in com.couchbase.client.java.query.dsl.element
 
GroupByElement(Expression[]) - Constructor for class com.couchbase.client.java.query.dsl.element.GroupByElement
 
GroupByPath - Interface in com.couchbase.client.java.query.dsl.path
.
groupLevel(int) - Method in class com.couchbase.client.java.view.ViewQuery
Specify the group level to be used.
gt(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(String) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(int) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(long) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(float) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(double) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gt(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater than operator (">").
gte(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(String) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(int) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(long) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(double) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(float) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(boolean) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(JsonObject) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").
gte(JsonArray) - Method in class com.couchbase.client.java.query.dsl.Expression
Combines two expressions with the greater or equals than operator (">=").

H

handle() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
handle() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
handle() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
handle() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
handler - Variable in class com.couchbase.client.java.util.retry.RetryWhenFunction
 
hasBinaryFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a binary document.
hasBucket(String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Checks if the cluster has a Bucket identified by the given name.
hasBucket(String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Checks if the cluster has a Bucket identified by the given name with the default management timeout.
hasBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Checks if the cluster has a Bucket identified by the given name with a custom timeout.
hasBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
hasBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
hasBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
hasCommonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks whether the upper 8 bits are set, indicating common flags presence.
hasCommonFormat(int, int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks that flags has common flags bits set and that they correspond to expected common flags format.
hasCompressionFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks whether the upper 3 bits are set, indicating compression presence.
hashCode() - Method in class com.couchbase.client.java.analytics.AnalyticsParams
 
hashCode() - Method in class com.couchbase.client.java.auth.Credential
 
hashCode() - Method in class com.couchbase.client.java.document.AbstractDocument
 
hashCode() - Method in class com.couchbase.client.java.document.EntityDocument
 
hashCode() - Method in class com.couchbase.client.java.document.json.JsonArray
 
hashCode() - Method in class com.couchbase.client.java.document.json.JsonObject
 
hashCode() - Method in class com.couchbase.client.java.MutationState
 
hashCode() - Method in class com.couchbase.client.java.query.N1qlParams
 
hashCode() - Method in class com.couchbase.client.java.query.PreparedPayload
 
hashCode() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
hashCode() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
hashCode() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
hashCode() - Method in class com.couchbase.client.java.search.result.facets.TermRange
 
hashCode() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
hashCode() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
hashCode() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
hashCode() - Method in class com.couchbase.client.java.subdoc.DocumentFragment
 
hashCode() - Method in class com.couchbase.client.java.util.features.Version
 
hashCode() - Method in class com.couchbase.client.java.view.DefaultView
 
hashCode() - Method in class com.couchbase.client.java.view.DesignDocument
 
hashCode() - Method in class com.couchbase.client.java.view.SpatialView
 
hashCode() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
hashCode() - Method in class com.couchbase.client.java.view.ViewQuery
 
HashJoinHintElement - Class in com.couchbase.client.java.query.dsl.path
Hash Join hint for hash based join
HashJoinHintElement(HashSide) - Constructor for class com.couchbase.client.java.query.dsl.path.HashJoinHintElement
 
HashSide - Enum in com.couchbase.client.java.query.dsl.path
Hash side for hash based join
hasIdProperty() - Method in interface com.couchbase.client.java.repository.mapping.EntityMetadata
True if it contains an id property, false otherwise.
hasIdProperty() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedEntityMetadata
 
hasJsonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a JSON document.
hasNext() - Method in class com.couchbase.client.java.datastructures.collections.iterators.JsonArrayDocumentIterator
 
hasReduce() - Method in class com.couchbase.client.java.view.DefaultView
 
hasReduce() - Method in class com.couchbase.client.java.view.SpatialView
 
hasReduce() - Method in interface com.couchbase.client.java.view.View
If a reduce function is set or not.
hasSerializableFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a serialized document.
hasServerSideTimeout() - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Helper method to check if a custom server side timeout has been applied on the params.
hasServerSideTimeout() - Method in class com.couchbase.client.java.query.N1qlParams
Helper method to check if a custom server side timeout has been applied on the params.
hasStringFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Checks if the flags identify a String document.
having(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultHavingPath
 
having(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.HavingPath
 
HavingElement - Class in com.couchbase.client.java.query.dsl.element
 
HavingElement(Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.HavingElement
 
HavingPath - Interface in com.couchbase.client.java.query.dsl.path
.
headers() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
headers() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
 
highlight(HighlightStyle, String...) - Method in class com.couchbase.client.java.search.SearchQuery
Configures the highlighting of matches in the response.
highlight(String...) - Method in class com.couchbase.client.java.search.SearchQuery
Configures the highlighting of matches in the response, for the specified fields and using the server's default highlighting style.
highlight() - Method in class com.couchbase.client.java.search.SearchQuery
Configures the highlighting of matches in the response for all fields, using the server's default highlighting style.
HighlightStyle - Enum in com.couchbase.client.java.search
Enumeration of the highlighting styles recognized by the FTS engine.
HintIndexElement - Class in com.couchbase.client.java.query.dsl.element
Element of the Index DSL to create various forms of indexes.
HintIndexElement(IndexReference...) - Constructor for class com.couchbase.client.java.query.dsl.element.HintIndexElement
 
HintPath - Interface in com.couchbase.client.java.query.dsl.path
Hint clause (especially for specifying indexes to use) after a from clause.
HitLocation - Class in com.couchbase.client.java.search.result.hits
A FTS result hit location indicates at which position a given term occurs inside a given field.
HitLocation(String, String, long, long, long, long[]) - Constructor for class com.couchbase.client.java.search.result.hits.HitLocation
 
HitLocation(String, String, long, long, long) - Constructor for class com.couchbase.client.java.search.result.hits.HitLocation
 
HitLocations - Interface in com.couchbase.client.java.search.result.hits
Represents the locations of a search result hit.
hits() - Method in interface com.couchbase.client.java.search.result.AsyncSearchQueryResult
An Observable of rows (or hits) describing each individual result.
hits() - Method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
 
hits() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
hits() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
The list of FTS result rows, or "hits", for the FTS query.
hitsOrFail() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
hitsOrFail() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
The list of FTS result rows, or "hits", for the FTS query.
hosts() - Method in class com.couchbase.client.java.ConnectionString
Deprecated.
 

I

i(String...) - Static method in class com.couchbase.client.java.query.dsl.Expression
An identifier or list of identifiers escaped using backquotes `.
id() - Method in class com.couchbase.client.java.document.AbstractDocument
 
id() - Method in interface com.couchbase.client.java.document.Document
The per-bucket unique ID of the Document.
id() - Method in 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 class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
id() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
The id of the matching document.
id() - Method in class com.couchbase.client.java.subdoc.DocumentFragment
 
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 class com.couchbase.client.java.search.sort.SearchSort
The identifier for the sort type, used in the "by" field.
identifier() - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
identifier() - Method in class com.couchbase.client.java.search.sort.SearchSortGeoDistance
 
identifier() - Method in class com.couchbase.client.java.search.sort.SearchSortId
 
identifier() - Method in class com.couchbase.client.java.search.sort.SearchSortScore
 
identifier() - Method in enum com.couchbase.client.java.view.OnError
 
identifier() - Method in enum com.couchbase.client.java.view.Stale
 
idGenerator(Func1<JsonObject, String>) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Allows to specify a custom ID generator instead of the default UUID one.
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.
ignoreIngestError(boolean) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Allows to ignore individual kv mutation failures and keep going.
importAnalyticsDeferredResultHandle(byte[]) - Method in interface com.couchbase.client.java.Bucket
Imports from json to create a AnalyticsDeferredResultHandle.
importAnalyticsDeferredResultHandle(byte[]) - Method in class com.couchbase.client.java.CouchbaseBucket
 
in(String, String) - Method in class com.couchbase.client.java.query.dsl.clause.UpdateForClause
Adds a "variable IN path" section to the clause.
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.
includeDocsOrdered() - Method in class com.couchbase.client.java.view.ViewQuery
Proactively load the full document for the row returned, while strictly retaining view row order.
includeDocsOrdered(Class<? extends Document<?>>) - Method in class com.couchbase.client.java.view.ViewQuery
Proactively load the full document for the row returned, while strictly retaining view row order.
includeDocsOrdered(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
Proactively load the full document for the row returned, while strictly retaining view row order.
includeDocsOrdered(boolean, Class<? extends Document<?>>) - Method in class com.couchbase.client.java.view.ViewQuery
Proactively load the full document for the row returned, while strictly retaining view row order.
includeDocsTarget() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
includeDocsTarget() - Method in class com.couchbase.client.java.view.ViewQuery
 
includeRaw(boolean) - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
Set to true, includes the raw byte value for each GET in the results, in addition to the deserialized content.
includeRaw(boolean) - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
Set to true, includes the raw byte value for each GET in the results, in addition to the deserialized content.
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() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
index() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
The name of the FTS pindex that gave this result.
INDEX_WATCH_LOG_NAME - Static variable in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
the name of the logger dedicated to index watching
IndexAlreadyExistsException - Exception in com.couchbase.client.java.error
An exception indicating that an index already exists, for instance when trying to create one using BucketManager.createN1qlIndex(String, List, Expression, boolean, boolean).
IndexAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.IndexAlreadyExistsException
 
IndexAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.IndexAlreadyExistsException
 
IndexAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.IndexAlreadyExistsException
 
IndexAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.IndexAlreadyExistsException
 
IndexDoesNotExistException - Exception in com.couchbase.client.java.error
An exception indicating that an index does not exist, for instance when trying to delete one using BucketManager.dropN1qlIndex(String, boolean).
IndexDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.IndexDoesNotExistException
 
IndexDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.IndexDoesNotExistException
 
IndexDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.IndexDoesNotExistException
 
IndexDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.IndexDoesNotExistException
 
IndexElement - Class in com.couchbase.client.java.query.dsl.element
Element of the Index DSL to create various forms of indexes.
IndexElement(String, boolean) - Constructor for class com.couchbase.client.java.query.dsl.element.IndexElement
 
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(List<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.
indexes(List<String>) - Method in interface com.couchbase.client.java.query.dsl.path.index.IndexNamesPath
Specify the indexes in a pending state that needs building, as a non-empty list.
IndexesNotReadyException - Exception in com.couchbase.client.java.error
An exception used to denote that a particular set of secondary N1QL indexes are not in a "online" state.
IndexesNotReadyException() - Constructor for exception com.couchbase.client.java.error.IndexesNotReadyException
 
IndexesNotReadyException(String) - Constructor for exception com.couchbase.client.java.error.IndexesNotReadyException
 
IndexInfo - Class in com.couchbase.client.java.query.util
Contains meta-information about a N1QL index.
IndexInfo(JsonObject) - Constructor for class com.couchbase.client.java.query.util.IndexInfo
 
indexKey() - Method in class com.couchbase.client.java.query.util.IndexInfo
Return an array of Strings that represent the index key(s).
indexName() - Method in class com.couchbase.client.java.search.SearchQuery
 
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.analytics.AnalyticsQueryResult
 
info() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
info() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
info() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
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
 
ingest(Bucket, AnalyticsQuery) - Static method in enum com.couchbase.client.java.util.AnalyticsIngester
Takes an AnalyticsQuery and ingests all rows back into the KV layer as documents with default settings applied.
ingest(Bucket, AnalyticsQuery, AnalyticsIngester.IngestOptions) - Static method in enum com.couchbase.client.java.util.AnalyticsIngester
Takes an AnalyticsQuery and ingests all rows back into the KV layer as documents.
ingestMethod(AnalyticsIngester.IngestMethod) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Allows to customize the ingest method used for each kv operation.
ingestOptions() - Static method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Create ingest options to modify default behavior.
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.
InitialInsertPath - Interface in com.couchbase.client.java.query.dsl.path
 
InitialUpdateUnsetPath - Interface in com.couchbase.client.java.query.dsl.path
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Modifies the given Analytics query (as a JsonObject) to reflect these N1qlParams.
injectParams(JsonObject) - Method in class com.couchbase.client.java.query.N1qlParams
Modifies the given N1QL query (as a JsonObject) to reflect these N1qlParams.
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.facet.NumericRangeFacet
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.facet.SearchFacet
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.AbstractFtsQuery
Override to inject query-specific parameters when doing the SearchQuery.export().
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.BooleanFieldQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.ConjunctionQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.DisjunctionQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.DocIdQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.GeoBoundingBoxQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.GeoDistanceQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.MatchAllQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.MatchNoneQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.MatchPhraseQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.MatchQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.PhraseQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.PrefixQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.QueryStringQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.RegexpQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.TermQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.queries.WildcardQuery
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.SearchQuery
Inject the top level parameters of a query into a prepared JsonObject that represents the root of the query.
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.sort.SearchSort
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.search.sort.SearchSortGeoDistance
 
injectParamsAndBoost(JsonObject) - Method in class com.couchbase.client.java.search.queries.AbstractFtsQuery
Injects the query's parameters (including the common boost and query-specific parameters) into a prepared JsonObject.
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, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Insert a Document if it does not exist already and watch for durability constraints.
insert(D, CouchbaseEnvironment, Transcoder<Document<Object>, Object>, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
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, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
insert(D, ReplicateTo, long, TimeUnit) - 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 - Class in com.couchbase.client.java.query
 
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
 
insert(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
insert(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert a fragment, provided the last element of the path doesn't exist.
insert(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert a fragment, provided the last element of the path doesn't exist.
insert(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
insert(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert a fragment provided the last element of the path doesn't exists.
insert(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert a fragment provided the last element of the path doesn't exists.
insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Inserts a Bucket with its BucketSettings if it does not already exist.
insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Inserts a Bucket with its BucketSettings if it does not already exist with the default management timeout.
insertBucket(BucketSettings, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Inserts a Bucket with its BucketSettings if it does not already exist with a custom timeout.
insertBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
insertBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
insertBucket(BucketSettings, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
insertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Inserts a DesignDocument into production if it does not exist.
insertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Inserts a DesignDocument into development or production if it does not exist.
insertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into production if it does not exist with the default management timeout.
insertDesignDocument(DesignDocument, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into production if it does not exist with a custom timeout.
insertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into development or production if it does not exist with the default management timeout.
insertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Inserts a DesignDocument into development or production if it does not exist with a custom timeout.
insertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
insertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
insertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDesignDocument(DesignDocument, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
insertDocument - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
insertDocument(boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Set insertDocument to true, if the document has to be created only if it does not exist
insertDocument(boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Set insertDocument to true, if the document has to be created only if it does not exist
insertInto(String) - Static method in class com.couchbase.client.java.query.Insert
 
insertInto(Expression) - Static method in class com.couchbase.client.java.query.Insert
 
insertIntoCurrentBucket() - Static method in class com.couchbase.client.java.query.Insert
 
InsertSelectElement - Class in com.couchbase.client.java.query.dsl.element
 
InsertSelectElement(Expression, Expression, Statement) - Constructor for class com.couchbase.client.java.query.dsl.element.InsertSelectElement
 
InsertValueElement - Class in com.couchbase.client.java.query.dsl.element
 
InsertValueElement(InsertValueElement.InsertPosition, Expression, Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.InsertValueElement
 
InsertValueElement.InsertPosition - Enum in com.couchbase.client.java.query.dsl.element
 
InsertValuesPath - Interface in com.couchbase.client.java.query.dsl.path
 
INSTANCE - Static variable in class com.couchbase.client.java.auth.CertAuthenticator
 
INSTANCE - Static variable in class com.couchbase.client.java.document.json.JsonNull
 
intersect() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
intersect(SelectResultPath) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
intersect() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
intersect(SelectResultPath) - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
intersectAll() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
intersectAll(SelectResultPath) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
intersectAll() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
intersectAll(SelectResultPath) - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
IntersectElement - Class in com.couchbase.client.java.query.dsl.element
 
IntersectElement(boolean) - Constructor for class com.couchbase.client.java.query.dsl.element.IntersectElement
 
IntersectElement(boolean, String) - Constructor for class com.couchbase.client.java.query.dsl.element.IntersectElement
 
IntersectElement(boolean, Statement) - Constructor for class com.couchbase.client.java.query.dsl.element.IntersectElement
 
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
 
InversePredicate(Func1<Throwable, Boolean>) - Constructor for class com.couchbase.client.java.util.retry.RetryBuilder.InversePredicate
 
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.
isClosed() - Method in interface com.couchbase.client.java.AsyncBucket
Returns true if this bucket is already closed, false if it is still open.
isClosed() - Method in interface com.couchbase.client.java.Bucket
Returns true if this bucket is already closed, false if it is still open.
isClosed() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
isClosed() - Method in class com.couchbase.client.java.CouchbaseBucket
 
isDevelopment() - Method in class com.couchbase.client.java.view.SpatialViewQuery
 
isDevelopment() - Method in class com.couchbase.client.java.view.ViewQuery
 
isEmpty() - Method in interface com.couchbase.client.java.auth.Authenticator
 
isEmpty() - Method in class com.couchbase.client.java.auth.CertAuthenticator
 
isEmpty() - Method in class com.couchbase.client.java.auth.ClassicAuthenticator
 
isEmpty() - Method in class com.couchbase.client.java.auth.PasswordAuthenticator
 
isEmpty() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
isEmpty() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
isEmpty() - Method in class com.couchbase.client.java.document.json.JsonArray
Checks if the JsonArray is empty or not.
isEmpty() - Method in class com.couchbase.client.java.document.json.JsonObject
Returns true if the JsonObject is empty, false otherwise.
isEncodedPlanEnabled() - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
 
isEncodedPlanEnabled() - Method in class com.couchbase.client.java.query.PreparedN1qlQuery
Returns whether or not the encodedPlan part of the payload will be made part of the N1QL statement.
isEncrypted(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Returns true if the field is encrypted.
isFatal() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
 
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
 
isIncludeRaw() - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
 
isIncludeRaw() - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
 
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.
isOrderRetained() - Method in class com.couchbase.client.java.view.ViewQuery
 
isPositional() - Method in class com.couchbase.client.java.query.ParameterizedN1qlQuery
 
isPrimary() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
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.
isSubdocLevelError(ResponseStatus) - Static method in class com.couchbase.client.java.subdoc.SubdocHelper
Check whether a ResponseStatus is subdocument-level or not.
isSuccess() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
isSuccess() - Method in interface com.couchbase.client.java.search.result.SearchStatus
 
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.analytics.DefaultAnalyticsQueryResult
 
iterator() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
iterator() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
iterator() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
 
iterator() - Method in class com.couchbase.client.java.document.json.JsonArray
 
iterator() - Method in class com.couchbase.client.java.MutationState
 
iterator() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
 
iterator() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
iterator() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
Returns an iterator over the hits (SearchQueryRow).
iterator() - Method in class com.couchbase.client.java.subdoc.MultiValue
 
iterator() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
iterator() - Method in class com.couchbase.client.java.view.DefaultViewResult
 

J

ja() - Static method in class com.couchbase.client.java.document.json.JsonValue
Static factory method to create an empty JsonArray.
JacksonFragmentTranscoder - Class in com.couchbase.client.java.transcoder.subdoc
A Jackson-based implementation of a FragmentTranscoder, based on AbstractByteArrayFragmentTranscoder.
JacksonFragmentTranscoder(ObjectMapper) - Constructor for class com.couchbase.client.java.transcoder.subdoc.JacksonFragmentTranscoder
 
JacksonTransformers - Class in com.couchbase.client.java.transcoder
 
jo() - Static method in class com.couchbase.client.java.document.json.JsonValue
Static factory method to create an empty JsonObject.
join(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
join(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
join(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
join(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
JoinElement - Class in com.couchbase.client.java.query.dsl.element
 
JoinElement(JoinType, String) - Constructor for class com.couchbase.client.java.query.dsl.element.JoinElement
 
JoinPath - Interface in com.couchbase.client.java.query.dsl.path
.
JoinType - Enum in com.couchbase.client.java.query.dsl.path
.
JSON_ARRAY_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_BOOLEAN_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
JSON_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
JSON_DOUBLE_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
JSON_LONG_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_OBJECT_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_STRING_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
JSON_VALUE_MODULE - Static variable in class com.couchbase.client.java.transcoder.JacksonTransformers
 
JsonArray - Class in com.couchbase.client.java.document.json
Represents a JSON array that can be stored and loaded from Couchbase Server.
JsonArrayDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON array as the toplevel type.
JsonArrayDocumentIterator<E> - Class in com.couchbase.client.java.datastructures.collections.iterators
An Iterator that can iterate over a JsonArrayDocument identified by id in the given bucket.
JsonArrayDocumentIterator(Bucket, String) - Constructor for class com.couchbase.client.java.datastructures.collections.iterators.JsonArrayDocumentIterator
 
jsonArrayToByteBuf(JsonArray) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
jsonArrayToString(JsonArray) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
JsonArrayTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDocuments.
JsonArrayTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
JsonBooleanDocument - Class in com.couchbase.client.java.document
 
JsonBooleanTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonBooleanDocuments.
JsonBooleanTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
 
JsonCryptoTranscoder - Class in com.couchbase.client.java.transcoder.crypto
A transcoder to encode and decode with encryption/decryption support for JsonDocuments.
JsonCryptoTranscoder(CryptoManager) - Constructor for class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
JsonDocument - Class in com.couchbase.client.java.document
Represents a Document that contains a JsonObject as the content.
JsonDoubleDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON scalar double or float as the toplevel type.
JsonDoubleTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDoubleDocuments.
JsonDoubleTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
 
JsonFunctions - Class in com.couchbase.client.java.query.dsl.functions
DSL for N1QL functions in the JSON category.
JsonLongDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON scalar long or int as the toplevel type.
JsonLongTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDoubleDocuments.
JsonLongTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonLongTranscoder
 
JsonNull - Class in com.couchbase.client.java.document.json
Represents the JSON form of "NULL".
JsonObject - Class in com.couchbase.client.java.document.json
Represents a JSON object that can be stored and loaded from Couchbase Server.
jsonObjectToByteBuf(JsonObject) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
jsonObjectToString(JsonObject) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
jsonObjectToString(JsonObject) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
JsonStringDocument - Class in com.couchbase.client.java.document
Stores a properly encoded JSON scalar quoted string as the toplevel type.
JsonStringTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonStringDocuments.
JsonStringTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonStringTranscoder
 
JsonTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode JsonDocuments.
JsonTranscoder() - Constructor for class com.couchbase.client.java.transcoder.JsonTranscoder
 
JsonValue - Class in com.couchbase.client.java.document.json
Represents a JSON value (either a JsonObject or a JsonArray.
JsonValue() - Constructor for class com.couchbase.client.java.document.json.JsonValue
 

K

key() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
The key of the row.
key() - Method in interface com.couchbase.client.java.view.AsyncViewRow
The key of the row index.
key() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
 
key() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
 
key() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
 
key() - Method in class com.couchbase.client.java.view.DefaultViewRow
 
key() - Method in interface com.couchbase.client.java.view.SpatialViewRow
The key of the row index.
key(String) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(int) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(long) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(double) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(JsonObject) - Method in class com.couchbase.client.java.view.ViewQuery
 
key(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
 
key() - Method in interface com.couchbase.client.java.view.ViewRow
The key of the row index.
keys(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
 
KeysElement - Class in com.couchbase.client.java.query.dsl.element
 
KeysElement(KeysElement.ClauseType, Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.KeysElement
 
KeysElement.ClauseType - Enum in com.couchbase.client.java.query.dsl.element
 
keyspace() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
KeysPath - Interface in com.couchbase.client.java.query.dsl.path
.
kvTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for binary (key/value) operations, set to DefaultCouchbaseEnvironment.KV_TIMEOUT.
kvTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
kvTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
kvTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Customizes the timeout used for each kv mutation operation.

L

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.
length - Variable in class com.couchbase.client.java.transcoder.TranscoderUtils.ByteBufToArray
 
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 class com.couchbase.client.java.query.dsl.path.DefaultMutateLimitPath
 
limit(int) - Method in interface com.couchbase.client.java.query.dsl.path.LimitPath
 
limit(int) - Method in interface com.couchbase.client.java.query.dsl.path.MutateLimitPath
 
limit(int) - Method in class com.couchbase.client.java.search.SearchQuery
Add a limit to the query on the number of hits it can return.
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
 
listAppend(String, E) - Method in interface com.couchbase.client.java.AsyncBucket
Push an element to tail of CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listAppend(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Push an element to tail of CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listAppend(String, E) - Method in interface com.couchbase.client.java.Bucket
Push an element to tail of CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listAppend(String, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Push an element to tail of CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listAppend(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Push an element to tail of CouchbaseList with additional mutation options provided by MutationOptionBuilder.
listAppend(String, E, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Push an element to tail of CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listAppend(String, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listAppend(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listAppend(String, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listAppend(String, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listAppend(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listAppend(String, E, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listGet(String, int, Class<E>) - Method in interface com.couchbase.client.java.AsyncBucket
Get element at an index in the CouchbaseList This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the index is not found in the list PathNotFoundException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listGet(String, int, Class<E>) - Method in interface com.couchbase.client.java.Bucket
Get element at an index in the CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the index is not found in the list PathNotFoundException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listGet(String, int, Class<E>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Get element at an index in the CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listGet(String, int, Class<E>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listGet(String, int, Class<E>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listGet(String, int, Class<E>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listIterator() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
listIterator(int) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
listN1qlIndexes() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
List all N1QL GSI indexes that are registered for the current bucket.
listN1qlIndexes() - Method in interface com.couchbase.client.java.bucket.BucketManager
List all N1QL GSI indexes that are registered for the current bucket, with the default management timeout.
listN1qlIndexes(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
List all N1QL GSI indexes that are registered for the current bucket, with a custom timeout.
listN1qlIndexes() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
listN1qlIndexes() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
listN1qlIndexes(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
listPrepend(String, E) - Method in interface com.couchbase.client.java.AsyncBucket
Shift list head to element in CouchbaseList This method throws under the following conditions: - IllegalStateException if the list is full (limited by couchbase document size) - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listPrepend(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Shift list head to element in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listPrepend(String, E) - Method in interface com.couchbase.client.java.Bucket
Shift list head to element in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listPrepend(String, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Shift list head to element in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listPrepend(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Shift list head to element in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listPrepend(String, E, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Shift list head to element in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listPrepend(String, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listPrepend(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listPrepend(String, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listPrepend(String, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listPrepend(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listPrepend(String, E, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listRemove(String, int) - Method in interface com.couchbase.client.java.AsyncBucket
Remove an element from an index in CouchbaseList This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listRemove(String, int, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Remove an element from an index in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listRemove(String, int) - Method in interface com.couchbase.client.java.Bucket
Remove an element from an index in CouchbaseList This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listRemove(String, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Remove an element from an index in CouchbaseList This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listRemove(String, int, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Remove an element from an index in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listRemove(String, int, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Remove an element from an index in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - IndexOutOfBoundsException if index is not found - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listRemove(String, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listRemove(String, int, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listRemove(String, int) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listRemove(String, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listRemove(String, int, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listRemove(String, int, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listSet(String, int, E) - Method in interface com.couchbase.client.java.AsyncBucket
Add an element at an index in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listSet(String, int, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Add an element at an index in CouchbaseList with additional mutation options provided by MutationOptionBuilder.
listSet(String, int, E) - Method in interface com.couchbase.client.java.Bucket
Add an element at an index in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listSet(String, int, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add an element at an index in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listSet(String, int, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Add an element at an index in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listSet(String, int, E, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add an element at an index in CouchbaseList with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
listSet(String, int, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listSet(String, int, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listSet(String, int, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listSet(String, int, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listSet(String, int, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listSet(String, int, E, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listSize(String) - Method in interface com.couchbase.client.java.AsyncBucket
Returns the number of elements in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listSize(String) - Method in interface com.couchbase.client.java.Bucket
Returns the number of elements in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listSize(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Returns the number of elements in CouchbaseList This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
listSize(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
listSize(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
listSize(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
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.
locations() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
locations() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
This hit's location, as an HitLocations map-like object.
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.
login() - Method in class com.couchbase.client.java.auth.Credential
 
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
 
lookupIn(String) - Method in interface com.couchbase.client.java.AsyncBucket
Prepare a sub-document lookup through a builder API.
lookupIn(String) - Method in interface com.couchbase.client.java.Bucket
Prepare a sub-document lookup through a builder API.
lookupIn(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
lookupIn(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
LookupInBuilder - Class in com.couchbase.client.java.subdoc
A builder for subdocument lookups.
LookupInBuilder(AsyncLookupInBuilder, long, TimeUnit) - Constructor for class com.couchbase.client.java.subdoc.LookupInBuilder
Instances of this builder should be obtained through Bucket.lookupIn(String) rather than directly constructed.
LookupSpec - Class in com.couchbase.client.java.subdoc
Internally represents a single lookup operation in a batch of subdocument operations.
LookupSpec(Lookup, String) - Constructor for class com.couchbase.client.java.subdoc.LookupSpec
 
LookupSpec(Lookup, String, SubdocOptionsBuilder) - Constructor for class com.couchbase.client.java.subdoc.LookupSpec
 
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).

M

major() - Method in class com.couchbase.client.java.util.features.Version
 
managementTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for management operations, set to DefaultCouchbaseEnvironment.MANAGEMENT_TIMEOUT.
managementTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
managementTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
map() - Method in class com.couchbase.client.java.view.DefaultView
 
map() - Method in class com.couchbase.client.java.view.SpatialView
 
map() - Method in interface com.couchbase.client.java.view.View
The map function
mapAdd(String, String, V) - Method in interface com.couchbase.client.java.AsyncBucket
Add a key value pair into CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapAdd(String, String, V, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Add a key value pair into CouchbaseMap with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - IllegalStateException if the map is full (limited by couchbase document size) - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
mapAdd(String, String, V) - Method in interface com.couchbase.client.java.Bucket
Add a key value pair into CouchbaseMap If the underlying document for the map does not exist, this operation will create a new document to back the data structure.
mapAdd(String, String, V, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add a key value pair into CouchbaseMap If the underlying document for the map does not exist, this operation will create a new document to back the data structure.
mapAdd(String, String, V, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Add a key value pair into CouchbaseMap with additional mutation options provided by MutationOptionBuilder If the underlying document for the map does not exist, this operation will create a new document to back the data structure.
mapAdd(String, String, V, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add a key value pair into CouchbaseMap with additional mutation options provided by MutationOptionBuilder If the underlying document for the map does not exist, this operation will create a new document to back the data structure.
mapAdd(String, String, V) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mapAdd(String, String, V, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mapAdd(String, String, V) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapAdd(String, String, V, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapAdd(String, String, V, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapAdd(String, String, V, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapGet(String, String, Class<V>) - Method in interface com.couchbase.client.java.AsyncBucket
Get value of a key in the CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the key is not found in the map PathNotFoundException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapGet(String, String, Class<V>) - Method in interface com.couchbase.client.java.Bucket
Get value of a key in the CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the key is not found in the map PathNotFoundException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapGet(String, String, Class<V>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Get value of a key in the CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapGet(String, String, Class<V>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mapGet(String, String, Class<V>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapGet(String, String, Class<V>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
MAPPER - Static variable in class com.couchbase.client.java.transcoder.JacksonTransformers
 
mapRemove(String, String) - Method in interface com.couchbase.client.java.AsyncBucket
Remove a key value pair from CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapRemove(String, String, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Remove a key value pair from CouchbaseMap with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
mapRemove(String, String) - Method in interface com.couchbase.client.java.Bucket
Remove a key value pair from CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapRemove(String, String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Remove a key value pair from CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapRemove(String, String, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Remove a key value pair from CouchbaseMap with additional mutation options provided by MutationOptionBuilder.
mapRemove(String, String, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Remove a key value pair from CouchbaseMap with additional mutation options provided by MutationOptionBuilder.
mapRemove(String, String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mapRemove(String, String, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mapRemove(String, String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapRemove(String, String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapRemove(String, String, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapRemove(String, String, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapSize(String) - Method in interface com.couchbase.client.java.AsyncBucket
Returns the number key value pairs in CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapSize(String) - Method in interface com.couchbase.client.java.Bucket
Returns the number key value pairs in CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapSize(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Returns the number key value pairs in CouchbaseMap This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
mapSize(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mapSize(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapSize(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
mapToSpatialViewResult(AsyncBucket, SpatialViewQuery, ViewQueryResponse) - Static method in class com.couchbase.client.java.view.ViewQueryResponseMapper
mapToViewResult(AsyncBucket, ViewQuery, ViewQueryResponse) - Static method in class com.couchbase.client.java.view.ViewQueryResponseMapper
match(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a MatchQuery body.
matchAll() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a MatchAllQuery body.
MatchAllQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches all indexed documents (usually for debugging purposes).
MatchAllQuery() - Constructor for class com.couchbase.client.java.search.queries.MatchAllQuery
 
matchNone() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a MatchNoneQuery body.
MatchNoneQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches 0 document (usually for debugging purposes).
MatchNoneQuery() - Constructor for class com.couchbase.client.java.search.queries.MatchNoneQuery
 
matchPhrase(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a MatchPhraseQuery body.
MatchPhraseQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches several given terms (a "phrase"), applying further processing like analyzers to them.
MatchPhraseQuery(String) - Constructor for class com.couchbase.client.java.search.queries.MatchPhraseQuery
 
MatchQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches a given term, applying further processing to it like analyzers, stemming and even fuzziness.
MatchQuery(String) - Constructor for class com.couchbase.client.java.search.queries.MatchQuery
 
max(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
Returned expression results in the maximum non-NULL, non-MISSING value in the group in N1QL collation order.
max(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
Returned expression results in the maximum non-NULL, non-MISSING value in the group in N1QL collation order.
max(double, boolean) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
max(double) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
Sets the upper boundary of the range.
max(String, boolean) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
Sets the upper boundary of the range, inclusive or not depending on the second parameter.
max(String) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
Sets the upper boundary of the range.
max() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
max(int) - Method in class com.couchbase.client.java.util.retry.RetryBuilder
Make at most maxAttempts retry attempts.
maxAffectedNodes() - Method in enum com.couchbase.client.java.ReplicaMode
 
maxAttempts - Variable in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
maxParallelism(int) - Method in class com.couchbase.client.java.query.N1qlParams
Allows to override the default maximum parallelism for the query execution on the server side.
maxScore() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchMetrics
 
maxScore() - Method in interface com.couchbase.client.java.search.result.SearchMetrics
The largest score amongst the hits.
Merge - Class in com.couchbase.client.java.query
 
MergeDeleteElement - Class in com.couchbase.client.java.query.dsl.element
 
MergeDeleteElement() - Constructor for class com.couchbase.client.java.query.dsl.element.MergeDeleteElement
 
MergeDeletePath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeDeleteWherePath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeInsertElement - Class in com.couchbase.client.java.query.dsl.element
 
MergeInsertElement(Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.MergeInsertElement
 
MergeInsertPath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeInsertWherePath - Interface in com.couchbase.client.java.query.dsl.path
 
mergeInto(String) - Static method in class com.couchbase.client.java.query.Merge
 
mergeInto(Expression) - Static method in class com.couchbase.client.java.query.Merge
 
mergeIntoCurrentBucket() - Static method in class com.couchbase.client.java.query.Merge
 
MergeKeyClausePath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeSourcePath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeUpdatePath - Interface in com.couchbase.client.java.query.dsl.path
.
MergeUpdateSetOrUnsetPath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeUpdateSetPath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeUpdateUnsetPath - Interface in com.couchbase.client.java.query.dsl.path
 
MergeUpdateWherePath - Interface in com.couchbase.client.java.query.dsl.path
 
messageForMaxAttempts(long) - Static method in class com.couchbase.client.java.util.retry.RetryWithDelayHandler
 
meta(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.MetaFunctions
 
meta(String) - Static method in class com.couchbase.client.java.query.dsl.functions.MetaFunctions
 
MetaFunctions - Class in com.couchbase.client.java.query.dsl.functions
DSL for N1QL functions in the misc/meta category.
method() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
method() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
 
metrics() - Method in interface com.couchbase.client.java.search.result.AsyncSearchQueryResult
An Observable asynchronously providing statistics about the request in the form of a single SearchMetrics.
metrics() - Method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
 
metrics() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
metrics() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
Provides a SearchMetrics object giving statistics on the request like number of hits, total time taken...
millis(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.
millis(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.
millisToStr(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
Returned expression results in the string in the supported format to which the UNIX milliseconds has been converted.
millisToStr(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
Returned expression results in the string in the supported format to which the UNIX milliseconds has been converted.
millisToUtc(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
Returned expression results in the UTC string to which the UNIX time stamp has been converted in the supported format.
millisToUtc(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
Returned expression results in the UTC string to which the UNIX time stamp has been converted in the supported format.
millisToZone(Expression, String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
Returned expression results in a convertion of the UNIX time stamp to a string in the named time zone.
millisToZone(String, String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.DateFunctions
Returned expression results in a convertion of the UNIX time stamp to a string in the named time zone.
min(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
Returned expression results in the minimum non-NULL, non-MISSING value in the group in N1QL collation order.
min(String) - Static method in class com.couchbase.client.java.query.dsl.functions.AggregateFunctions
Returned expression results in the minimum non-NULL, non-MISSING value in the group in N1QL collation order.
min(int) - Method in class com.couchbase.client.java.search.queries.DisjunctionQuery
 
min(double, boolean) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
min(double) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
Sets the lower boundary of the range.
min(String, boolean) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
min(String) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
Sets the lower boundary of the range.
min() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
minor() - Method in class com.couchbase.client.java.util.features.Version
 
MISSING() - Static method in class com.couchbase.client.java.query.dsl.Expression
Returns an expression representing MISSING.
missing - Variable in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
missing() - Method in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
missing() - Method in interface com.couchbase.client.java.search.result.facets.FacetResult
 
missing(FieldMissing) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
missingIf(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
Returned expression results in MISSING if expression1 = expression2, otherwise returns expression1.
MixedAuthenticationException - Exception in com.couchbase.client.java.error
This exception is commonly raised when the PasswordAuthenticator containing RBAC user credentials and bucket credentials are used together
MixedAuthenticationException() - Constructor for exception com.couchbase.client.java.error.MixedAuthenticationException
 
MixedAuthenticationException(String) - Constructor for exception com.couchbase.client.java.error.MixedAuthenticationException
 
MixedAuthenticationException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.MixedAuthenticationException
 
MixedAuthenticationException(Throwable) - Constructor for exception com.couchbase.client.java.error.MixedAuthenticationException
 
mode(FieldMode) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
MultiMutationException - Exception in com.couchbase.client.java.error.subdoc
Exception denoting that at least one error occurred when applying multiple mutations using the sub-document API (a MutateInBuilder.execute() with at least two mutations).
MultiMutationException(int, ResponseStatus, List<MutationSpec>, CouchbaseException) - Constructor for exception com.couchbase.client.java.error.subdoc.MultiMutationException
 
multiply(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
Arithmetic multiplication between current and given expression.
multiply(Number) - Method in class com.couchbase.client.java.query.dsl.Expression
Arithmetic multiplication between current expression and a given number.
multiply(String) - Method in class com.couchbase.client.java.query.dsl.Expression
Arithmetic multiplication between current and given expression.
MultiValue<T> - Class in com.couchbase.client.java.subdoc
An internal representation of multiple values to insert in an array via the sub-document API.
MultiValue(T...) - Constructor for class com.couchbase.client.java.subdoc.MultiValue
Create MultiValue out of an enumeration of objects (as a vararg).
MultiValue(Collection<T>) - Constructor for class com.couchbase.client.java.subdoc.MultiValue
Create MultiValue out of a Collection of objects.
must(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
mustNot(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
Mutate - Class in com.couchbase.client.java.bucket.api
Contains the logic to execute and handle mutation requests.
Mutate() - Constructor for class com.couchbase.client.java.bucket.api.Mutate
 
mutateIn(String) - Method in interface com.couchbase.client.java.AsyncBucket
Prepare a sub-document mutation through a builder API.
mutateIn(String) - Method in interface com.couchbase.client.java.Bucket
Prepare a sub-document mutation through a builder API.
mutateIn(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
mutateIn(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
MutateInBuilder - Class in com.couchbase.client.java.subdoc
A builder for subdocument mutations.
MutateInBuilder(AsyncMutateInBuilder, long, TimeUnit) - Constructor for class com.couchbase.client.java.subdoc.MutateInBuilder
Instances of this builder should be obtained through Bucket.mutateIn(String) rather than directly constructed.
MutateLimitPath - Interface in com.couchbase.client.java.query.dsl.path
 
MutateWherePath - Interface in com.couchbase.client.java.query.dsl.path
 
mutationCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
mutationCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
 
MutationOptionBuilder - Class in com.couchbase.client.java.datastructures
MutationOptionBuilder allows to set following constraints on data structure mutation operations - cas - expiry - persistence - replication - create Document
MutationSpec - Class in com.couchbase.client.java.subdoc
Internally represents a single mutation in a batch of subdocument mutations.
MutationSpec(Mutation, String, Object, boolean) - Constructor for class com.couchbase.client.java.subdoc.MutationSpec
Deprecated.
MutationSpec(Mutation, String, Object, SubdocOptionsBuilder) - Constructor for class com.couchbase.client.java.subdoc.MutationSpec
 
MutationSpec(Mutation, String, Object) - Constructor for class com.couchbase.client.java.subdoc.MutationSpec
 
mutationSpecs - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
MutationState - Class in com.couchbase.client.java
Aggregation of one or more MutationToken into one MutationState.
mutationToken() - Method in class com.couchbase.client.java.document.AbstractDocument
 
mutationToken() - Method in interface com.couchbase.client.java.document.Document
The optional, opaque mutation token set after a successful mutation and if enabled on the environment.
mutationToken() - Method in class com.couchbase.client.java.document.EntityDocument
 
mutationToken() - Method in class com.couchbase.client.java.subdoc.DocumentFragment
 

N

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 Note that these are different from statement-related named parameters or positional parameters.
N1qlProfile - Enum in com.couchbase.client.java.query
N1ql profile options
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
Returns the underlying N1qlQueryExecutor used to perform N1QL queries.
N1qlQueryExecutor - Class in com.couchbase.client.java.query.core
A class used to execute various N1QL queries.
N1qlQueryExecutor(ClusterFacade, String, 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) - 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, boolean) - 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, String, boolean) - 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, String, LRUCache<String, PreparedPayload>, boolean) - Constructor for class com.couchbase.client.java.query.core.N1qlQueryExecutor
This constructor is for testing purpose, prefer using N1qlQueryExecutor.N1qlQueryExecutor(ClusterFacade, String, String, String).
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
 
n1qlToJsonObject(N1qlQuery) - Method in class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
Asynchronously perform a N1qlQuery and return the raw N1QL response as a JsonObject.
n1qlToJsonObject(N1qlQuery) - Method in class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
Synchronously perform a N1qlQuery and return the raw N1QL response as a JsonObject.
n1qlToRawCustom(N1qlQuery, Func1<TranscoderUtils.ByteBufToArray, T>) - Method in class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
Asynchronously perform a N1qlQuery and apply a user function to deserialize the raw N1QL response, which is represented as a "TranscoderUtils.ByteBufToArray".
n1qlToRawCustom(N1qlQuery, Func1<TranscoderUtils.ByteBufToArray, T>) - Method in class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
Synchronously perform a N1qlQuery and apply a user function to deserialize the raw N1QL response, which is represented as a "TranscoderUtils.ByteBufToArray".
n1qlToRawJson(N1qlQuery) - Method in class com.couchbase.client.java.util.rawQuerying.AsyncRawQueryExecutor
Asynchronously perform a N1qlQuery and return the raw N1QL response as a String.
n1qlToRawJson(N1qlQuery) - Method in class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
Synchronously perform a N1qlQuery and return the raw N1QL response as a String.
name() - Method in interface com.couchbase.client.java.AsyncBucket
The name of the Bucket.
name() - Method in interface com.couchbase.client.java.bucket.BucketInfo
The name of the bucket.
name() - Method in class com.couchbase.client.java.bucket.DefaultBucketInfo
 
name() - Method in interface com.couchbase.client.java.Bucket
The name of the Bucket.
name() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The name of the bucket.
name() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
name(String) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
name() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
name() - Method in class com.couchbase.client.java.cluster.User
Get name of the user
name(String) - Method in class com.couchbase.client.java.cluster.UserSettings
Set the full name of the user
name() - Method in class com.couchbase.client.java.cluster.UserSettings
Get the full name for the user
name() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
name() - Method in class com.couchbase.client.java.CouchbaseBucket
 
name() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
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 - Variable in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
name() - Method in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
name() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
name() - Method in interface com.couchbase.client.java.search.result.facets.FacetResult
 
name() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
name() - Method in class com.couchbase.client.java.search.result.facets.TermRange
 
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
 
namespace() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
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
 
NestedLoopJoinHintElement - Class in com.couchbase.client.java.query.dsl.element
Hint to use Nested loop join
NestedLoopJoinHintElement() - Constructor for class com.couchbase.client.java.query.dsl.element.NestedLoopJoinHintElement
 
NestElement - Class in com.couchbase.client.java.query.dsl.element
 
NestElement(JoinType, String) - Constructor for class com.couchbase.client.java.query.dsl.element.NestElement
 
NestPath - Interface in com.couchbase.client.java.query.dsl.path
.
newDocument(String, int, 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, byte[], long) - Method in class com.couchbase.client.java.transcoder.ByteArrayTranscoder
 
newDocument(String, int, byte[], long, MutationToken) - Method in class com.couchbase.client.java.transcoder.ByteArrayTranscoder
 
newDocument(String, int, JsonObject, long) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
newDocument(String, int, JsonObject, long, MutationToken) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
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.
next() - Method in class com.couchbase.client.java.datastructures.collections.iterators.JsonArrayDocumentIterator
 
NO_TIME - Static variable in class com.couchbase.client.java.analytics.AnalyticsMetrics
Human-readable representation of the absence of duration, as "0s".
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.
NumberTooBigException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when existing number value in document is too big.
NumberTooBigException() - Constructor for exception com.couchbase.client.java.error.subdoc.NumberTooBigException
 
numeric(String, int) - Static method in class com.couchbase.client.java.search.facet.SearchFacet
 
NumericRange - Class in com.couchbase.client.java.search.result.facets
A range (or bucket) for a NumericRangeFacetResult.
NumericRange(String, Double, Double, long) - Constructor for class com.couchbase.client.java.search.result.facets.NumericRange
 
numericRange() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a NumericRangeQuery body.
NumericRangeFacet - Class in com.couchbase.client.java.search.facet
A facet that categorizes hits into numerical ranges (or buckets) provided by the user.
NumericRangeFacet(String, int) - Constructor for class com.couchbase.client.java.search.facet.NumericRangeFacet
 
NumericRangeFacetResult - Interface in com.couchbase.client.java.search.result.facets
Represents the result of a NumericRangeFacet.
NumericRangeQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches documents on a range of values.
NumericRangeQuery() - Constructor for class com.couchbase.client.java.search.queries.NumericRangeQuery
 
numericRanges() - Method in class com.couchbase.client.java.search.result.facets.DefaultNumericRangeFacetResult
 
numericRanges() - Method in interface com.couchbase.client.java.search.result.facets.NumericRangeFacetResult
 

O

ObjectFunctions - Class in com.couchbase.client.java.query.dsl.functions
DSL for N1QL functions in the Object category.
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.
offer(E) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
 
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
 
offset - Variable in class com.couchbase.client.java.transcoder.TranscoderUtils.ByteBufToArray
 
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(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
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.
on(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
ANSI join "on" clause.
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.
onKey(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeKeyClausePath
 
onKey(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeKeyClausePath
 
onKey(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeKeyClausePath
 
onKey(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeKeyClausePath
 
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.
onPrimaryKey(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeKeyClausePath
 
onPrimaryKey(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeKeyClausePath
 
onPrimaryKey(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeKeyClausePath
 
onPrimaryKey(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeKeyClausePath
 
OnPrimaryPath - Interface in com.couchbase.client.java.query.dsl.path.index
On path in the primary Index creation DSL.
OnSubscribeDeferAndWatch<T> - Class in com.couchbase.client.java.util
Defers the execution of a Subject and in addition watches for early unsubscription and cleans up buffers if the content is ReferenceCounted.
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 using the password from the Authenticator that was last set If no credential context can be found for the bucket when using ClassicAuthenticator , the old behavior of defaulting to an empty password is used.
openBucket(String, List<Transcoder<? extends Document, ?>>) - Method in interface com.couchbase.client.java.AsyncCluster
Opens the bucket with the given name using the password from the Authenticator that was last set If no credential context can be found for the bucket when using ClassicAuthenticator , the old behavior of defaulting to an empty password is used.
openBucket(String, String) - Method in interface com.couchbase.client.java.AsyncCluster
Opens the bucket with the given name and password.
openBucket(String, String, List<Transcoder<? extends Document, ?>>) - Method in interface com.couchbase.client.java.AsyncCluster
Opens the bucket with the given name, password and a custom list of Transcoders.
openBucket() - Method in interface com.couchbase.client.java.Cluster
Opens the default bucket with an empty password with the default connect timeout.
openBucket(long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens the default bucket with an empty password with a custom timeout.
openBucket(String) - Method in interface com.couchbase.client.java.Cluster
Opens the bucket with the given name, using the default timeout and the password from the Authenticator If no credential context can be found for the bucket when using ClassicAuthenticator , the old behavior of defaulting to an empty password is used.
openBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens the bucket with the given name, using a custom timeout and the password from the Authenticator If no credential context can be found for the bucket when using ClassicAuthenticator , the old behavior of defaulting to an empty password is used.
openBucket(String, List<Transcoder<? extends Document, ?>>) - Method in interface com.couchbase.client.java.Cluster
Opens the bucket with the given name, using the default timeout and the password from the Authenticator If no credential context can be found for the bucket when using ClassicAuthenticator , the old behavior of defaulting to an empty password is used.
openBucket(String, List<Transcoder<? extends Document, ?>>, long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Opens the bucket with the given name, using a custom timeout and the password from the Authenticator If no credential context can be found for the bucket when using ClassicAuthenticator , the old behavior of defaulting to an empty password is used.
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, List<Transcoder<? extends Document, ?>>) - 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, List<Transcoder<? extends Document, ?>>) - Method in class com.couchbase.client.java.CouchbaseCluster
 
openBucket(String, List<Transcoder<? extends Document, ?>>, 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
 
operation() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
 
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.
or(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.DisjunctionQuery
 
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
.
originalSpec() - Method in exception com.couchbase.client.java.error.subdoc.MultiMutationException
 
originalStatement() - Method in class com.couchbase.client.java.query.PreparedPayload
 
originalStatement() - Method in class com.couchbase.client.java.query.PrepareStatement
 
other - Variable in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
other() - Method in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
other() - Method in interface com.couchbase.client.java.search.result.facets.FacetResult
 

P

par(Expression) - Static method in class com.couchbase.client.java.query.dsl.Expression
Puts an Expression in parenthesis.
parameterized(String, JsonArray) - Static method in class com.couchbase.client.java.analytics.AnalyticsQuery
Creates an AnalyticsQuery with positional parameters as part of the query.
parameterized(String, JsonArray, AnalyticsParams) - Static method in class com.couchbase.client.java.analytics.AnalyticsQuery
Creates an AnalyticsQuery with positional parameters as part of the query.
parameterized(String, JsonObject) - Static method in class com.couchbase.client.java.analytics.AnalyticsQuery
Creates an AnalyticsQuery with named parameters as part of the query.
parameterized(String, JsonObject, AnalyticsParams) - Static method in class com.couchbase.client.java.analytics.AnalyticsQuery
Creates an AnalyticsQuery with named parameters as part of the query.
parameterized(Statement, JsonArray) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with positional parameters.
parameterized(Statement, JsonObject) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with named parameters.
parameterized(Statement, JsonArray, N1qlParams) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with positionalParameters.
parameterized(Statement, JsonObject, N1qlParams) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with named parameters.
parameterized(String, JsonArray) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with positionalParameters.
parameterized(String, JsonObject) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with named parameters.
parameterized(String, JsonArray, N1qlParams) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with positionalParameters.
parameterized(String, JsonObject, N1qlParams) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new query with named parameters.
ParameterizedAnalyticsQuery - Class in com.couchbase.client.java.analytics
This query type extends the simple one so that it properly serializes parameterized queries, both named and/or positional ones.
ParameterizedN1qlQuery - Class in com.couchbase.client.java.query
Represent a N1QL query with an optionally parameterized statement (in which case the values must be passed according to the type and number of placeholders).
params() - Method in class com.couchbase.client.java.analytics.AnalyticsQuery
Returns the params from this query.
params() - Method in class com.couchbase.client.java.analytics.SimpleAnalyticsQuery
 
params() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
params() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
 
params() - Method in class com.couchbase.client.java.ConnectionString
Deprecated.
 
params() - Method in class com.couchbase.client.java.query.AbstractN1qlQuery
 
params() - Method in class com.couchbase.client.java.query.N1qlQuery
Returns the N1qlParams representing customization of the N1QL query.
parseSuccess() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
parseSuccess() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
Immediately denotes initial parsing success of the query.
parseSuccess() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
parseSuccess() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
parseSuccess() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
Immediately denotes initial parsing success of the query.
parseSuccess() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
 
parseSuccess() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
 
parseSuccess() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
 
parseVersion(String) - Static method in class com.couchbase.client.java.util.features.Version
Parses a String into a Version.
password() - Method in class com.couchbase.client.java.auth.Credential
 
password() - Method in class com.couchbase.client.java.auth.PasswordAuthenticator
 
password - Variable in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
 
password() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The password of the bucket.
password() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
password(String) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
password() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
password(String) - Method in class com.couchbase.client.java.cluster.UserSettings
Set the password for the user
password() - Method in class com.couchbase.client.java.cluster.UserSettings
Get the password for the user
PasswordAuthenticator - Class in com.couchbase.client.java.auth
Authenticator for RBAC users in Couchbase
PasswordAuthenticator(String) - Constructor for class com.couchbase.client.java.auth.PasswordAuthenticator
 
PasswordAuthenticator(String, String) - Constructor for class com.couchbase.client.java.auth.PasswordAuthenticator
 
patch() - Method in class com.couchbase.client.java.util.features.Version
 
path() - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
 
path() - Method in class com.couchbase.client.java.cluster.api.RestBuilder
 
path(Object...) - Static method in class com.couchbase.client.java.query.dsl.Expression
Construct a path ("a.b.c") from Expressions or values.
Path - Interface in com.couchbase.client.java.query.dsl.path
.
path() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
path() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
 
PathExistsException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when a path already exists and it shouldn't (for example, when using MutateInBuilder.insert(String, Object, boolean) subdoc insert}).
PathExistsException(String, String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathExistsException
 
PathExistsException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathExistsException
 
PathInvalidException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when path has a syntax error, or path syntax is incorrect for the operation (for example, if operation requires an array index).
PathInvalidException(String, String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathInvalidException
 
PathInvalidException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathInvalidException
 
PathMismatchException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when the path structure conflicts with the document structure (for example, if a path mentions foo.bar[0].baz, but foo.bar is actually a JSON object).
PathMismatchException(String, String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathMismatchException
 
PathMismatchException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathMismatchException
 
PathNotFoundException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when a path does not exist in the document.
PathNotFoundException(String, String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathNotFoundException
 
PathNotFoundException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathNotFoundException
 
PathTooDeepException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when path is too deep to parse.
PathTooDeepException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.PathTooDeepException
 
PatternMatchingFunctions - Class in com.couchbase.client.java.query.dsl.functions
DSL for N1QL functions in the Pattern Matching category.
payload() - Method in class com.couchbase.client.java.query.PreparedPayload
 
peek() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
 
persistTo(PersistTo) - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Set persistence durability constraints on option builder
persistTo() - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Get persistence durability constraints stored in option builder Returns persistence constraint
PersistTo - Enum in com.couchbase.client.java
Defines the possible disk persistence constraints to observe.
persistTo - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
phrase(String...) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a PhraseQuery body.
PhraseQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches several terms (a "phrase") as is.
PhraseQuery(String...) - Constructor for class com.couchbase.client.java.search.queries.PhraseQuery
 
pi() - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
Returned expression results in Pi.
ping(String, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Performs a diagnostic active "ping" call with a custom report ID on all services.
ping(long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Performs a diagnostic active "ping" call on all services with a random service id.
ping(Collection<ServiceType>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Performs a diagnostic active "ping" call on a list of services with a random service id.
ping(String, Collection<ServiceType>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Performs a diagnostic active "ping" call against all the services provided with a custom report id.
ping(String) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call with a custom report ID on all services.
ping(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call with a custom report ID on all services.
ping() - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call with a random report id on all services.
ping(long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call on all services with a random report id.
ping(Collection<ServiceType>) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call with a random report id on all services.
ping(Collection<ServiceType>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call on a list of services with a random report id.
ping(String, Collection<ServiceType>) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call with a custom report id on all services.
ping(String, Collection<ServiceType>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Performs a diagnostic active "ping" call against all the services provided with a custom report id.
ping(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
ping(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
ping(Collection<ServiceType>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
ping(String, Collection<ServiceType>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
ping(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping(Collection<ServiceType>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping(String, Collection<ServiceType>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping() - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping(Collection<ServiceType>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
ping(String, Collection<ServiceType>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
pipelineBatch(int) - Method in class com.couchbase.client.java.query.N1qlParams
Advanced: Controls the number of items execution operators can batch for Fetch from the KV.
pipelineCap(int) - Method in class com.couchbase.client.java.query.N1qlParams
Advanced: Maximum number of items each execution operator can buffer between various operators.
poll() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
 
polyLength(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
Returned expression results in length of the value after evaluating the expression.
polyLength(String) - Static method in class com.couchbase.client.java.query.dsl.functions.JsonFunctions
Returned expression results in length of the value after evaluating the expression.
populateParameters(JsonObject, JsonValue) - Static method in class com.couchbase.client.java.query.AbstractN1qlQuery
Populate a JsonObject representation of a query with parameters, either positional or named.
port() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The optional proxy port.
port() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
port(int) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
port() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
pos() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
posInfIf(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.ConditionalFunctions
Returned expression results in PosInf if expression1 = expression2, otherwise returns expression1.
position(Expression, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
Returned expression results in the first position of the substring within the string, or -1.
position(String, String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
Returned expression results in the first position of the substring within the string, or -1.
post(String...) - Method in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Prepare a POST request for the cluster API on a given path.
power(Expression, Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
Returned expression results in expression1 to the power of expression2.
power(Number, Number) - Static method in class com.couchbase.client.java.query.dsl.functions.NumberFunctions
Returned expression results in value1 to the power of value2.
prefix(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a PrefixQuery body.
prefixLength(int) - Method in class com.couchbase.client.java.search.queries.MatchQuery
 
prefixLength(int) - Method in class com.couchbase.client.java.search.queries.TermQuery
 
PrefixQuery - Class in com.couchbase.client.java.search.queries
A FTS query that allows for simple matching on a given prefix.
PrefixQuery(String) - Constructor for class com.couchbase.client.java.search.queries.PrefixQuery
 
prepare(Statement) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
Queries a N1QL secondary index and prepare an execution plan via the given statement in String form.
prepare(Statement) - Static method in class com.couchbase.client.java.query.PrepareStatement
Construct a PrepareStatement from a select-like Statement.
prepare(Statement, String) - Static method in class com.couchbase.client.java.query.PrepareStatement
Construct a PrepareStatement from a select-like Statement and give it a name.
prepare(String) - Static method in class com.couchbase.client.java.query.PrepareStatement
Construct a PrepareStatement from a statement in String format.
PREPARE_PREFIX - Static variable in class com.couchbase.client.java.query.PrepareStatement
a prefix to be used in order to prepare a named query plan for a statement
prepareAndExecute(N1qlQuery, CouchbaseEnvironment, long, TimeUnit) - Method in class com.couchbase.client.java.query.core.N1qlQueryExecutor
Issues a N1QL PREPARE, puts the plan in cache then EXECUTE it.
PreparedN1qlQuery - Class in com.couchbase.client.java.query
Represent a N1QL query, with a parameterized prepared statement plan (for which the values must be passed according to the type and number of placeholders).
PreparedN1qlQuery(PreparedPayload, JsonArray, N1qlParams) - Constructor for class com.couchbase.client.java.query.PreparedN1qlQuery
 
PreparedN1qlQuery(PreparedPayload, JsonObject, N1qlParams) - Constructor for class com.couchbase.client.java.query.PreparedN1qlQuery
 
PreparedN1qlQuery(PreparedPayload, N1qlParams) - Constructor for class com.couchbase.client.java.query.PreparedN1qlQuery
 
preparedName() - Method in class com.couchbase.client.java.query.PreparedPayload
 
preparedName() - Method in class com.couchbase.client.java.query.PrepareStatement
 
PreparedPayload - Class in com.couchbase.client.java.query
The payload necessary to perform a PreparedN1qlQuery, as returned when issuing a PrepareStatement.
PreparedPayload(Statement, String, String) - Constructor for class com.couchbase.client.java.query.PreparedPayload
 
PrepareStatement - Class in com.couchbase.client.java.query
A PREPARE Statement that wraps another Statement in order to send it to the server and produce a PreparedPayload.
prepend(D) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Prepend a Documents content to an existing one.
prepend(D, CouchbaseEnvironment, Transcoder<Document<Object>, Object>, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
prepend(D) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with the default key/value timeout.
prepend(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with the default key/value timeout.
prepend(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with the default key/value timeout.
prepend(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with the default key/value timeout.
prepend(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with a custom timeout.
prepend(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with a custom timeout.
prepend(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with a custom timeout.
prepend(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Prepend a Documents content to an existing one with a custom timeout.
prepend(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
prepend(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
prepend(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
pretty(boolean) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
If set to false, the server will be instructed to remove extra whitespace from the JSON response in order to save bytes.
pretty(boolean) - Method in class com.couchbase.client.java.query.N1qlParams
If set to false, the server will be instructed to remove extra whitespace from the JSON response in order to save bytes.
primary() - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultIndexNamesPath
 
primary() - Method in interface com.couchbase.client.java.query.dsl.path.index.IndexNamesPath
Build the primary index (using a name of Index.PRIMARY_NAME, must be in a pending state).
PRIMARY_DEFAULT_NAME - Static variable in class com.couchbase.client.java.query.util.IndexInfo
 
PRIMARY_NAME - Static variable in class com.couchbase.client.java.query.Index
The expected name given to the primary indexes by the server.
priority(boolean) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
If this request should receive priority in server side scheduling.
priority() - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Returns the set priority as an integer.
PRIVATE_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
processedObjects() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
profile(N1qlProfile) - Method in class com.couchbase.client.java.query.N1qlParams
Specifies if there should be a profile section returned with the request results.
profileInfo() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
 
profileInfo() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
 
profileInfo() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
 
profileInfo() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
 
propagateParentSpan() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
If set to true, the code will check if a parent span is available and if so use this implicitly as a parent.
propagateParentSpan(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
propagateParentSpan() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
properties() - Method in interface com.couchbase.client.java.repository.mapping.EntityMetadata
Returns the metadata for all properties in this entity.
properties() - Method in class com.couchbase.client.java.repository.mapping.ReflectionBasedEntityMetadata
 
PropertyMetadata - Interface in com.couchbase.client.java.repository.mapping
Represents the metadata for a document property inside an EntityMetadata.
publishDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Publishes a DesignDocument from development into production.
publishDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Publishes a DesignDocument from development into production.
publishDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with the default management timeout.
publishDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with a custom timeout.
publishDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with the default management timeout.
publishDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Publishes a DesignDocument from development into production with a custom timeout.
publishDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
publishDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
publishDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
publishDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
publishDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
publishDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
put(String...) - Method in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
Prepare a PUT request for the cluster API on a given path.
put(String, V) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
put(String, Object) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Object value identified by the field name.
put(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a String value identified by the field name.
put(String, int) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Integer value identified by the field name.
put(String, long) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Long value identified by the field name.
put(String, double) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Double value identified by the field name.
put(String, boolean) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Boolean value identified by the field name.
put(String, JsonObject) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonObject value identified by the field name.
put(String, Map<String, ?>) - Method in class com.couchbase.client.java.document.json.JsonObject
Attempt to convert a Map to a JsonObject value and store it, identified by the field name.
put(String, JsonArray) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonArray value identified by the field name.
put(String, Number) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Number value identified by the field name.
put(String, List<?>) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonArray value identified by the field name.
putAndEncrypt(String, Object, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores the Object value as encrypted identified by the field name.
putAndEncrypt(String, String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a String value as encrypted identified by the field name.
putAndEncrypt(String, int, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Integer value as encrypted identified by the field name.
putAndEncrypt(String, long, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Long value as encrypted identified by the field name.
putAndEncrypt(String, double, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Double value as encrypted identified by the field name.
putAndEncrypt(String, boolean, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Boolean value as encrypted identified by the field name.
putAndEncrypt(String, JsonObject, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonObject value as encrypted identified by the field name.
putAndEncrypt(String, Map<String, ?>, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Attempt to convert a Map to a JsonObject value and store it, as encrypted identified by the field name.
putAndEncrypt(String, JsonArray, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonArray value as encrypted identified by the field name.
putAndEncrypt(String, Number, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a Number value as encrypted identified by the field name.
putAndEncrypt(String, List<?>, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Stores a JsonArray value as encrypted identified by the field name.
putNull(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Store a null value identified by the field's name.
putNullAndEncrypt(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
Store a null value as encrypted identified by the field's name.

Q

query() - Method in class com.couchbase.client.java.analytics.AnalyticsQuery
Returns the full query.
query() - Method in class com.couchbase.client.java.analytics.ParameterizedAnalyticsQuery
 
query() - Method in class com.couchbase.client.java.analytics.SimpleAnalyticsQuery
 
query(ViewQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Couchbase Server View.
query(SpatialViewQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Couchbase Server Spatial View.
query(ViewQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Couchbase Server View.
query(SpatialViewQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Couchbase Server Spatial View.
query(Statement) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a N1QL secondary index with a simple Statement.
query(N1qlQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a N1QL secondary index.
query(N1qlQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a N1QL secondary index with a custom timeout.
query(SearchQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Full-Text Index The returned Observable can error under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException
query(SearchQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Queries a Full-Text Index The returned Observable can error under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException
query(AnalyticsQuery) - Method in interface com.couchbase.client.java.AsyncBucket
Queries Couchbase Analytics
query(AnalyticsQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Queries Couchbase Analytics
query(N1qlQuery) - Method in interface com.couchbase.client.java.AsyncCluster
Asynchronously perform a N1QL query that can span multiple buckets.
query(ViewQuery) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server View with the default view timeout.
query(SpatialViewQuery) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server Spatial View with the default view timeout.
query(ViewQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server View with a custom timeout.
query(SpatialViewQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a Couchbase Server Spatial View with a custom timeout.
query(Statement) - Method in interface com.couchbase.client.java.Bucket
Queries a N1QL secondary index with the default query timeout.
query(Statement, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a N1QL secondary index with a custom timeout.
query(N1qlQuery) - Method in interface com.couchbase.client.java.Bucket
Queries a N1QL secondary index with the default query timeout.
query(N1qlQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a N1QL secondary index with a custom timeout.
query(SearchQuery) - Method in interface com.couchbase.client.java.Bucket
Queries a Full-Text Index This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException
query(SearchQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries a Full-Text Index This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException
query(AnalyticsQuery) - Method in interface com.couchbase.client.java.Bucket
Queries Couchbase Analytics
query(AnalyticsQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Queries Couchbase Analytics
query(N1qlQuery) - Method in interface com.couchbase.client.java.Cluster
Synchronously perform a N1QL query that can span multiple buckets, with the default timeout.
query(N1qlQuery, long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
Synchronously perform a N1QL query that can span multiple buckets, with a custom timeout.
query(ViewQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(ViewQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(SearchQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(SearchQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(SpatialViewQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(SpatialViewQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(Statement) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(N1qlQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(N1qlQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(AnalyticsQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(AnalyticsQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
query(N1qlQuery) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
 
query(ViewQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(Statement) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(N1qlQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(SearchQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(SearchQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(AnalyticsQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(AnalyticsQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(SpatialViewQuery) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(ViewQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(SpatialViewQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(Statement, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(N1qlQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
query(N1qlQuery) - Method in class com.couchbase.client.java.CouchbaseCluster
 
query(N1qlQuery, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
 
query() - Method in class com.couchbase.client.java.search.SearchQuery
 
QueryExecutionException - Exception in com.couchbase.client.java.error
A CouchbaseException representing various errors during N1QL querying, when an actual Exception wrapping a JsonObject is needed.
QueryExecutionException(String, JsonObject) - Constructor for exception com.couchbase.client.java.error.QueryExecutionException
 
QueryExecutionException(String, JsonObject, Throwable) - Constructor for exception com.couchbase.client.java.error.QueryExecutionException
 
queryString(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a QueryStringQuery body.
QueryStringQuery - Class in com.couchbase.client.java.search.queries
A FTS query that performs a search according to the "query string" syntax.
QueryStringQuery(String) - Constructor for class com.couchbase.client.java.search.queries.QueryStringQuery
 
queryTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for query operations, set to DefaultCouchbaseEnvironment.QUERY_TIMEOUT.
queryTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
queryTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
queuePop(String, Class<E>) - Method in interface com.couchbase.client.java.AsyncBucket
Removes the first element from CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queuePop(String, Class<E>, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Removes the first element from CouchbaseQueue with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
queuePop(String, Class<E>) - Method in interface com.couchbase.client.java.Bucket
Removes the first element from CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queuePop(String, Class<E>, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes the first element from CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queuePop(String, Class<E>, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Removes the first element from CouchbaseQueue with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
queuePop(String, Class<E>, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes the first element from CouchbaseQueue with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
queuePop(String, Class<E>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
queuePop(String, Class<E>, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
queuePop(String, Class<E>) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePop(String, Class<E>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePop(String, Class<E>, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePop(String, Class<E>, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePush(String, E) - Method in interface com.couchbase.client.java.AsyncBucket
Add an element into CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queuePush(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Add an element into CouchbaseQueue with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
queuePush(String, E) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queuePush(String, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queuePush(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseQueue with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
queuePush(String, E, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseQueue with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
queuePush(String, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
queuePush(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
queuePush(String, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePush(String, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePush(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queuePush(String, E, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queueSize(String) - Method in interface com.couchbase.client.java.AsyncBucket
Returns the number of elements in CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queueSize(String) - Method in interface com.couchbase.client.java.Bucket
Returns the number of elements in CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queueSize(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Returns the number of elements in CouchbaseQueue This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
queueSize(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
queueSize(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
queueSize(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
quota() - Method in interface com.couchbase.client.java.cluster.BucketSettings
The bucket quota.
quota() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
quota(int) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
 
quota() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 

R

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.BucketSettings
A raw representation of the bucket settings when acquired from the server.
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.DefaultBucketSettings.Builder
 
raw() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
 
raw() - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
 
raw() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
RAW_JSON_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
rawContent(int) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Attempt to get the serialized form of the value corresponding to the n-th operation, as a raw array of bytes.
rawContent(String) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Attempt to get the serialized form of the value corresponding to the first operation that targeted the given path, as an array of bytes.
RawJsonDocument - Class in com.couchbase.client.java.document
Represents a Document that contains a already encoded JSON document.
RawJsonTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode a RawJsonDocuments.
RawJsonTranscoder() - Constructor for class com.couchbase.client.java.transcoder.RawJsonTranscoder
 
rawParam(String, Object) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Allows to specify an arbitrary, raw Analytics param.
rawParam(String, Object) - Method in class com.couchbase.client.java.query.N1qlParams
Allows to specify an arbitrary, raw N1QL param.
RawQueryExecutor - Class in com.couchbase.client.java.util.rawQuerying
A utility class that allows to perform N1QL and FTS queries synchronously and receive a raw version of the service's JSON response.
RawQueryExecutor(AsyncRawQueryExecutor, CouchbaseEnvironment) - Constructor for class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
 
RawQueryExecutor(String, String, ClusterFacade, CouchbaseEnvironment) - Constructor for class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
 
RawQueryExecutor(String, String, String, ClusterFacade, CouchbaseEnvironment) - Constructor for class com.couchbase.client.java.util.rawQuerying.RawQueryExecutor
 
rawType() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
rawValue() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
Returns the serialized form of the value of a successful GET, as an array of bytes, or null for any other case, including when the raw value isn't relevant.
read(ClusterFacade, String, ReplicaMode, String, Map<Class<? extends Document>, Transcoder<? extends Document, ?>>, Class<D>, CouchbaseEnvironment, long, TimeUnit) - 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.
readonly(boolean) - Method in class com.couchbase.client.java.query.N1qlParams
If set to true, it will signal the query engine on the server that only non-data modifying requests are allowed.
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
 
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
 
regexp(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a RegexpQuery body.
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.
RegexpQuery - Class in com.couchbase.client.java.search.queries
A FTS query that allows for simple matching of regular expressions.
RegexpQuery(String) - Constructor for class com.couchbase.client.java.search.queries.RegexpQuery
 
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
Removes a Document from the Server.
remove(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server.
remove(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server and apply a durability requirement.
remove(D, PersistTo, ReplicateTo, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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(D, ReplicateTo, long, TimeUnit) - 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, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, Class<D>, long, TimeUnit) - 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, ReplicateTo, Class<D>, long, TimeUnit) - 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, PersistTo, Class<D>, long, TimeUnit) - 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(String, ReplicateTo, Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Removes a Document from the Server by its ID and apply a durability requirement.
remove(D, CouchbaseEnvironment, Transcoder<Document<Object>, Object>, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
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, long, TimeUnit) - 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, long, TimeUnit) - 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>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, ReplicateTo, Class<D>) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, PersistTo, Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
remove(String, ReplicateTo, Class<D>, long, TimeUnit) - 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(int) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
remove(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
remove(Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
remove() - Method in class com.couchbase.client.java.datastructures.collections.iterators.JsonArrayDocumentIterator
 
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
 
remove(String) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Remove an entry in a JSON document (scalar, array element, dictionary entry, whole array or dictionary, depending on the path).
remove(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Remove an entry in a JSON document (scalar, array element, dictionary entry, whole array or dictionary, depending on the path).
remove(String) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Remove an entry in a JSON document (scalar, array element, dictionary entry, whole array or dictionary, depending on the path).
remove(String, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Remove an entry in a JSON document (scalar, array element, dictionary entry, whole array or dictionary, depending on the path).
removeBucket(String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Removes a Bucket identified by its name.
removeBucket(String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Removes a Bucket identified by its name with the default management timeout.
removeBucket(String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Removes a Bucket identified by its name with a custom timeout.
removeBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
removeBucket(String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
removeBucket(String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
removeDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Removes a DesignDocument from production by its name.
removeDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Removes a DesignDocument from production or development by its name.
removeDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production by its name with the default management timeout.
removeDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production by its name with a custom timeout.
removeDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production or development by its name with the default management timeout.
removeDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Removes a DesignDocument from production or development by its name with a custom timeout.
removeDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
removeDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
removeDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
removeDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
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
Removes an entry from the JsonObject.
removeUser(AuthDomain, String) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Removes a user identified by user name.
removeUser(AuthDomain, String) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Removes a user identified by user name with the default management timeout.
removeUser(AuthDomain, String, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Removes a user identified by user name with a custom timeout.
removeUser(AuthDomain, String) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
removeUser(AuthDomain, String) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
removeUser(AuthDomain, String, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
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, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - 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, PersistTo, long, TimeUnit) - 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, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Replace a Document if it does exist and watch for durability constraints.
replace(D, CouchbaseEnvironment, Transcoder<Document<Object>, Object>, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
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, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
replace(D, PersistTo, ReplicateTo, long, TimeUnit) - 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
 
replace(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Replace an existing value by the given fragment.
replace(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Replace an existing value by the given fragment.
replace(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Replace an existing value by the given fragment.
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.
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(ReplicateTo) - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Set replication durability constraints on option builder
replicateTo() - Method in class com.couchbase.client.java.datastructures.MutationOptionBuilder
Get replication durability constraints stored in option builder Returns replication constraint
ReplicateTo - Enum in com.couchbase.client.java
Defines the possible replication constraints to observe.
replicateTo - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
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
 
requestId() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
requestId() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
requestId() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
requestId() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
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
 
RestBuilder - Class in com.couchbase.client.java.cluster.api
A builder class to incrementally construct REST API requests and execute them synchronously
RestBuilder(AsyncRestBuilder, long, TimeUnit) - Constructor for class com.couchbase.client.java.cluster.api.RestBuilder
 
RestBuilderMarker - Interface in com.couchbase.client.java.cluster.api
Marker interface for RestBuilder and AsyncRestBuilder.
RESULT_PEEK_FOR_RETRY - Static variable in class com.couchbase.client.java.analytics.AnalyticsQueryExecutor
 
resultCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
resultCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
 
ResultMappingUtils - Class in com.couchbase.client.java.datastructures
Helpers to map subdocument results for datastructures
ResultMappingUtils() - Constructor for class com.couchbase.client.java.datastructures.ResultMappingUtils
 
resultSize() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
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 Observables.
retryBuilder(RetryBuilder) - Method in class com.couchbase.client.java.util.AnalyticsIngester.IngestOptions
Allows to customize the retry strategy in use for each individual kv operation.
RetryBuilder - Class in com.couchbase.client.java.util.retry
Builder for RetryWhenFunction.
RetryBuilder.InversePredicate - Class in com.couchbase.client.java.util.retry
 
RetryBuilder.OnRetryAction - Interface in com.couchbase.client.java.util.retry
An interface alias for Action4<Integer, Throwable, Long, TimeUnit>, suitable for RetryBuilder.doOnRetry(Action4).
RetryBuilder.ShouldStopOnError - Class in com.couchbase.client.java.util.retry
 
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, CouchbaseEnvironment, long, TimeUnit) - 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.
RetryWhenFunction - Class in com.couchbase.client.java.util.retry
Combine a mapping of errors to their attempt number with a flatmap that induces a retry delay into a function that can be passed to an Observable's retryWhen operation.
RetryWhenFunction(RetryWithDelayHandler) - Constructor for class com.couchbase.client.java.util.retry.RetryWhenFunction
 
RetryWithDelayHandler - Class in com.couchbase.client.java.util.retry
A class that allows to produce a "retry" delay depending on the number of retry attempts.
RetryWithDelayHandler(int, Delay) - Constructor for class com.couchbase.client.java.util.retry.RetryWithDelayHandler
Construct a retry handler that will retry on all errors.
RetryWithDelayHandler(int, Delay, Func1<Throwable, Boolean>, Action4<Integer, Throwable, Long, TimeUnit>) - 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>, Action4<Integer, Throwable, Long, TimeUnit>, 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.
returning(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
returning(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
returning(String) - Method in interface com.couchbase.client.java.query.dsl.path.ReturningPath
 
returning(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.ReturningPath
 
ReturningElement - Class in com.couchbase.client.java.query.dsl.element
 
ReturningElement(ReturningElement.ReturningType, Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.ReturningElement
 
returningElement(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
returningElement(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
returningElement(String) - Method in interface com.couchbase.client.java.query.dsl.path.ReturningPath
 
returningElement(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.ReturningPath
 
ReturningElement.ReturningType - Enum in com.couchbase.client.java.query.dsl.element
 
ReturningPath - Interface in com.couchbase.client.java.query.dsl.path
 
returningRaw(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
returningRaw(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultReturningPath
 
returningRaw(String) - Method in interface com.couchbase.client.java.query.dsl.path.ReturningPath
 
returningRaw(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.ReturningPath
 
role() - Method in class com.couchbase.client.java.cluster.UserRole
Get the role set
roles() - Method in class com.couchbase.client.java.cluster.User
Get user roles
roles(List<UserRole>) - Method in class com.couchbase.client.java.cluster.UserSettings
Set the roles for the user UserRole
roles() - Method in class com.couchbase.client.java.cluster.UserSettings
Get roles for the user UserRole
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.analytics.AnalyticsDeferredResultHandle
 
rows() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
 
rows() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsDeferredResultHandle
 
rows(long, TimeUnit) - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsDeferredResultHandle
 
rows() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
rows() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
rows() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
rows() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
rows(long, TimeUnit) - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
rows() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
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
Emits one AsyncViewRow for each row received from the view.
rows() - Method in interface com.couchbase.client.java.view.AsyncViewResult
Emits one AsyncViewRow for each row received from the view.
rows() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
 
rows() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
 
rows() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
rows(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
 
rows() - Method in class com.couchbase.client.java.view.DefaultViewResult
 
rows(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewResult
 
rows() - Method in interface com.couchbase.client.java.view.SpatialViewResult
Emits one ViewRow for each row received from the view with the default view timeout.
rows(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewResult
Emits one ViewRow for each row received from the view with a custom timeout.
rows() - Method in interface com.couchbase.client.java.view.ViewResult
Emits one ViewRow for each row received from the view with the default view timeout.
rows(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewResult
Emits one ViewRow for each row received from the view with a custom timeout.
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).

S

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 "").
safeEquals(Object, Object) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
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.
scanCap(int) - Method in class com.couchbase.client.java.query.N1qlParams
Advanced: Maximum buffered channel size between the indexer client and the query service for index scans.
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
If the NOT_BOUNDED scan consistency has been chosen, does nothing.
scheme() - Method in class com.couchbase.client.java.ConnectionString
Deprecated.
 
score() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
score() - Method in interface com.couchbase.client.java.search.result.SearchQueryRow
The score of this hit.
SDK_PACKAGE_NAME_AND_VERSION - Static variable in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
SDK_USER_AGENT - Static variable in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
SearchConsistency - Enum in com.couchbase.client.java.search
An enum listing the various consistency levels for FTS searches that don't need additional parameters (like a mutation token vector).
searchConsistency(SearchConsistency) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the unparameterized consistency to consider for this FTS query.
SearchFacet - Class in com.couchbase.client.java.search.facet
Base class for all FTS facets in querying.
SearchFacet(String, int) - Constructor for class com.couchbase.client.java.search.facet.SearchFacet
 
SearchMetrics - Interface in com.couchbase.client.java.search.result
Provides statistics on an FTS query result (number of hits, time taken...).
SearchQuery - Class in com.couchbase.client.java.search
The FTS API entry point.
SearchQuery(String, AbstractFtsQuery) - Constructor for class com.couchbase.client.java.search.SearchQuery
Prepare an FTS SearchQuery on an index.
SearchQueryExecutor - Class in com.couchbase.client.java.search.core
Contains the full execution logic for a search query.
SearchQueryExecutor(CouchbaseEnvironment, ClusterFacade, String, String, String) - Constructor for class com.couchbase.client.java.search.core.SearchQueryExecutor
 
SearchQueryResult - Interface in com.couchbase.client.java.search.result
The main interface for FTS query results.
SearchQueryRow - Interface in com.couchbase.client.java.search.result
An FTS result row (or hit).
SearchSort - Class in com.couchbase.client.java.search.sort
Base class for all FTS sort options in querying.
SearchSort() - Constructor for class com.couchbase.client.java.search.sort.SearchSort
 
SearchSortField - Class in com.couchbase.client.java.search.sort
Sort by a field in the hits.
SearchSortField(String) - Constructor for class com.couchbase.client.java.search.sort.SearchSortField
 
SearchSortGeoDistance - Class in com.couchbase.client.java.search.sort
Sort by a location and unit in the hits.
SearchSortGeoDistance(double, double, String) - Constructor for class com.couchbase.client.java.search.sort.SearchSortGeoDistance
 
SearchSortId - Class in com.couchbase.client.java.search.sort
Sort by the document ID.
SearchSortId() - Constructor for class com.couchbase.client.java.search.sort.SearchSortId
 
SearchSortScore - Class in com.couchbase.client.java.search.sort
Sort by the hit score.
SearchSortScore() - Constructor for class com.couchbase.client.java.search.sort.SearchSortScore
 
SearchStatus - Interface in com.couchbase.client.java.search.result
Represents the status of a FTS query.
searchTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for search operations, set to DefaultCouchbaseEnvironment.SEARCH_TIMEOUT.
searchTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
searchTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 
SearchUtils - Class in com.couchbase.client.java.search.util
Utility class around FTS (Full Text Search), and especially handling of the default FTS date format (which corresponds to RFC 3339).
select(Expression, Statement) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
select(Expression, Expression, Statement) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
select(Expression, String, Statement) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
select(String, Statement) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
select(String, String, Statement) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
select(String, Expression, Statement) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
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, Statement) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
select(Expression, Expression, Statement) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
select(Expression, String, Statement) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
select(String, Statement) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
select(String, String, Statement) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
select(String, Expression, Statement) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
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
 
selectDistinctRaw(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectDistinctRaw(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectDistinctRaw(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectDistinctRaw(String) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectDistinctRaw(Expression) - Static method in class com.couchbase.client.java.query.Select
 
selectDistinctRaw(String) - Static method in class com.couchbase.client.java.query.Select
 
SelectElement - Class in com.couchbase.client.java.query.dsl.element
 
SelectElement(SelectType, Expression...) - Constructor for class com.couchbase.client.java.query.dsl.element.SelectElement
 
SelectPath - Interface in com.couchbase.client.java.query.dsl.path
.
selectRaw(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectRaw(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
 
selectRaw(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectRaw(String) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
 
selectRaw(Expression) - Static method in class com.couchbase.client.java.query.Select
 
selectRaw(String) - Static method in class com.couchbase.client.java.query.Select
 
SelectResultPath - Interface in com.couchbase.client.java.query.dsl.path
.
SelectType - Enum in com.couchbase.client.java.query.dsl.path
.
SERIALIZABLE_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
 
SerializableDocument - Class in com.couchbase.client.java.document
Handles content which implements Serializable.
SerializableStatement - Interface in com.couchbase.client.java.query
A Statement that is also explicitly Serializable.
SerializableTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode SerializableDocuments.
SerializableTranscoder() - Constructor for class com.couchbase.client.java.transcoder.SerializableTranscoder
 
serialize(Serializable) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
Serializes the input into a ByteBuf.
SERIALIZED_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
SERIALIZED_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
 
serverSideTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Sets a maximum timeout for processing on the server side.
serverSideTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.query.N1qlParams
Sets a maximum timeout for processing on the server side.
serverSideTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the server side timeout.
set(int, E) - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArrayList
 
set(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(Expression, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
set(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(Expression, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
set(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(Expression, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
set(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, JsonObject, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, JsonArray, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, int, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, long, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, double, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, float, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(Expression, boolean, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetPath
 
set(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, int) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, long) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, double) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, float) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, int) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, long) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, double) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, float) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(Expression, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
set(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, int) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, long) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, double) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, float) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, int) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, long) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, double) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, float) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(Expression, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
set(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, int) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, long) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, double) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, float) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, int) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, long) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, double) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, float) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(Expression, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
set(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, int) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, long) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, double) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, float) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(String, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, int) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, long) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, double) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, float) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, JsonObject, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, JsonArray, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, int, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, long, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, double, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, float, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
set(Expression, boolean, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetPath
 
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
 
setAdd(String, E) - Method in interface com.couchbase.client.java.AsyncBucket
Add an element into CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setAdd(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Add an element into CouchbaseSet with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setAdd(String, E) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setAdd(String, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setAdd(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseSet with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setAdd(String, E, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Add an element into CouchbaseSet with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setAdd(String, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
setAdd(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
setAdd(String, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setAdd(String, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setAdd(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setAdd(String, E, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setContains(String, E) - Method in interface com.couchbase.client.java.AsyncBucket
Check if an element exists in CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setContains(String, E) - Method in interface com.couchbase.client.java.Bucket
Check if an element exists in CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setContains(String, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Check if an element exists in CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setContains(String, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
setContains(String, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setContains(String, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setCryptoManager(CryptoManager) - Method in class com.couchbase.client.java.document.json.JsonObject
Set the encryption configuration for decryption
setDnsEnvParameter(String, String) - Static method in class com.couchbase.client.java.util.Bootstrap
 
SetElement - Class in com.couchbase.client.java.query.dsl.element
 
SetElement(SetElement.SetPosition, Expression, Expression, Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.SetElement
 
SetElement.SetPosition - Enum in com.couchbase.client.java.query.dsl.element
 
setEncodedPlanEnabled(boolean) - Method in class com.couchbase.client.java.query.PreparedN1qlQuery
Toggle whether or not the encodedPlan part of the payload should be made part of the N1QL statement.
setRemove(String, E) - Method in interface com.couchbase.client.java.AsyncBucket
Removes an element from CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setRemove(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.AsyncBucket
Removes an element from CouchbaseSet with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
setRemove(String, E) - Method in interface com.couchbase.client.java.Bucket
Removes an element from CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setRemove(String, E, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes an element from CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setRemove(String, E, MutationOptionBuilder) - Method in interface com.couchbase.client.java.Bucket
Removes an element from CouchbaseSet with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
setRemove(String, E, MutationOptionBuilder, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Removes an element from CouchbaseSet with additional mutation options provided by MutationOptionBuilder This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The durability constraint could not be fulfilled because of a temporary or persistent problem: DurabilityException.
setRemove(String, E) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
setRemove(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
setRemove(String, E) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setRemove(String, E, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setRemove(String, E, MutationOptionBuilder) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setRemove(String, E, MutationOptionBuilder, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setSize(String) - Method in interface com.couchbase.client.java.AsyncBucket
Returns the number of elements in CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setSize(String) - Method in interface com.couchbase.client.java.Bucket
Returns the number of elements in CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setSize(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Returns the number of elements in CouchbaseSet This method throws under the following conditions: - The producer outpaces the SDK: BackpressureException - The operation had to be cancelled while on the wire or the retry strategy cancelled it instead of retrying: RequestCancelledException - If the underlying couchbase document does not exist: DocumentDoesNotExistException - The server is currently not able to process the request, retrying may help: TemporaryFailureException - The server is out of memory: CouchbaseOutOfMemoryException - Unexpected errors are caught and contained in a generic CouchbaseException.
setSize(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
setSize(String) - Method in class com.couchbase.client.java.CouchbaseBucket
 
setSize(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
should(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
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
 
shouldMin(int) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
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.analytics.AnalyticsQueryResult
 
signature() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
 
signature() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
signature() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
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(String) - Static method in class com.couchbase.client.java.analytics.AnalyticsQuery
Creates an AnalyticsQuery from just an analytics statement.
simple(String, AnalyticsParams) - Static method in class com.couchbase.client.java.analytics.AnalyticsQuery
Creates an AnalyticsQuery from an analytics statement and custom parameters.
simple(Statement) - Static method in class com.couchbase.client.java.query.N1qlQuery
Create a new N1qlQuery with a plain un-parameterized Statement.
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.
SimpleAnalyticsQuery - Class in com.couchbase.client.java.analytics
The simplest form of Analytics AnalyticsQuery with a plain un-parameterized Statements.
SimpleN1qlQuery - Class in com.couchbase.client.java.query
The simplest form of N1QL N1qlQuery with a plain un-parameterized Statement.
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.datastructures.collections.CouchbaseArrayList
 
size() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseArraySet
 
size() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseMap
 
size() - Method in class com.couchbase.client.java.datastructures.collections.CouchbaseQueue
 
size() - Method in class com.couchbase.client.java.document.json.JsonArray
Returns the size of the JsonArray.
size() - Method in class com.couchbase.client.java.document.json.JsonObject
The size of the JsonObject.
size() - Method in class com.couchbase.client.java.subdoc.DocumentFragment
 
size() - Method in class com.couchbase.client.java.subdoc.MultiValue
 
skip(int) - Method in class com.couchbase.client.java.search.SearchQuery
Set the number of hits to skip (eg.
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(Object...) - Method in class com.couchbase.client.java.search.SearchQuery
Configures the list of fields (including special fields) which are used for sorting purposes.
Sort.Order - Enum in com.couchbase.client.java.query.dsl
 
sortCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
sortCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
 
sortField(String) - Static method in class com.couchbase.client.java.search.sort.SearchSort
Sort by a field in the hits.
sortGeoDistance(double, double, String) - Static method in class com.couchbase.client.java.search.sort.SearchSort
Sort by geo location.
sortId() - Static method in class com.couchbase.client.java.search.sort.SearchSort
Sort by the document identifier.
sortScore() - Static method in class com.couchbase.client.java.search.sort.SearchSort
Sort by the hit score.
SpatialView - Class in com.couchbase.client.java.view
Implementation of a spatial view.
SpatialView(String, String) - Constructor for class com.couchbase.client.java.view.SpatialView
 
SpatialViewQuery - Class in com.couchbase.client.java.view
Fluent DSL for a Spatial View Query.
SpatialViewResult - Interface in com.couchbase.client.java.view
Represents the result from a ViewQuery.
SpatialViewRow - Interface in com.couchbase.client.java.view
Represents a SpatialViewRow fetched from the View.
specific() - Method in exception com.couchbase.client.java.error.AuthenticatorException
 
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.
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.
start(String, boolean) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
start(String) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the lower boundary of the range.
start(Date, boolean) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the lower boundary of the range, inclusive or not depending on the second parameter.
start(Date) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the lower boundary of the range.
start() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
start() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
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
 
state() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
statement() - Method in class com.couchbase.client.java.analytics.AnalyticsQuery
Returns the statement from this query.
statement() - Method in class com.couchbase.client.java.analytics.SimpleAnalyticsQuery
 
statement() - Method in class com.couchbase.client.java.query.AbstractN1qlQuery
 
statement() - Method in class com.couchbase.client.java.query.N1qlQuery
Returns the Statement from this query.
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
 
status() - Method in interface com.couchbase.client.java.analytics.AnalyticsDeferredResultHandle
Returns the final status of the query.
status() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryResult
Returns the final status of the query.
status() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsDeferredResultHandle
 
status(long, TimeUnit) - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsDeferredResultHandle
 
status() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryResult
Asynchronously returns the final status of the query.
status() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
status() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
status() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
status(long, TimeUnit) - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
status() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryResult
 
status() - Method in interface com.couchbase.client.java.query.AsyncN1qlQueryResult
Asynchronously returns the final status of the query.
status() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryResult
 
status() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
 
status() - Method in interface com.couchbase.client.java.query.N1qlQueryResult
Returns the final status of the query.
status() - Method in interface com.couchbase.client.java.search.result.AsyncSearchQueryResult
The SearchStatus allows to check if the request was a full success (SearchStatus.isSuccess()) and gives more details about status for each queried index.
status() - Method in class com.couchbase.client.java.search.result.impl.DefaultAsyncSearchQueryResult
 
status() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
status() - Method in interface com.couchbase.client.java.search.result.SearchQueryResult
The SearchStatus allows to check if the request was a full success (SearchStatus.isSuccess()) and gives more details about status for each queried index.
status(String) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Get the operation status code corresponding to the first operation that targeted the given path.
status(int) - Method in class com.couchbase.client.java.subdoc.DocumentFragment
Get the operation status code corresponding to the n-th operation.
status() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
 
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.
stringToJsonArray(String) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
 
stringToJsonObject(String) - Method in class com.couchbase.client.java.transcoder.crypto.JsonCryptoTranscoder
 
stringToJsonObject(String) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
 
StringTranscoder - Class in com.couchbase.client.java.transcoder
A transcoder to encode and decode StringDocuments.
StringTranscoder() - Constructor for class com.couchbase.client.java.transcoder.StringTranscoder
 
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.
SubdocHelper - Class in com.couchbase.client.java.subdoc
Helper class to the subdocument API.
SubdocOperationResult<OPERATION> - Class in com.couchbase.client.java.subdoc
Internally represent result corresponding to a single LookupSpec or MutationSpec, as part of a DocumentFragment.
SubdocOptionsBuilder - Class in com.couchbase.client.java.subdoc
Sub-document options builder.
SubdocOptionsBuilder() - Constructor for class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
 
SubDocumentException - Exception in com.couchbase.client.java.error.subdoc
An abstract common class for all CouchbaseException that relates to the sub-document feature.
SubDocumentException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.SubDocumentException
 
SubDocumentException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.subdoc.SubDocumentException
 
SubDocumentException(Throwable) - Constructor for exception com.couchbase.client.java.error.subdoc.SubDocumentException
 
subdocumentTranscoder() - Method in interface com.couchbase.client.java.AsyncBucket
Returns the transcoder to be used for individual JSON fragments used and returned by the subdocument API.
subdocumentTranscoder() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
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.
successCount() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
successCount() - Method in interface com.couchbase.client.java.search.result.SearchStatus
the number of FTS pindexes queried that successfully answered.
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
 

T

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.
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
 
term(String, int) - Static method in class com.couchbase.client.java.search.facet.SearchFacet
 
term() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
term(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a TermQuery body.
TermFacet - Class in com.couchbase.client.java.search.facet
A facet that gives the number of occurrences of the most recurring terms in all hits.
TermFacetResult - Interface in com.couchbase.client.java.search.result.facets
Represents the result for a TermFacet.
TermQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches terms (without further analysis).
TermQuery(String) - Constructor for class com.couchbase.client.java.search.queries.TermQuery
 
TermRange - Class in com.couchbase.client.java.search.result.facets
A range (or bucket) for a TermFacetResult.
TermRange(String, long) - Constructor for class com.couchbase.client.java.search.result.facets.TermRange
 
termRange() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a TermRangeQuery body.
TermRangeQuery - Class in com.couchbase.client.java.search.queries
A FTS query that matches documents on a range of values.
TermRangeQuery() - Constructor for class com.couchbase.client.java.search.queries.TermRangeQuery
 
terms() - Method in class com.couchbase.client.java.search.result.facets.DefaultTermFacetResult
 
terms() - Method in interface com.couchbase.client.java.search.result.facets.TermFacetResult
 
terms() - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
terms() - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
list all terms in this locations, considering all fields (so a set)
termsFor(String) - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
termsFor(String) - Method in interface com.couchbase.client.java.search.result.hits.HitLocations
list the terms for a given field
then(Expression) - Method in interface com.couchbase.client.java.query.dsl.functions.Case.ThenClause
THEN clause associated with a WHEN clause.
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: - MISSING is MISSING.
toArray(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in an array as follows: - MISSING is MISSING.
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: - MISSING is MISSING.
toBoolean(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in a Boolean as follows: - MISSING is MISSING.
toDecryptedMap(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Transforms the JsonObject into a Map.
toDecryptedString(String) - Method in class com.couchbase.client.java.document.json.JsonObject
Converts the JsonObject into its decrypted JSON string representation.
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
 
toFtsUtcString(Date) - Static method in class com.couchbase.client.java.search.util.SearchUtils
Converts a date to the default string representation in FTS (RFC 3339).
toJsonObject() - Method in class com.couchbase.client.java.view.DesignDocument
 
toList() - Method in class com.couchbase.client.java.document.json.JsonArray
Copies the content of the JsonArray into a new List and returns it.
toMap() - Method in class com.couchbase.client.java.document.json.JsonObject
Transforms the JsonObject into a Map.
toNumber(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in a number as follows: - MISSING is MISSING.
toNumber(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in a number as follows: - MISSING is MISSING.
toObject(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in an object as follows: - MISSING is MISSING.
toObject(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in an object as follows: - MISSING is MISSING.
took() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchMetrics
 
took() - Method in interface com.couchbase.client.java.search.result.SearchMetrics
The number of nanoseconds the request took executing on the server side.
toQueryString() - Method in class com.couchbase.client.java.view.ViewQuery
Returns the query string for this ViewQuery, containing all the key/value pairs for parameters that will be part of this ViewQuery's execution URL for the view service.
toString() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
toString() - Method in class com.couchbase.client.java.analytics.AnalyticsParams
 
toString() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsDeferredResultHandle
 
toString() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryResult
 
toString() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryRow
 
toString() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsDeferredResultHandle
 
toString() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryRow
 
toString() - Method in class com.couchbase.client.java.auth.Credential
 
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.cluster.UserRole
 
toString() - Method in class com.couchbase.client.java.ConnectionString
Deprecated.
 
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.MutationState
 
toString() - Method in class com.couchbase.client.java.query.DefaultAsyncN1qlQueryRow
 
toString() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryResult
 
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: - MISSING is MISSING.
toString(String) - Static method in class com.couchbase.client.java.query.dsl.functions.TypeFunctions
Returned expression results in a string as follows: - MISSING is MISSING.
toString() - Method in class com.couchbase.client.java.query.dsl.path.AbstractPath
 
toString() - Method in enum com.couchbase.client.java.query.dsl.path.HashSide
 
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.ParameterizedN1qlQuery
 
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.query.SimpleN1qlQuery
 
toString() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
toString() - Method in class com.couchbase.client.java.search.queries.AbstractFtsQuery
 
toString() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
toString() - Method in class com.couchbase.client.java.search.result.facets.DefaultDateRangeFacetResult
 
toString() - Method in class com.couchbase.client.java.search.result.facets.DefaultNumericRangeFacetResult
 
toString() - Method in class com.couchbase.client.java.search.result.facets.DefaultTermFacetResult
 
toString() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
toString() - Method in class com.couchbase.client.java.search.result.facets.TermRange
 
toString() - Method in class com.couchbase.client.java.search.result.hits.DefaultHitLocations
 
toString() - Method in class com.couchbase.client.java.search.result.hits.HitLocation
 
toString() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchMetrics
 
toString() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryResult
 
toString() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchQueryRow
 
toString() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
toString() - Method in class com.couchbase.client.java.subdoc.AsyncLookupInBuilder
 
toString() - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
toString() - Method in class com.couchbase.client.java.subdoc.DocumentFragment
 
toString() - Method in class com.couchbase.client.java.subdoc.LookupInBuilder
 
toString() - Method in class com.couchbase.client.java.subdoc.LookupSpec
 
toString() - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
 
toString() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
toString() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
 
toString() - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
 
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
A string representation of this ViewQuery, suitable for logging and other human consumption.
total - Variable in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
total() - Method in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
total() - Method in interface com.couchbase.client.java.search.result.facets.FacetResult
 
totalCount() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
totalCount() - Method in interface com.couchbase.client.java.search.result.SearchStatus
the total number of FTS pindexes that were queried.
totalHits() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchMetrics
 
totalHits() - Method in interface com.couchbase.client.java.search.result.SearchMetrics
The total number of hits (or SearchQueryRow) in the result.
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(String, int, long, TimeUnit) - 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(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Renews the expiration time of a Document.
touch(String, int, CouchbaseEnvironment, ClusterFacade, String, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
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, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
touch(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
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.
toUrlEncodedString() - Method in class com.couchbase.client.java.cluster.api.Form
Encode the Form using the "application/x-www-form-urlencoded" Content-Type.
Transcoder<D extends Document<T>,T> - Interface in com.couchbase.client.java.transcoder
 
TranscoderUtils - Class in com.couchbase.client.java.transcoder
Helper methods and flags for the shipped Transcoders.
TranscoderUtils.ByteBufToArray - Class in com.couchbase.client.java.transcoder
A class that holds information from a ByteBuf that allows to read its corresponding byte array.
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
 
TransparentReplicaGetHelper - Class in com.couchbase.client.java.util
The TransparentReplicaGetHelper abstracts common logic to first grab the active document and if that fails tries all available replicas and returns the first result.
TransparentReplicaGetHelper() - Constructor for class com.couchbase.client.java.util.TransparentReplicaGetHelper
 
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: - "missing" - "null" - "boolean" - "number" - "string" - "array" - "object" - "binary"
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: - "missing" - "null" - "boolean" - "number" - "string" - "array" - "object" - "binary"
type() - Method in class com.couchbase.client.java.query.util.IndexInfo
 
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
 
type(FieldType) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
type() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
TypeFunctions - Class in com.couchbase.client.java.query.dsl.functions
DSL for N1QL functions in the Type category.

U

union() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
union(SelectResultPath) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
union() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
union(SelectResultPath) - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
unionAll() - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
unionAll(SelectResultPath) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
 
unionAll() - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
unionAll(SelectResultPath) - Method in interface com.couchbase.client.java.query.dsl.path.SelectResultPath
 
UnionElement - Class in com.couchbase.client.java.query.dsl.element
 
UnionElement(boolean) - Constructor for class com.couchbase.client.java.query.dsl.element.UnionElement
 
UnionElement(boolean, String) - Constructor for class com.couchbase.client.java.query.dsl.element.UnionElement
 
UnionElement(boolean, Statement) - Constructor for class com.couchbase.client.java.query.dsl.element.UnionElement
 
unit(String) - Method in class com.couchbase.client.java.search.sort.SearchSortGeoDistance
 
unlock(String, long) - Method in interface com.couchbase.client.java.AsyncBucket
Unlocks a write-locked Document.
unlock(String, long, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Unlocks a write-locked Document.
unlock(D) - Method in interface com.couchbase.client.java.AsyncBucket
Unlocks a write-locked Document.
unlock(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Unlocks a write-locked Document.
unlock(String, long, CouchbaseEnvironment, ClusterFacade, String, long, TimeUnit) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
unlock(String, long) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with the default key/value timeout.
unlock(String, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with a custom timeout.
unlock(D) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with the default key/value timeout.
unlock(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Unlocks a write-locked Document with a custom timeout.
unlock(String, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
unlock(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
unlock(String, long) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
unlock(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
unlock(String, long) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unlock(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unlock(String, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unlock(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
unnest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
unnest(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
 
unnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
unnest(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
 
UnnestElement - Class in com.couchbase.client.java.query.dsl.element
 
UnnestElement(JoinType, String) - Constructor for class com.couchbase.client.java.query.dsl.element.UnnestElement
 
UnnestPath - Interface in com.couchbase.client.java.query.dsl.path
.
unset(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialUpdateUnsetPath
 
unset(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialUpdateUnsetPath
 
unset(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialUpdateUnsetPath
 
unset(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialUpdateUnsetPath
 
unset(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
unset(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
unset(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
unset(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetOrUnsetPath
 
unset(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
unset(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
unset(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
unset(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateSetPath
 
unset(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateUnsetPath
 
unset(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateUnsetPath
 
unset(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateUnsetPath
 
unset(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateUnsetPath
 
unset(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
unset(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
unset(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
unset(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateSetOrUnsetPath
 
unset(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUnsetPath
 
unset(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUnsetPath
 
unset(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUnsetPath
 
unset(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUnsetPath
 
unset(String) - Method in interface com.couchbase.client.java.query.dsl.path.InitialUpdateUnsetPath
 
unset(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InitialUpdateUnsetPath
 
unset(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InitialUpdateUnsetPath
 
unset(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InitialUpdateUnsetPath
 
unset(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
unset(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
unset(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
unset(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetOrUnsetPath
 
unset(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
unset(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
unset(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
unset(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateSetPath
 
unset(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateUnsetPath
 
unset(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateUnsetPath
 
unset(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateUnsetPath
 
unset(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateUnsetPath
 
unset(String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
unset(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
unset(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
unset(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateSetOrUnsetPath
 
unset(String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUnsetPath
 
unset(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUnsetPath
 
unset(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUnsetPath
 
unset(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUnsetPath
 
UnsetElement - Class in com.couchbase.client.java.query.dsl.element
 
UnsetElement(UnsetElement.UnsetPosition, Expression, Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.UnsetElement
 
UnsetElement.UnsetPosition - Enum in com.couchbase.client.java.query.dsl.element
 
Update - Class in com.couchbase.client.java.query
 
update(String) - Static method in class com.couchbase.client.java.query.Update
 
update(Expression) - Static method in class com.couchbase.client.java.query.Update
 
updateBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Updates a Bucket with its BucketSettings if it does already exist.
updateBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Updates a Bucket with its BucketSettings if it does already exist with the default management timeout.
updateBucket(BucketSettings, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Updates a Bucket with its BucketSettings if it does already exist with a custom timeout.
updateBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
updateBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
updateBucket(BucketSettings, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
updateCurrentBucket() - Static method in class com.couchbase.client.java.query.Update
 
UpdateForClause - Class in com.couchbase.client.java.query.dsl.clause
UpdateForClause is a clause used in N1QL Updates, more specifically in the "set" part.
UpdateSetOrUnsetPath - Interface in com.couchbase.client.java.query.dsl.path
 
UpdateSetPath - Interface in com.couchbase.client.java.query.dsl.path
 
UpdateUnsetPath - Interface in com.couchbase.client.java.query.dsl.path
 
UpdateUsePath - Interface in com.couchbase.client.java.query.dsl.path
 
upper(Expression) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
Returned expression results in uppercase of the string expression.
upper(String) - Static method in class com.couchbase.client.java.query.dsl.functions.StringFunctions
Returned expression results in uppercase of the string expression.
upsert(D) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document.
upsert(D, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document.
upsert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document and watch for durability constraints.
upsert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document and watch for durability constraints.
upsert(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document and watch for durability constraints.
upsert(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document and watch for durability constraints.
upsert(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document and watch for durability constraints.
upsert(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.AsyncBucket
Insert or overwrite a Document and watch for durability constraints.
upsert(D, CouchbaseEnvironment, Transcoder<Document<Object>, Object>, ClusterFacade, String, long, TimeUnit, Span) - Static method in class com.couchbase.client.java.bucket.api.Mutate
 
upsert(D) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document with the default key/value timeout.
upsert(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document with a custom timeout.
upsert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document and watch for durability constraints with the default key/value timeout.
upsert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document and watch for durability constraints with a custom timeout.
upsert(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document and watch for durability constraints with the default key/value timeout.
upsert(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document and watch for durability constraints with a custom timeout.
upsert(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document and watch for durability constraints with the default key/value timeout.
upsert(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
Insert or overwrite a Document and watch for durability constraints with a custom timeout.
upsert(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
 
upsert(D) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
 
upsert(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
 
Upsert - Class in com.couchbase.client.java.query
 
upsert(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
upsert(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
upsert(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
upsert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.AsyncRepository
 
upsert(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
upsert(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
upsert(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
upsert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseAsyncRepository
 
upsert(EntityDocument<T>) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, PersistTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.repository.CouchbaseRepository
 
upsert(EntityDocument<T>) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, PersistTo) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(EntityDocument<T>, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.repository.Repository
 
upsert(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
upsert(String, T) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert a fragment, replacing the old value if the path exists.
upsert(JsonObject) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Upsert a full JSON document.
upsert(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Insert a fragment, replacing the old value if the path exists.
upsert(String, T, boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Deprecated.
upsert(String, T) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert a fragment, replacing the old value if the path exists.
upsert(JsonObject) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Upsert a full JSON document that doesn't exist.
upsert(String, T, SubdocOptionsBuilder) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Insert a fragment, replacing the old value if the path exists.
upsertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Upserts (inserts or replaces) a DesignDocument into production.
upsertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Upserts (inserts or replaces) a DesignDocument into production or development.
upsertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production with the default management timeout.
upsertDesignDocument(DesignDocument, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production with a custom timeout.
upsertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production or development with the default management timeout.
upsertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Upserts (inserts or replaces) a DesignDocument into production or development with a custom timeout.
upsertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
upsertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
upsertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDesignDocument(DesignDocument, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
upsertDocument - Variable in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
 
upsertDocument(boolean) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Set upsertDocument to true, if the document has to be created
upsertDocument(boolean) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Set upsertDocument to true, if the document has to be created.
upsertInto(String) - Static method in class com.couchbase.client.java.query.Upsert
 
upsertInto(Expression) - Static method in class com.couchbase.client.java.query.Upsert
 
upsertIntoCurrentBucket() - Static method in class com.couchbase.client.java.query.Upsert
 
upsertUser(AuthDomain, String, UserSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
Creates/Updates a user with its UserSettings.
upsertUser(AuthDomain, String, UserSettings) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Creates/Updates a user with its UserSettings with default management timeout.
upsertUser(AuthDomain, String, UserSettings, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
Creates/Updates a user with its UserSettings with custom timeout.
upsertUser(AuthDomain, String, UserSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
 
upsertUser(AuthDomain, String, UserSettings) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
upsertUser(AuthDomain, String, UserSettings, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
 
useHash(HashSide) - Method in class com.couchbase.client.java.query.dsl.path.DefaultJoinPath
 
useHash(HashSide) - Method in interface com.couchbase.client.java.query.dsl.path.JoinPath
Use hash join hint (Available in Enterprise Edition only)
useIndex(IndexReference...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultHintPath
 
useIndex(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultHintPath
 
useIndex(IndexReference...) - Method in interface com.couchbase.client.java.query.dsl.path.HintPath
Hint at what index(es) to use for this query.
useIndex(String...) - Method in interface com.couchbase.client.java.query.dsl.path.HintPath
Hint at what index(es) to use for this query by giving names (will look for default index type).
useKeys(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultDeleteUsePath
 
useKeys(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultDeleteUsePath
 
useKeys(JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultDeleteUsePath
 
useKeys(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
useKeys(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
useKeys(JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
useKeys(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUsePath
 
useKeys(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUsePath
 
useKeys(JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUsePath
 
useKeys(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.DeleteUsePath
 
useKeys(String) - Method in interface com.couchbase.client.java.query.dsl.path.DeleteUsePath
 
useKeys(JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.DeleteUsePath
 
useKeys(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
use the primary keyspace (doc id) in a join clause)
useKeys(String) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
use the primary keyspace (doc id) in a join clause), with a single key given as a token expression (eg.
useKeys(JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
use the primary keyspace (doc id) in a join clause)
useKeys(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUsePath
 
useKeys(String) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUsePath
 
useKeys(JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUsePath
 
useKeysValues(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultDeleteUsePath
 
useKeysValues(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
 
useKeysValues(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultUpdateUsePath
 
useKeysValues(String...) - Method in interface com.couchbase.client.java.query.dsl.path.DeleteUsePath
 
useKeysValues(String...) - Method in interface com.couchbase.client.java.query.dsl.path.KeysPath
use the primary keyspace (doc id) in a join clause, with one or more keys given as constants (eg.
useKeysValues(String...) - Method in interface com.couchbase.client.java.query.dsl.path.UpdateUsePath
 
useNestedLoop() - Method in class com.couchbase.client.java.query.dsl.path.DefaultJoinPath
 
useNestedLoop() - Method in interface com.couchbase.client.java.query.dsl.path.JoinPath
Use nested loop join
User - Class in com.couchbase.client.java.cluster
Rbac user in couchbase
User(String, String, AuthDomain, UserRole[]) - Constructor for class com.couchbase.client.java.cluster.User
 
userId() - Method in class com.couchbase.client.java.cluster.User
Get user id
username() - Method in class com.couchbase.client.java.auth.PasswordAuthenticator
 
username - Variable in class com.couchbase.client.java.cluster.api.AbstractClusterApiClient
 
UserRole - Class in com.couchbase.client.java.cluster
Authorizing role for the user
UserRole(String) - Constructor for class com.couchbase.client.java.cluster.UserRole
 
UserRole(String, String) - Constructor for class com.couchbase.client.java.cluster.UserRole
 
UserSettings - Class in com.couchbase.client.java.cluster
Setting for the user - full name, password, roles
using(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeSourcePath
 
using(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeSourcePath
 
using(IndexType) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultUsingPath
 
using(IndexType) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultUsingWithPath
 
using(IndexType) - Method in interface com.couchbase.client.java.query.dsl.path.index.UsingPath
Describes the type of index to drop.
using(IndexType) - Method in interface com.couchbase.client.java.query.dsl.path.index.UsingWithPath
Describes what kind of index to create.
using(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeSourcePath
 
using(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeSourcePath
 
UsingElement - Class in com.couchbase.client.java.query.dsl.element
Element of the Index DSL that describes what kind of index to build.
UsingElement(IndexType) - Constructor for class com.couchbase.client.java.query.dsl.element.UsingElement
 
UsingPath - Interface in com.couchbase.client.java.query.dsl.path.index
Using path of the Index dropping DSL.
UsingWithPath - Interface in com.couchbase.client.java.query.dsl.path.index
Using path of the Index creation DSL.
Utils - Class in com.couchbase.client.java.bucket.api
 
Utils() - Constructor for class com.couchbase.client.java.bucket.api.Utils
 
uuid() - Static method in class com.couchbase.client.java.query.dsl.functions.MetaFunctions
 

V

value() - Method in interface com.couchbase.client.java.analytics.AnalyticsQueryRow
 
value() - Method in interface com.couchbase.client.java.analytics.AsyncAnalyticsQueryRow
 
value() - Method in class com.couchbase.client.java.analytics.DefaultAnalyticsQueryRow
Return the JsonObject representation of the JSON corresponding to this row.
value() - Method in class com.couchbase.client.java.analytics.DefaultAsyncAnalyticsQueryRow
Return the JsonObject representation of the JSON corresponding to this row.
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
Return the JsonObject representation of the JSON corresponding to this row.
value() - Method in class com.couchbase.client.java.query.DefaultN1qlQueryRow
Return the JsonObject representation of the JSON corresponding to this row.
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 enum com.couchbase.client.java.search.sort.FieldMissing
 
value() - Method in enum com.couchbase.client.java.search.sort.FieldMode
 
value() - Method in enum com.couchbase.client.java.search.sort.FieldType
 
value() - Method in class com.couchbase.client.java.subdoc.SubdocOperationResult
Returns: - the value retrieved by a successful GET.
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.auth.CredentialContext
Returns the enum constant of this type with the specified name.
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.cluster.AuthDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.cluster.CompressionMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.cluster.EjectionMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.ConnectionString.Scheme
Deprecated.
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.InsertValueElement.InsertPosition
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.element.ReturningElement.ReturningType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.element.SetElement.SetPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.element.UnsetElement.UnsetPosition
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.HashSide
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.query.N1qlProfile
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.search.HighlightStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.search.SearchConsistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.search.sort.FieldMissing
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.search.sort.FieldMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.search.sort.FieldType
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.AnalyticsIngester.IngestMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.util.AnalyticsIngester
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.auth.CredentialContext
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.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.cluster.AuthDomain
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.cluster.CompressionMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.couchbase.client.java.cluster.EjectionMethod
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
Deprecated.
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.InsertValueElement.InsertPosition
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.element.ReturningElement.ReturningType
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.SetElement.SetPosition
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.UnsetElement.UnsetPosition
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(String, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(Expression, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInitialInsertPath
 
values(String, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(String, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, JsonObject) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, JsonArray) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, int) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, long) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, double) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, float) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values(Expression, boolean) - Method in class com.couchbase.client.java.query.dsl.path.DefaultInsertValuesPath
 
values() - Static method in enum com.couchbase.client.java.query.dsl.path.HashSide
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(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, int) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, long) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, double) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, float) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, String) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, int) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, long) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, double) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, float) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(Expression, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.InitialInsertPath
 
values(String, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, String) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, int) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, long) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, double) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, float) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(String, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, Expression) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, JsonObject) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, JsonArray) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, String) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, int) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, long) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, double) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, float) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
values(Expression, boolean) - Method in interface com.couchbase.client.java.query.dsl.path.InsertValuesPath
 
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.query.N1qlProfile
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.search.HighlightStyle
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.search.SearchConsistency
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.search.sort.FieldMissing
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.search.sort.FieldMode
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.search.sort.FieldType
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.AnalyticsIngester.IngestMethod
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.AnalyticsIngester
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.
ValueTooDeepException - Exception in com.couchbase.client.java.error.subdoc
Subdocument exception thrown when proposed value would make the document too deep to parse.
ValueTooDeepException(String, String) - Constructor for exception com.couchbase.client.java.error.subdoc.ValueTooDeepException
 
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
 
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.
ViewResult - Interface in com.couchbase.client.java.view
Represents the result from a ViewQuery.
ViewRetryHandler - Class in com.couchbase.client.java.view
Generic View retry handler based on response code and value inspection.
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
Returns a list of the views (raw and spatial) contained in the design document.
viewTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
The default timeout for view operations, set to DefaultCouchbaseEnvironment.VIEW_TIMEOUT.
viewTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
 
viewTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
 

W

warningCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
warningCount() - Method in class com.couchbase.client.java.query.N1qlMetrics
 
watchN1qlIndexes(List<String>, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
Watches all given indexes (possibly including the primary one), polling the query service until they become "online" or the watchTimeout has expired..
watchN1qlIndexes(List<String>, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
Watches all given indexes (possibly including the primary one), polling the query service until they become "online" or the watchTimeout has expired.
watchN1qlIndexes(List<String>, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
 
watchN1qlIndexes(List<String>, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
 
when(Expression) - Method in class com.couchbase.client.java.query.dsl.clause.UpdateForClause
Terminates the clause by adding a condition to it ("WHEN condition END") and returns the corresponding Expression.
when(Expression) - Method in interface com.couchbase.client.java.query.dsl.functions.Case.WhenClause
WHEN clause, to be followed by its THEN clause.
when(Expression) - Method in class com.couchbase.client.java.query.dsl.functions.Collections.WhenBuilder
Set a WHEN clause, a condition that must be satisfied by the array comprehension, and ends the comprehension.
whenMatchedThenDelete() - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeDeletePath
 
whenMatchedThenDelete() - Method in interface com.couchbase.client.java.query.dsl.path.MergeDeletePath
 
whenMatchedThenUpdate() - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdatePath
 
whenMatchedThenUpdate() - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdatePath
 
whenNotMatchedThenInsert(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeInsertPath
 
whenNotMatchedThenInsert(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeInsertPath
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeDeleteWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeDeleteWherePath
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeInsertWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeInsertWherePath
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMergeUpdateWherePath
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultMutateWherePath
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultWherePath
 
where(Expression) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWherePath
 
where(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWherePath
 
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.index.WherePath
Adds filtering clause to the secondary index creation.
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.WherePath
Adds filtering clause to the secondary index creation.
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeDeleteWherePath
 
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeDeleteWherePath
 
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeInsertWherePath
 
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeInsertWherePath
 
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateWherePath
 
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.MergeUpdateWherePath
 
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.MutateWherePath
Filter resulting rows based on the given expression.
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.MutateWherePath
 
where(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.WherePath
Filter resulting rows based on the given expression.
where(String) - Method in interface com.couchbase.client.java.query.dsl.path.WherePath
Filter resulting rows based on the given expression.
WhereElement - Class in com.couchbase.client.java.query.dsl.element
 
WhereElement(Expression) - Constructor for class com.couchbase.client.java.query.dsl.element.WhereElement
 
WherePath - Interface in com.couchbase.client.java.query.dsl.path.index
Where clause in the Index creation DSL.
WherePath - Interface in com.couchbase.client.java.query.dsl.path
Filters resulting rows based on the given expression.
wildcard(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a WildcardQuery body.
WildcardQuery - Class in com.couchbase.client.java.search.queries
An FTS query that allows for simple matching using wildcard characters (* and ?).
WildcardQuery(String) - Constructor for class com.couchbase.client.java.search.queries.WildcardQuery
 
withCas(long) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Apply the whole mutation using optimistic locking, checking against the provided CAS value.
withCas(long) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Apply the whole mutation using optimistic locking, checking against the provided CAS value.
withContextId(String) - Method in class com.couchbase.client.java.analytics.AnalyticsParams
Adds a client context ID to the request, that will be sent back in the response, allowing clients to meaningfully trace requests/responses when many are exchanged.
withContextId(String) - Method in class com.couchbase.client.java.query.N1qlParams
Adds a client context ID to the request, that will be sent back in the response, allowing clients to meaningfully trace requests/responses when many are exchanged.
withCredentials(List<Credential>) - Method in class com.couchbase.client.java.query.N1qlParams
Allows to add a list of credentials (in the form of Credential objects) to this request.
withCredentials(String, String) - Method in class com.couchbase.client.java.query.N1qlParams
Allows to add a credential username/password pair to this request.
withDefer() - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withDefer() - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Specify that the index creation should be deferred to later, allowing to create multiple index and then build them all at once in one scan/swipe.
withDeferAndNode(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withDeferAndNode(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Deprecated.
you can call WithPath.withDeferAndNodes(String...) with a single entry instead.
withDeferAndNodes(String...) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withDeferAndNodes(Collection<String>) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withDeferAndNodes(String...) - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Sets both index creation supported options : specify that the index creation should be deferred and give the name of the node(s) on which to create a GSI index.
withDeferAndNodes(Collection<String>) - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Sets both index creation supported options : specify that the index creation should be deferred and give the name of the node(s) on which to create a GSI index.
withDurability(PersistTo) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Set a persistence durability constraint for the whole mutation.
withDurability(ReplicateTo) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Set a replication durability constraint for the whole mutation.
withDurability(PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Set both a persistence and a replication durability constraints for the whole mutation.
withDurability(PersistTo) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Set a persistence durability constraint for the whole mutation.
withDurability(ReplicateTo) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Set a replication durability constraint for the whole mutation.
withDurability(PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Set both a persistence and replication durability constraints for the whole mutation.
withExpiry(int) - Method in class com.couchbase.client.java.subdoc.AsyncMutateInBuilder
Change the expiry of the enclosing document as part of the mutation.
withExpiry(int) - Method in class com.couchbase.client.java.subdoc.MutateInBuilder
Change the expiry of the enclosing document as part of the mutation.
withHeader(String, Object) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Adds an HTTP header to the request.
withHeader(String, Object) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Adds an HTTP header to the request.
within(String, String) - Method in class com.couchbase.client.java.query.dsl.clause.UpdateForClause
Adds a "variable WITHIN path" section to the clause.
within(String, Expression) - Method in class com.couchbase.client.java.query.dsl.functions.Collections.SatisfiesBuilder
 
within(String, Expression) - Method in class com.couchbase.client.java.query.dsl.functions.Collections.WhenBuilder
 
WithIndexOptionElement - Class in com.couchbase.client.java.query.dsl.element
Element of the Index DSL that allows to describe additional options for index creation.
WithIndexOptionElement(JsonObject) - Constructor for class com.couchbase.client.java.query.dsl.element.WithIndexOptionElement
 
withNode(String) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withNode(String) - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Deprecated.
you can call WithPath.withNodes(String...) with a single entry instead.
withNodes(String...) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withNodes(Collection<String>) - Method in class com.couchbase.client.java.query.dsl.path.index.DefaultWithPath
 
withNodes(String...) - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Specify on which node(s) to create a GSI index.
withNodes(Collection<String>) - Method in interface com.couchbase.client.java.query.dsl.path.index.WithPath
Specify on which node(s) to create a GSI index.
withParam(String, String) - Method in class com.couchbase.client.java.cluster.api.AsyncRestBuilder
Adds an URL query parameter to the request.
withParam(String, String) - Method in class com.couchbase.client.java.cluster.api.RestBuilder
Adds an URL query parameter to the request.
WithPath - Interface in com.couchbase.client.java.query.dsl.path.index
With path of the Index creation DSL (setting options).
withSetting(String, Object) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
Add a custom setting to the bucket settings (ie.
withSettings(Map<String, Object>) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
Add several custom settings to the bucket settings (ie.
wrapForRetry(Observable<T>, int) - Static method in class com.couchbase.client.java.util.retry.Retry
Wrap an Observable so that it will retry on all errors for a maximum number of times.
wrapForRetry(Observable<T>, int, Delay) - Static method in class com.couchbase.client.java.util.retry.Retry
Wrap an Observable so that it will retry on all errors.
wrapForRetry(Observable<T>, RetryWithDelayHandler) - Static method in class com.couchbase.client.java.util.retry.Retry
Wrap an Observable so that it will retry on some errors.
writeToSerializedStream(ObjectOutputStream) - Method in class com.couchbase.client.java.document.AbstractDocument
Helper method to write the current document state to the output stream for serialization purposes.
writeValueAsBytes(T) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
Serializes a single value object as an array of bytes.
writeValueAsBytes(T) - Method in class com.couchbase.client.java.transcoder.subdoc.JacksonFragmentTranscoder
 
writeValueIntoStream(OutputStream, Object) - Method in class com.couchbase.client.java.transcoder.subdoc.AbstractByteArrayFragmentTranscoder
Serializes a single object out of a sequence of multiple values, into the sequence's OutputStream.
writeValueIntoStream(OutputStream, Object) - Method in class com.couchbase.client.java.transcoder.subdoc.JacksonFragmentTranscoder
 

X

x(String) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given string value.
x(int) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given integer value.
x(long) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given long value.
x(boolean) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given boolean value.
x(double) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given double value.
x(float) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given float value.
x(JsonArray) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given json array.
x(JsonObject) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an arbitrary expression from the given json object.
x(Statement) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an expression for a given Statement, as is.
x(Number) - Static method in class com.couchbase.client.java.query.dsl.Expression
Creates an expression from a Number, as is.
xattr() - Method in class com.couchbase.client.java.subdoc.MutationSpec
 
xattr(boolean) - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Set xattr to true to accessing extended attributes, else false.
xattr() - Method in class com.couchbase.client.java.subdoc.SubdocOptionsBuilder
Get xattr value set on builder
XattrOrderingException - Exception in com.couchbase.client.java.error.subdoc
This exception is raised when non-xattr based commands are set before xattr-based ones.
XattrOrderingException(String) - Constructor for exception com.couchbase.client.java.error.subdoc.XattrOrderingException
 
XattrOrderingException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.subdoc.XattrOrderingException
 
XattrOrderingException(Throwable) - Constructor for exception com.couchbase.client.java.error.subdoc.XattrOrderingException
 
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links

Copyright © 2015 Couchbase, Inc.