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

A

ABORTED - com.couchbase.client.java.analytics.AnalyticsStatus
 
ABORTED - com.couchbase.client.java.query.QueryStatus
 
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
 
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
 
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
 
ACTIVE - com.couchbase.client.java.kv.PersistTo
 
add(boolean) - Method in class com.couchbase.client.java.json.JsonArray
Append an Boolean element to the JsonArray.
add(double) - Method in class com.couchbase.client.java.json.JsonArray
Append an Double element to the JsonArray.
add(int) - Method in class com.couchbase.client.java.json.JsonArray
Append an Integer element to the JsonArray.
add(long) - Method in class com.couchbase.client.java.json.JsonArray
Append an Long element to the JsonArray.
add(JsonArray) - Method in class com.couchbase.client.java.json.JsonArray
Append an JsonArray element to the JsonArray.
add(JsonObject) - Method in class com.couchbase.client.java.json.JsonArray
Append an JsonObject element to the JsonArray.
add(RowLocation) - Method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
add(RowLocation) - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
add a location and allow method chaining
add(Number) - Method in class com.couchbase.client.java.json.JsonArray
Append a Number element to the JsonArray.
add(Object) - Method in class com.couchbase.client.java.json.JsonArray
Append an element to the JsonArray.
add(String) - Method in class com.couchbase.client.java.json.JsonArray
Append an String element to the JsonArray.
add(List<?>) - Method in class com.couchbase.client.java.json.JsonArray
Append an JsonArray element, converted from a List, to the JsonArray.
add(Map<String, ?>) - Method in class com.couchbase.client.java.json.JsonArray
Append an JsonObject element, converted from a List, to the JsonArray.
addAll(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.AbstractCompoundQuery
 
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.json.JsonArray
Append a null element to the JsonArray.
addRange(String, Double, Double) - Method in class com.couchbase.client.java.search.facet.NumericRangeFacet
 
addRange(String, String, String) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
addRange(String, Date, Date) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
adhoc() - Method in class com.couchbase.client.java.query.QueryOptions.Built
 
adhoc(boolean) - Method in class com.couchbase.client.java.query.QueryOptions
If set to false, enables transparent prepared statement support.
agentPackage() - Method in class com.couchbase.client.java.env.ClusterEnvironment
 
ALL - com.couchbase.client.java.kv.ReplicaMode
 
allRows() - Method in class com.couchbase.client.java.view.ViewResult
Convenience method to collect all ViewResult.rows() into a List.
allRowsAs(Class<T>) - Method in class com.couchbase.client.java.analytics.AnalyticsResult
 
allRowsAs(Class<T>) - Method in class com.couchbase.client.java.query.QueryResult
 
allRowsAsObject() - Method in class com.couchbase.client.java.analytics.AnalyticsResult
Returns all rows, converted into JsonObjects.
allRowsAsObject() - Method in class com.couchbase.client.java.query.QueryResult
Returns all rows, converted into JsonObjects.
AnalyticsAccessor - Class in com.couchbase.client.java.analytics
Internal helper to map the results from the analytics requests.
AnalyticsAccessor() - Constructor for class com.couchbase.client.java.analytics.AnalyticsAccessor
 
AnalyticsMeta - Class in com.couchbase.client.java.analytics
Holds associated metadata returned by the server for the performed analytics request.
AnalyticsMetrics - Class in com.couchbase.client.java.analytics
Holds the metrics as returned from an analytics response.
analyticsOptions() - Static method in class com.couchbase.client.java.analytics.AnalyticsOptions
 
AnalyticsOptions - Class in com.couchbase.client.java.analytics
 
AnalyticsOptions.Built - Class in com.couchbase.client.java.analytics
 
analyticsQuery(String) - Method in class com.couchbase.client.java.AsyncCluster
Performs an Analytics query with default AnalyticsOptions.
analyticsQuery(String) - Method in class com.couchbase.client.java.Cluster
Performs an analytics query with default AnalyticsOptions.
analyticsQuery(String) - Method in class com.couchbase.client.java.ReactiveCluster
Performs an Analytics query with default AnalyticsOptions.
analyticsQuery(String, AnalyticsOptions) - Method in class com.couchbase.client.java.AsyncCluster
Performs an Analytics query with custom AnalyticsOptions.
analyticsQuery(String, AnalyticsOptions) - Method in class com.couchbase.client.java.Cluster
Performs an analytics query with custom AnalyticsOptions.
analyticsQuery(String, AnalyticsOptions) - Method in class com.couchbase.client.java.ReactiveCluster
Performs an Analytics query with custom AnalyticsOptions.
analyticsQueryAsync(Core, AnalyticsRequest) - Static method in class com.couchbase.client.java.analytics.AnalyticsAccessor
 
analyticsQueryReactive(Core, AnalyticsRequest) - Static method in class com.couchbase.client.java.analytics.AnalyticsAccessor
 
AnalyticsResult - Class in com.couchbase.client.java.analytics
Holds the results (including metadata) of an analytics query.
AnalyticsStatus - Enum in com.couchbase.client.java.analytics
 
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(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.ConjunctionQuery
 
ANSI - com.couchbase.client.java.search.HighlightStyle
 
append(Core, AppendRequest, String, PersistTo, ReplicateTo) - Static method in class com.couchbase.client.java.kv.AppendAccessor
 
append(String, byte[]) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
append(String, byte[]) - Method in class com.couchbase.client.java.BinaryCollection
 
append(String, byte[]) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
append(String, byte[], AppendOptions) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
append(String, byte[], AppendOptions) - Method in class com.couchbase.client.java.BinaryCollection
 
append(String, byte[], AppendOptions) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
AppendAccessor - Class in com.couchbase.client.java.kv
 
AppendAccessor() - Constructor for class com.couchbase.client.java.kv.AppendAccessor
 
appendOptions() - Static method in class com.couchbase.client.java.kv.AppendOptions
 
AppendOptions - Class in com.couchbase.client.java.kv
 
AppendOptions.Built - Class in com.couchbase.client.java.kv
 
arrayAddUnique(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intent of inserting a value into an existing JSON array, but only if the value is not already contained in the array (by way of string comparison).
ArrayAddUnique - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument array add-unique operation.
arrayAppend(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of appending a value to an existing JSON array.
ArrayAppend - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument array append operation.
arrayInsert(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of inserting a value into an existing JSON array.
ArrayInsert - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument array insert operation.
arrayPositions() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
arrayPrepend(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of prepending a value to an existing JSON array.
ArrayPrepend - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument array prepend operation.
asJsonObject() - Method in class com.couchbase.client.java.query.QueryMetrics
Exposes the underlying raw form of the metrics, as a JsonObject.
async() - Method in class com.couchbase.client.java.Bucket
Provides access to the underlying AsyncBucket.
async() - Method in class com.couchbase.client.java.Cluster
Provides access to the underlying AsyncCluster.
async() - Method in class com.couchbase.client.java.Collection
Provides access to the underlying AsyncCollection.
async() - Method in class com.couchbase.client.java.ReactiveBucket
Provides access to the underlying AsyncBucket.
async() - Method in class com.couchbase.client.java.ReactiveCluster
Provides access to the underlying AsyncCluster.
async() - Method in class com.couchbase.client.java.ReactiveCollection
Provides access to the underlying AsyncCollection.
async() - Method in class com.couchbase.client.java.ReactiveScope
Returns the underlying async scope.
async() - Method in class com.couchbase.client.java.Scope
Returns the underlying async scope.
AsyncBinaryCollection - Class in com.couchbase.client.java
 
AsyncBucket - Class in com.couchbase.client.java
Provides access to a Couchbase bucket in an async fashion.
AsyncCluster - Class in com.couchbase.client.java
The AsyncCluster is the main entry point when connecting to a Couchbase cluster.
AsyncCollection - Class in com.couchbase.client.java
The AsyncCollection provides basic asynchronous access to all collection APIs.
AsyncScope - Class in com.couchbase.client.java
The scope identifies a group of collections and allows high application density as a result.
AsyncSearchIndexManager - Class in com.couchbase.client.java.manager
The AsyncSearchIndexManager allows to manage search index structures in a couchbase cluster.
AsyncSearchIndexManager(Core) - Constructor for class com.couchbase.client.java.manager.AsyncSearchIndexManager
 
AsyncUtils - Enum in com.couchbase.client.java
 
AUTO - com.couchbase.client.java.search.sort.FieldType
 

B

binary() - Method in class com.couchbase.client.java.AsyncCollection
Provides access to the binary APIs, not used for JSON documents.
binary() - Method in class com.couchbase.client.java.Collection
Provides access to the binary APIs, not used for JSON documents.
binary() - Method in class com.couchbase.client.java.ReactiveCollection
Provides access to the binary APIs, not used for JSON documents.
BINARY_FLAGS - Static variable in interface com.couchbase.client.java.codec.Encoder
 
BinaryCollection - Class in com.couchbase.client.java
 
BinaryContent - Class in com.couchbase.client.java.codec
 
block(CompletableFuture<T>) - Static method in enum com.couchbase.client.java.AsyncUtils
Helper method to wrap an async call into a blocking one and make sure to convert all checked exceptions into their correct runtime counterparts.
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
 
bucket(String) - Method in class com.couchbase.client.java.AsyncCluster
Opens a AsyncBucket with the given name.
bucket(String) - Method in class com.couchbase.client.java.Cluster
Opens a Bucket with the given name.
bucket(String) - Method in class com.couchbase.client.java.ReactiveCluster
Opens a ReactiveBucket with the given name.
Bucket - Class in com.couchbase.client.java
Provides access to a Couchbase bucket in a blocking fashion.
bucketName() - Method in class com.couchbase.client.java.AsyncCollection
Returns the name of the bucket associated with this collection.
bucketName() - Method in class com.couchbase.client.java.AsyncScope
The name of the bucket this scope is attached to.
bucketName() - Method in class com.couchbase.client.java.Collection
Returns the name of the bucket associated with this collection.
bucketName() - Method in class com.couchbase.client.java.ReactiveCollection
Returns the name of the bucket associated with this collection.
bucketName() - Method in class com.couchbase.client.java.ReactiveScope
The name of the bucket this scope is attached to.
bucketName() - Method in class com.couchbase.client.java.Scope
The name of the bucket this scope is attached to.
build() - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
 
build() - Method in class com.couchbase.client.java.env.ClusterEnvironment.Builder
 
build() - Method in class com.couchbase.client.java.kv.AppendOptions
 
build() - Method in class com.couchbase.client.java.kv.DecrementOptions
 
build() - Method in class com.couchbase.client.java.kv.ExistsOptions
 
build() - Method in class com.couchbase.client.java.kv.GetAndLockOptions
 
build() - Method in class com.couchbase.client.java.kv.GetAndTouchOptions
 
build() - Method in class com.couchbase.client.java.kv.GetFromReplicaOptions
 
build() - Method in class com.couchbase.client.java.kv.GetOptions
 
build() - Method in class com.couchbase.client.java.kv.IncrementOptions
 
build() - Method in class com.couchbase.client.java.kv.InsertOptions
 
build() - Method in class com.couchbase.client.java.kv.LookupInOptions
 
build() - Method in class com.couchbase.client.java.kv.MutateInOptions
 
build() - Method in class com.couchbase.client.java.kv.PrependOptions
 
build() - Method in class com.couchbase.client.java.kv.RemoveOptions
 
build() - Method in class com.couchbase.client.java.kv.ReplaceOptions
 
build() - Method in class com.couchbase.client.java.kv.TouchOptions
 
build() - Method in class com.couchbase.client.java.kv.UnlockOptions
 
build() - Method in class com.couchbase.client.java.kv.UpsertOptions
 
build() - Method in class com.couchbase.client.java.query.QueryOptions
 
build() - Method in class com.couchbase.client.java.search.SearchOptions
 
build() - Method in class com.couchbase.client.java.view.ViewOptions
 
builder(Credentials) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
builder(String, Credentials) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
builder(String, String) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
builder(String, String, String) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
Built() - Constructor for class com.couchbase.client.java.analytics.AnalyticsOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.AppendOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.DecrementOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.ExistsOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.GetAndLockOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.GetAndTouchOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.GetFromReplicaOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.GetOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.IncrementOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.InsertOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.LookupInOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.MutateInOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.PrependOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.RemoveOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.ReplaceOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.TouchOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.UnlockOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.kv.UpsertOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.query.QueryOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.search.SearchOptions.Built
 
Built() - Constructor for class com.couchbase.client.java.view.ViewOptions.Built
 
BuiltCommonOptions() - Constructor for class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
 
bytesToJsonArray(byte[]) - Static method in class com.couchbase.client.java.json.JacksonTransformers
 
bytesToJsonObject(byte[]) - Static method in class com.couchbase.client.java.json.JacksonTransformers
 

C

cas() - Method in class com.couchbase.client.java.kv.AppendOptions.Built
 
cas() - Method in class com.couchbase.client.java.kv.DecrementOptions.Built
 
cas() - Method in class com.couchbase.client.java.kv.ExistsResult
If the document is present, returns its current CAS value at the time of the exists operation.
cas() - Method in class com.couchbase.client.java.kv.GetResult
Returns the CAS value of the loaded document.
cas() - Method in class com.couchbase.client.java.kv.IncrementOptions.Built
 
cas() - Method in class com.couchbase.client.java.kv.LookupInResult
Returns the CAS value of the document.
cas() - Method in class com.couchbase.client.java.kv.MutateInOptions.Built
 
cas() - Method in class com.couchbase.client.java.kv.MutationResult
Returns the CAS value of the document after the performed mutation.
cas() - Method in class com.couchbase.client.java.kv.PrependOptions.Built
 
cas() - Method in class com.couchbase.client.java.kv.RemoveOptions.Built
 
cas() - Method in class com.couchbase.client.java.kv.ReplaceOptions.Built
 
cas(long) - Method in class com.couchbase.client.java.kv.AppendOptions
 
cas(long) - Method in class com.couchbase.client.java.kv.DecrementOptions
 
cas(long) - Method in class com.couchbase.client.java.kv.IncrementOptions
 
cas(long) - Method in class com.couchbase.client.java.kv.MutateInOptions
 
cas(long) - Method in class com.couchbase.client.java.kv.PrependOptions
 
cas(long) - Method in class com.couchbase.client.java.kv.RemoveOptions
 
cas(long) - Method in class com.couchbase.client.java.kv.ReplaceOptions
 
checkRange(String, Double, Double) - Method in class com.couchbase.client.java.search.facet.NumericRangeFacet
 
checkRange(String, String, String) - Method in class com.couchbase.client.java.search.facet.DateRangeFacet
 
checkType(Object) - Static method in class com.couchbase.client.java.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
 
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.
clientContextId() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Get the client context identifier as set by the client
clientContextId() - Method in class com.couchbase.client.java.query.QueryMeta
Returns the client context identifier string set on the query request, if it's available
clientContextId(String) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
 
clientContextId(String) - Method in class com.couchbase.client.java.query.QueryOptions
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.
CLOSED - com.couchbase.client.java.analytics.AnalyticsStatus
 
CLOSED - com.couchbase.client.java.query.QueryStatus
 
Cluster - Class in com.couchbase.client.java
The Cluster is the main entry point when connecting to a Couchbase cluster.
ClusterEnvironment - Class in com.couchbase.client.java.env
 
ClusterEnvironment.Builder - Class in com.couchbase.client.java.env
 
ClusterPropertyLoader - Interface in com.couchbase.client.java.env
 
collection(String) - Method in class com.couchbase.client.java.AsyncBucket
Opens the collection with the given name for this AsyncBucket.
collection(String) - Method in class com.couchbase.client.java.AsyncScope
Opens a collection for this scope with an explicit name.
collection(String) - Method in class com.couchbase.client.java.Bucket
Opens the collection with the given name for this Bucket.
collection(String) - Method in class com.couchbase.client.java.ReactiveBucket
Opens the collection with the given name for this ReactiveBucket.
collection(String) - Method in class com.couchbase.client.java.ReactiveScope
Opens a collection for this scope with an explicit name.
collection(String) - Method in class com.couchbase.client.java.Scope
Opens a collection for this scope with an explicit name.
Collection - Class in com.couchbase.client.java
The Collection provides blocking, synchronous access to all collection APIs.
com.couchbase.client.java - package com.couchbase.client.java
 
com.couchbase.client.java.analytics - package com.couchbase.client.java.analytics
 
com.couchbase.client.java.codec - package com.couchbase.client.java.codec
 
com.couchbase.client.java.env - package com.couchbase.client.java.env
 
com.couchbase.client.java.json - package com.couchbase.client.java.json
 
com.couchbase.client.java.kv - package com.couchbase.client.java.kv
 
com.couchbase.client.java.manager - package com.couchbase.client.java.manager
 
com.couchbase.client.java.query - package com.couchbase.client.java.query
 
com.couchbase.client.java.search - package com.couchbase.client.java.search
 
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.impl - package com.couchbase.client.java.search.result.impl
 
com.couchbase.client.java.search.result.rows - package com.couchbase.client.java.search.result.rows
 
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.view - package com.couchbase.client.java.view
 
commands() - Method in class com.couchbase.client.java.kv.Projections
 
CommonOptions<SELF extends CommonOptions<SELF>> - Class in com.couchbase.client.java
Common options that are used by most operations.
CommonOptions() - Constructor for class com.couchbase.client.java.CommonOptions
 
CommonOptions.BuiltCommonOptions - Class in com.couchbase.client.java
 
COMPLETED - com.couchbase.client.java.analytics.AnalyticsStatus
 
COMPLETED - com.couchbase.client.java.query.QueryStatus
 
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.
connect(ClusterEnvironment) - Static method in class com.couchbase.client.java.AsyncCluster
Connect to a Couchbase cluster with a custom ClusterEnvironment.
connect(ClusterEnvironment) - Static method in class com.couchbase.client.java.Cluster
Connect to a Couchbase cluster with a custom ClusterEnvironment.
connect(ClusterEnvironment) - Static method in class com.couchbase.client.java.ReactiveCluster
Connect to a Couchbase cluster with a custom ClusterEnvironment.
connect(String, Credentials) - Static method in class com.couchbase.client.java.AsyncCluster
Connect to a Couchbase cluster with custom Credentials.
connect(String, Credentials) - Static method in class com.couchbase.client.java.Cluster
Connect to a Couchbase cluster with custom Credentials.
connect(String, Credentials) - Static method in class com.couchbase.client.java.ReactiveCluster
Connect to a Couchbase cluster with custom Credentials.
connect(String, String, String) - Static method in class com.couchbase.client.java.AsyncCluster
Connect to a Couchbase cluster with a username and a password as credentials.
connect(String, String, String) - Static method in class com.couchbase.client.java.Cluster
Connect to a Couchbase cluster with a username and a password as credentials.
connect(String, String, String) - Static method in class com.couchbase.client.java.ReactiveCluster
Connect to a Couchbase cluster with a username and a password as credentials.
consistentWith(MutationToken...) - Method in class com.couchbase.client.java.query.QueryOptions
Sets the MutationTokens this query should be consistent with.
consistentWith(List<MutationToken>) - Method in class com.couchbase.client.java.query.QueryOptions
Sets the MutationTokens this query should be consistent with.
containsKey(String) - Method in class com.couchbase.client.java.json.JsonObject
Checks if the JsonObject contains the field name.
containsValue(Object) - Method in class com.couchbase.client.java.json.JsonObject
Checks if the JsonObject contains the value.
content() - Method in class com.couchbase.client.java.kv.CounterResult
The new counter value after the mutation has been performed.
content() - Method in class com.couchbase.client.java.kv.EncodedDocument
 
content() - Method in class com.couchbase.client.java.kv.EncodedFragment
 
contentAs(int, Class<T>) - Method in class com.couchbase.client.java.kv.LookupInResult
Decodes the content at the given index into the target class with the default decoder.
contentAs(int, Class<T>) - Method in class com.couchbase.client.java.kv.MutateInResult
Decodes the content at the given index into the target class with the default decoder.
contentAs(int, Class<T>, Decoder<T>) - Method in class com.couchbase.client.java.kv.LookupInResult
Decodes the content at the given index into the target class with a custom decoder.
contentAs(int, Class<T>, Decoder<T>) - Method in class com.couchbase.client.java.kv.MutateInResult
Decodes the content at the given index into the target class with a custom decoder.
contentAs(Class<T>) - Method in class com.couchbase.client.java.kv.GetResult
Decodes the content of the document into a the target class using the default decoder.
contentAs(Class<T>, Decoder<T>) - Method in class com.couchbase.client.java.kv.GetResult
Decodes the content of the document into a the target class using a custom decoder.
contentAsArray() - Method in class com.couchbase.client.java.kv.GetResult
Decodes the content of the document into a JsonArray.
contentAsArray(int) - Method in class com.couchbase.client.java.kv.LookupInResult
Decodes the encoded content at the given index into a JsonArray.
contentAsObject() - Method in class com.couchbase.client.java.kv.GetResult
Decodes the content of the document into a JsonObject.
contentAsObject(int) - Method in class com.couchbase.client.java.kv.LookupInResult
Decodes the encoded content at the given index into a JsonObject.
CONTINUE - com.couchbase.client.java.view.OnError
 
core() - Method in class com.couchbase.client.java.AsyncBucket
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.AsyncCluster
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.AsyncCollection
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.AsyncScope
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.Bucket
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.Cluster
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.Collection
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.ReactiveBucket
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.ReactiveCollection
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.ReactiveScope
Provides access to the underlying Core.
core() - Method in class com.couchbase.client.java.Scope
Provides access to the underlying Core.
coreHandle() - Method in enum com.couchbase.client.java.kv.PersistTo
 
coreHandle() - Method in enum com.couchbase.client.java.kv.ReplicateTo
 
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.rows.DefaultRowLocations
 
count() - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
size of all()
count(String) - Static method in class com.couchbase.client.java.kv.LookupInSpec
 
count(String...) - Method in class com.couchbase.client.java.kv.Projections
 
CounterAccessor - Class in com.couchbase.client.java.kv
 
CounterAccessor() - Constructor for class com.couchbase.client.java.kv.CounterAccessor
 
CounterResult - Class in com.couchbase.client.java.kv
Result returned from counter (increment, decrement) operations.
countXAttr(String...) - Method in class com.couchbase.client.java.kv.Projections
 
create() - Static method in class com.couchbase.client.java.json.JsonArray
Creates a empty JsonArray.
create() - Static method in class com.couchbase.client.java.json.JsonObject
Creates a empty JsonObject.
create(Credentials) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
create(String, Credentials) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
create(String, String) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
create(String, String, String) - Static method in class com.couchbase.client.java.env.ClusterEnvironment
 
createPath() - Method in class com.couchbase.client.java.kv.ArrayAddUnique
Sets that this parent fields should be created automatically.
createPath() - Method in class com.couchbase.client.java.kv.ArrayAppend
Sets that this parent fields should be created automatically.
createPath() - Method in class com.couchbase.client.java.kv.ArrayInsert
Sets that this parent fields should be created automatically.
createPath() - Method in class com.couchbase.client.java.kv.ArrayPrepend
Sets that this parent fields should be created automatically.
createPath() - Method in class com.couchbase.client.java.kv.Increment
Sets that this parent fields should be created automatically.
createPath() - Method in class com.couchbase.client.java.kv.Insert
Sets that this parent fields should be created automatically.
createPath() - Method in class com.couchbase.client.java.kv.Upsert
Sets that this parent fields should be created automatically.
credentials(String, String) - Method in class com.couchbase.client.java.query.QueryOptions
Additional credentials for the query

D

date(String, int) - Static method in class com.couchbase.client.java.search.facet.SearchFacet
 
DATE - com.couchbase.client.java.search.sort.FieldType
 
dateRange() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a DateRangeQuery body.
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
 
DateRangeFacet - Class in com.couchbase.client.java.search.facet
A facet that categorizes rows 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).
debug() - Method in class com.couchbase.client.java.view.ViewMeta
If present, returns debug information of the view request.
debug(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
Enable debugging on view queries.
decode(Class<Object>, EncodedDocument) - Method in class com.couchbase.client.java.codec.DefaultDecoder
 
decode(Class<T>, EncodedDocument) - Method in interface com.couchbase.client.java.codec.Decoder
 
Decoder<T> - Interface in com.couchbase.client.java.codec
 
decrement(Core, DecrementRequest, String, PersistTo, ReplicateTo) - Static method in class com.couchbase.client.java.kv.CounterAccessor
 
decrement(String) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
decrement(String) - Method in class com.couchbase.client.java.BinaryCollection
 
decrement(String) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
decrement(String, long) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intent of decrementing a numerical field in a JSON object.
decrement(String, DecrementOptions) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
decrement(String, DecrementOptions) - Method in class com.couchbase.client.java.BinaryCollection
 
decrement(String, DecrementOptions) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
decrementOptions() - Static method in class com.couchbase.client.java.kv.DecrementOptions
 
DecrementOptions - Class in com.couchbase.client.java.kv
 
DecrementOptions.Built - Class in com.couchbase.client.java.kv
 
DEFAULT - com.couchbase.client.java.search.sort.FieldMode
 
defaultAgentTitle() - Method in class com.couchbase.client.java.env.ClusterEnvironment
 
defaultCollection() - Method in class com.couchbase.client.java.AsyncBucket
Opens the default collection for this AsyncBucket.
defaultCollection() - Method in class com.couchbase.client.java.AsyncScope
Opens the default collection for this scope.
defaultCollection() - Method in class com.couchbase.client.java.Bucket
Opens the default collection for this Bucket.
defaultCollection() - Method in class com.couchbase.client.java.ReactiveBucket
Opens the default collection for this ReactiveBucket.
defaultCollection() - Method in class com.couchbase.client.java.ReactiveScope
Opens the default collection for this scope.
defaultCollection() - Method in class com.couchbase.client.java.Scope
Opens the default collection for this scope.
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
 
DefaultDecoder - Class in com.couchbase.client.java.codec
 
DefaultDecoder() - Constructor for class com.couchbase.client.java.codec.DefaultDecoder
 
DefaultEncoder - Class in com.couchbase.client.java.codec
The default encoder used which registers common types and knows how to encode them into their binary representation with the proper flags.
DefaultEncoder() - Constructor for class com.couchbase.client.java.codec.DefaultEncoder
 
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
 
DefaultRowLocations - Class in com.couchbase.client.java.search.result.rows
A default implementation of a RowLocations.
DefaultRowLocations() - Constructor for class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
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
 
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
 
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
 
delta() - Method in class com.couchbase.client.java.kv.DecrementOptions.Built
 
delta() - Method in class com.couchbase.client.java.kv.IncrementOptions.Built
 
delta(long) - Method in class com.couchbase.client.java.kv.DecrementOptions
 
delta(long) - Method in class com.couchbase.client.java.kv.IncrementOptions
 
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(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
Return the documents in descending key order.
development() - Method in class com.couchbase.client.java.view.ViewOptions.Built
 
development(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
 
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.
docId(String...) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a DocIdQuery body.
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
 
DurabilityUtils - Enum in com.couchbase.client.java.kv
 

E

elapsedTime() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
elapsedTime() - Method in class com.couchbase.client.java.query.QueryMetrics
 
empty() - Static method in class com.couchbase.client.java.json.JsonArray
Creates a empty JsonArray.
empty() - Static method in class com.couchbase.client.java.json.JsonObject
Creates a empty JsonObject.
EMPTY_METRICS - Static variable in class com.couchbase.client.java.query.QueryMetrics
The empty metrics object.
encode() - Method in class com.couchbase.client.java.kv.ArrayAddUnique
 
encode() - Method in class com.couchbase.client.java.kv.ArrayAppend
 
encode() - Method in class com.couchbase.client.java.kv.ArrayInsert
 
encode() - Method in class com.couchbase.client.java.kv.ArrayPrepend
 
encode() - Method in class com.couchbase.client.java.kv.FullDocument
 
encode() - Method in class com.couchbase.client.java.kv.Increment
 
encode() - Method in class com.couchbase.client.java.kv.Insert
 
encode() - Method in class com.couchbase.client.java.kv.MutateInSpec
 
encode() - Method in class com.couchbase.client.java.kv.Remove
 
encode() - Method in class com.couchbase.client.java.kv.Replace
 
encode() - Method in class com.couchbase.client.java.kv.Upsert
 
encode(Object) - Method in class com.couchbase.client.java.codec.DefaultEncoder
 
encode(Object) - Method in interface com.couchbase.client.java.codec.Encoder
 
encoded() - Method in class com.couchbase.client.java.codec.BinaryContent
 
encoded() - Method in class com.couchbase.client.java.codec.EncodedJsonContent
 
encoded() - Method in class com.couchbase.client.java.codec.SerializableContent
 
encoded() - Method in class com.couchbase.client.java.codec.StringContent
 
EncodedDocument - Class in com.couchbase.client.java.kv
The EncodedDocument has everything which is important for a document on the wire and is needed for properly decoding it after reading it.
EncodedFragment - Class in com.couchbase.client.java.kv
The EncodedFragment represents a fragment returned from a subdocument lookup.
EncodedFragment(String, byte[]) - Constructor for class com.couchbase.client.java.kv.EncodedFragment
 
EncodedJsonContent - Class in com.couchbase.client.java.codec
 
encoder() - Method in class com.couchbase.client.java.kv.InsertOptions.Built
 
encoder() - Method in class com.couchbase.client.java.kv.ReplaceOptions.Built
 
encoder() - Method in class com.couchbase.client.java.kv.UpsertOptions.Built
 
encoder(Encoder) - Method in class com.couchbase.client.java.kv.ArrayAddUnique
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.ArrayAppend
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.ArrayInsert
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.ArrayPrepend
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.FullDocument
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.Insert
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.InsertOptions
 
encoder(Encoder) - Method in class com.couchbase.client.java.kv.Replace
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.ReplaceOptions
 
encoder(Encoder) - Method in class com.couchbase.client.java.kv.Upsert
Sets a custom encoder, allowing any data type to be encoded.
encoder(Encoder) - Method in class com.couchbase.client.java.kv.UpsertOptions
 
Encoder - Interface in com.couchbase.client.java.codec
 
ENCODER - Static variable in class com.couchbase.client.java.kv.EncoderUtil
 
EncoderUtil - Class in com.couchbase.client.java.kv
 
end() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
end() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
end(String) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the upper boundary of the range.
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(Date) - 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.
endKey(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKey(double) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKey(int) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKey(long) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKey(JsonArray) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKey(JsonObject) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKey(String) - Method in class com.couchbase.client.java.view.ViewOptions
 
endKeyDocId(String) - Method in class com.couchbase.client.java.view.ViewOptions
 
environment() - Method in class com.couchbase.client.java.AsyncBucket
Returns the attached ClusterEnvironment.
environment() - Method in class com.couchbase.client.java.AsyncCluster
Provides access to the configured ClusterEnvironment for this cluster.
environment() - Method in class com.couchbase.client.java.AsyncCollection
Provides access to the underlying ClusterEnvironment.
environment() - Method in class com.couchbase.client.java.AsyncScope
Provides access to the configured ClusterEnvironment for this scope.
environment() - Method in class com.couchbase.client.java.Bucket
Returns the attached ClusterEnvironment.
environment() - Method in class com.couchbase.client.java.Cluster
Provides access to the configured ClusterEnvironment for this cluster.
environment() - Method in class com.couchbase.client.java.Collection
Provides access to the underlying ClusterEnvironment.
environment() - Method in class com.couchbase.client.java.ReactiveBucket
Returns the attached ClusterEnvironment.
environment() - Method in class com.couchbase.client.java.ReactiveCluster
Provides access to the configured ClusterEnvironment for this cluster.
environment() - Method in class com.couchbase.client.java.ReactiveCollection
Provides access to the underlying ClusterEnvironment.
environment() - Method in class com.couchbase.client.java.ReactiveScope
Provides access to the configured ClusterEnvironment for this scope.
environment() - Method in class com.couchbase.client.java.Scope
Provides access to the configured ClusterEnvironment for this scope.
equals(Object) - Method in class com.couchbase.client.java.json.JsonArray
 
equals(Object) - Method in class com.couchbase.client.java.json.JsonObject
 
equals(Object) - Method in class com.couchbase.client.java.kv.CounterResult
 
equals(Object) - Method in class com.couchbase.client.java.kv.EncodedDocument
 
equals(Object) - Method in class com.couchbase.client.java.kv.ExistsResult
 
equals(Object) - Method in class com.couchbase.client.java.kv.GetResult
 
equals(Object) - Method in class com.couchbase.client.java.kv.LookupInResult
 
equals(Object) - Method in class com.couchbase.client.java.kv.MutateInResult
 
equals(Object) - Method in class com.couchbase.client.java.kv.MutationResult
 
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.impl.DefaultSearchStatus
 
equals(Object) - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
equals(Object) - Method in class com.couchbase.client.java.search.result.SearchQueryRow
 
errorCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
errorCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
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.
errors() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Returns errors if present.
errors() - Method in class com.couchbase.client.java.search.result.SearchResult
When an execution error happens (including partial results), this method returns a List of the error(s) in JSON format.
ERRORS - com.couchbase.client.java.analytics.AnalyticsStatus
 
ERRORS - com.couchbase.client.java.query.QueryStatus
 
executionTime() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
executionTime() - Method in class com.couchbase.client.java.query.QueryMetrics
 
exists(int) - Method in class com.couchbase.client.java.kv.LookupInResult
Allows to check if a value at the given index exists.
exists(String) - Method in class com.couchbase.client.java.AsyncCollection
Checks if the given document ID exists on the active partition with default options.
exists(String) - Method in class com.couchbase.client.java.Collection
Checks if the given document ID exists on the active partition with default options.
exists(String) - Static method in class com.couchbase.client.java.kv.LookupInSpec
 
exists(String) - Method in class com.couchbase.client.java.ReactiveCollection
Checks if the given document ID exists on the active partition with default options.
exists(String...) - Method in class com.couchbase.client.java.kv.Projections
 
exists(String, Core, ObserveViaCasRequest) - Static method in class com.couchbase.client.java.kv.ExistsAccessor
 
exists(String, ExistsOptions) - Method in class com.couchbase.client.java.AsyncCollection
Checks if the given document ID exists on the active partition with custom options.
exists(String, ExistsOptions) - Method in class com.couchbase.client.java.Collection
Checks if the given document ID exists on the active partition with custom options.
exists(String, ExistsOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Checks if the given document ID exists on the active partition with custom options.
ExistsAccessor - Class in com.couchbase.client.java.kv
 
ExistsAccessor() - Constructor for class com.couchbase.client.java.kv.ExistsAccessor
 
existsOptions() - Static method in class com.couchbase.client.java.kv.ExistsOptions
 
ExistsOptions - Class in com.couchbase.client.java.kv
 
ExistsOptions.Built - Class in com.couchbase.client.java.kv
 
ExistsResult - Class in com.couchbase.client.java.kv
Result returned from an exists KeyValue operation.
existsXAttr(String...) - Method in class com.couchbase.client.java.kv.Projections
 
expandMacro() - Method in class com.couchbase.client.java.kv.ArrayAddUnique
Sets that this contains a macro that should be expanded on the server.
expandMacro() - Method in class com.couchbase.client.java.kv.ArrayAppend
Sets that this contains a macro that should be expanded on the server.
expandMacro() - Method in class com.couchbase.client.java.kv.ArrayInsert
Sets that this contains a macro that should be expanded on the server.
expandMacro() - Method in class com.couchbase.client.java.kv.ArrayPrepend
Sets that this contains a macro that should be expanded on the server.
expandMacro() - Method in class com.couchbase.client.java.kv.Insert
Sets that this contains a macro that should be expanded on the server.
expandMacro() - Method in class com.couchbase.client.java.kv.Replace
Sets that this contains a macro that should be expanded on the server.
expandMacro() - Method in class com.couchbase.client.java.kv.Upsert
Sets that this contains a macro that should be expanded on the server.
expiration() - Method in class com.couchbase.client.java.kv.GetResult
If present, returns the expiration of the loaded document.
EXPIRATION_MACRO - Static variable in enum com.couchbase.client.java.kv.GetAccessor
Constant for the subdocument expiration macro.
expiry() - Method in class com.couchbase.client.java.kv.DecrementOptions.Built
 
expiry() - Method in class com.couchbase.client.java.kv.IncrementOptions.Built
 
expiry() - Method in class com.couchbase.client.java.kv.InsertOptions.Built
 
expiry() - Method in class com.couchbase.client.java.kv.MutateInOptions.Built
 
expiry() - Method in class com.couchbase.client.java.kv.ReplaceOptions.Built
 
expiry() - Method in class com.couchbase.client.java.kv.UpsertOptions.Built
 
expiry(int) - Method in class com.couchbase.client.java.kv.DecrementOptions
 
expiry(int) - Method in class com.couchbase.client.java.kv.IncrementOptions
 
expiry(Duration) - Method in class com.couchbase.client.java.kv.InsertOptions
 
expiry(Duration) - Method in class com.couchbase.client.java.kv.MutateInOptions
 
expiry(Duration) - Method in class com.couchbase.client.java.kv.ReplaceOptions
 
expiry(Duration) - Method in class com.couchbase.client.java.kv.UpsertOptions
 
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.SearchQueryRow
If requested in the query, an explanation of the match, in JSON form.
export() - Method in enum com.couchbase.client.java.analytics.ScanConsistency
 
export() - Method in class com.couchbase.client.java.kv.LookupInSpec
 
export() - Method in enum com.couchbase.client.java.query.ScanConsistency
 
export() - Method in class com.couchbase.client.java.search.SearchQuery
Exports the whole query as a JsonObject.

F

FacetResult - Interface in com.couchbase.client.java.search.result.facets
Base interface for all facet results.
FALSE - com.couchbase.client.java.view.Stale
 
FATAL - com.couchbase.client.java.analytics.AnalyticsStatus
 
FATAL - com.couchbase.client.java.query.QueryStatus
 
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.rows.RowLocation
 
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
 
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.rows.DefaultRowLocations
 
fields() - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
list the fields in this location
fields() - Method in class 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
 
FIRST - com.couchbase.client.java.kv.ReplicaMode
 
FIRST - com.couchbase.client.java.search.sort.FieldMissing
 
flags() - Method in class com.couchbase.client.java.codec.BinaryContent
 
flags() - Method in class com.couchbase.client.java.codec.EncodedJsonContent
 
flags() - Method in class com.couchbase.client.java.codec.SerializableContent
 
flags() - Method in class com.couchbase.client.java.codec.StringContent
 
flags() - Method in class com.couchbase.client.java.kv.EncodedDocument
 
FOUR - com.couchbase.client.java.kv.PersistTo
 
fragments() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
The fragments for each field that was requested as highlighted (as defined in the SearchParams).
from(JsonObject) - Static method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
Parses a FTS JSON representation of a RowLocations.
from(Object...) - Static method in class com.couchbase.client.java.json.JsonArray
Creates a new JsonArray and populates it with the values supplied.
from(String) - Static method in enum com.couchbase.client.java.analytics.AnalyticsStatus
 
from(String) - Static method in enum com.couchbase.client.java.query.QueryStatus
 
from(String, SearchIndex) - Static method in class com.couchbase.client.java.manager.SearchIndex
Creates another index from the given one with its properties, but clears out all state like the UUID so it can be used to create a new one.
from(List<?>) - Static method in class com.couchbase.client.java.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.json.JsonObject
Constructs a JsonObject from a Map<String, ?>.
fromBytes(byte[]) - Static method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
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.
fromJson(byte[]) - Static method in class com.couchbase.client.java.json.JsonArray
 
fromJson(byte[]) - Static method in class com.couchbase.client.java.json.JsonObject
 
fromJson(byte[]) - Static method in class com.couchbase.client.java.manager.SearchIndex
 
fromJson(String) - Static method in class com.couchbase.client.java.json.JsonArray
Static method to create a JsonArray from a JSON String.
fromJson(String) - Static method in class com.couchbase.client.java.json.JsonObject
Static method to create a JsonObject from a JSON String.
fromResponse(SearchChunkRow) - Static method in class com.couchbase.client.java.search.result.SearchQueryRow
 
fullDocument(Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of upserting the full body of a JSON document.
FullDocument - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument operation to upload or insert a full document.
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

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 class com.couchbase.client.java.view.ViewRow
Returns the geometry of your result if present in the response.
get(int) - Method in class com.couchbase.client.java.json.JsonArray
Retrieves the value by the position in the JsonArray and does not cast it.
get(Core, String, GetRequest) - Static method in enum com.couchbase.client.java.kv.GetAccessor
Takes a GetRequest and dispatches, converts and returns the result.
get(String) - Method in class com.couchbase.client.java.AsyncCollection
Fetches a full document (or a projection of it) from a collection with default options.
get(String) - Method in class com.couchbase.client.java.Collection
Fetches a full Document from a collection with default options.
get(String) - Method in class com.couchbase.client.java.json.JsonObject
Retrieves the (potential null) content and not casting its type.
get(String) - Static method in class com.couchbase.client.java.kv.LookupInSpec
 
get(String) - Method in class com.couchbase.client.java.manager.AsyncSearchIndexManager
Fetches an already created index from the server.
get(String) - Method in class com.couchbase.client.java.manager.ReactiveSearchIndexManager
Fetches an already created index from the server.
get(String) - Method in class com.couchbase.client.java.manager.SearchIndexManager
Fetches an already created index from the server.
get(String) - Method in class com.couchbase.client.java.ReactiveCollection
Fetches a Document from a collection with default options.
get(String) - Method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
get(String) - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
list all locations for a given field (any term)
get(String...) - Method in class com.couchbase.client.java.kv.Projections
 
get(String, GetOptions) - Method in class com.couchbase.client.java.AsyncCollection
Fetches a full document (or a projection of it) from a collection with custom options.
get(String, GetOptions) - Method in class com.couchbase.client.java.Collection
Fetches a full Document from a collection with custom options.
get(String, GetOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Fetches a Document from a collection with custom options.
get(String, String) - Method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
get(String, String) - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
list all locations for a given field and term
GetAccessor - Enum in com.couchbase.client.java.kv
 
getAll() - Method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
getAll() - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
list all locations (any field, any term)
getAndLock(Core, String, GetAndLockRequest) - Static method in enum com.couchbase.client.java.kv.GetAccessor
 
getAndLock(String) - Method in class com.couchbase.client.java.AsyncCollection
Fetches a full document and write-locks it for the given duration with default options.
getAndLock(String) - Method in class com.couchbase.client.java.Collection
Fetches a full document and write-locks it for the given duration with default options.
getAndLock(String) - Method in class com.couchbase.client.java.ReactiveCollection
Fetches a full document and write-locks it for the given duration with default options.
getAndLock(String, GetAndLockOptions) - Method in class com.couchbase.client.java.AsyncCollection
Fetches a full document and write-locks it for the given duration with custom options.
getAndLock(String, GetAndLockOptions) - Method in class com.couchbase.client.java.Collection
Fetches a full document and write-locks it for the given duration with custom options.
getAndLock(String, GetAndLockOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Fetches a full document and write-locks it for the given duration with custom options.
getAndLockOptions() - Static method in class com.couchbase.client.java.kv.GetAndLockOptions
 
GetAndLockOptions - Class in com.couchbase.client.java.kv
 
GetAndLockOptions.Built - Class in com.couchbase.client.java.kv
 
getAndTouch(Core, String, GetAndTouchRequest) - Static method in enum com.couchbase.client.java.kv.GetAccessor
 
getAndTouch(String, Duration) - Method in class com.couchbase.client.java.AsyncCollection
Fetches a full document and resets its expiration time to the value provided with default options.
getAndTouch(String, Duration) - Method in class com.couchbase.client.java.Collection
Fetches a full document and resets its expiration time to the value provided with default options.
getAndTouch(String, Duration) - Method in class com.couchbase.client.java.ReactiveCollection
Fetches a full document and resets its expiration time to the value provided with default options.
getAndTouch(String, Duration, GetAndTouchOptions) - Method in class com.couchbase.client.java.AsyncCollection
Fetches a full document and resets its expiration time to the value provided with custom options.
getAndTouch(String, Duration, GetAndTouchOptions) - Method in class com.couchbase.client.java.Collection
Fetches a full document and resets its expiration time to the value provided with custom options.
getAndTouch(String, Duration, GetAndTouchOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Fetches a full document and resets its expiration time to the value provided with custom options.
getAndTouchOptions() - Static method in class com.couchbase.client.java.kv.GetAndTouchOptions
 
GetAndTouchOptions - Class in com.couchbase.client.java.kv
 
GetAndTouchOptions.Built - Class in com.couchbase.client.java.kv
 
getArray(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to JsonArray.
getBigDecimal(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to BigDecimal.
getBigInteger(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to BigInteger.
getBoolean(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to Boolean.
getDouble(int) - Method in class com.couchbase.client.java.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.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
 
getFromReplica(String) - Method in class com.couchbase.client.java.AsyncCollection
Reads from all available replicas and the active node and returns the results as a list of futures that might complete or fail.
getFromReplica(String) - Method in class com.couchbase.client.java.Collection
Reads from all available replicas and the active node and returns the results as a stream.
getFromReplica(String) - Method in class com.couchbase.client.java.ReactiveCollection
Reads from all available replicas and the active node and returns the results as a flux.
getFromReplica(String, GetFromReplicaOptions) - Method in class com.couchbase.client.java.AsyncCollection
Reads from replicas or the active node based on the options and returns the results as a list of futures that might complete or fail.
getFromReplica(String, GetFromReplicaOptions) - Method in class com.couchbase.client.java.Collection
Reads all available or one replica and returns the results as a stream.
getFromReplica(String, GetFromReplicaOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Reads all available or one replica and returns the results as a flux.
getFromReplicaOptions() - Static method in class com.couchbase.client.java.kv.GetFromReplicaOptions
 
GetFromReplicaOptions - Class in com.couchbase.client.java.kv
 
GetFromReplicaOptions.Built - Class in com.couchbase.client.java.kv
 
getFullDocument() - Static method in class com.couchbase.client.java.kv.LookupInSpec
 
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.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.json.JsonObject
Retrieves the value from the field name and casts it to Integer.
getLimit() - Method in class com.couchbase.client.java.search.SearchQuery
 
getLong(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to Long.
getNames() - Method in class com.couchbase.client.java.json.JsonObject
Returns a set of field names on the JsonObject.
getNumber(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to Number.
getObject(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to JsonObject.
getOptions() - Static method in class com.couchbase.client.java.kv.GetOptions
Creates a new set of GetOptions with a JsonObject target.
GetOptions - Class in com.couchbase.client.java.kv
Allows to customize a get request.
GetOptions.Built - Class in com.couchbase.client.java.kv
 
GetResult - Class in com.couchbase.client.java.kv
Returned from all kinds of KeyValue Get operation to fetch a document or a subset of it.
getServerSideTimeout() - Method in class com.couchbase.client.java.search.SearchQuery
 
getSkip() - Method in class com.couchbase.client.java.search.SearchQuery
 
getString(int) - Method in class com.couchbase.client.java.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.json.JsonObject
Retrieves the value from the field name and casts it to String.
getXAttr(String...) - Method in class com.couchbase.client.java.kv.Projections
 
group(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
Group the results using the reduce function to a group or single row.
groupLevel(int) - Method in class com.couchbase.client.java.view.ViewOptions
Specify the group level to be used.

H

hashCode() - Method in class com.couchbase.client.java.json.JsonArray
 
hashCode() - Method in class com.couchbase.client.java.json.JsonObject
 
hashCode() - Method in class com.couchbase.client.java.kv.CounterResult
 
hashCode() - Method in class com.couchbase.client.java.kv.EncodedDocument
 
hashCode() - Method in class com.couchbase.client.java.kv.ExistsResult
 
hashCode() - Method in class com.couchbase.client.java.kv.GetResult
 
hashCode() - Method in class com.couchbase.client.java.kv.LookupInResult
 
hashCode() - Method in class com.couchbase.client.java.kv.MutateInResult
 
hashCode() - Method in class com.couchbase.client.java.kv.MutationResult
 
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.impl.DefaultSearchStatus
 
hashCode() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
hashCode() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
 
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.
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.
HighlightStyle - Enum in com.couchbase.client.java.search
Enumeration of the highlighting styles recognized by the FTS engine.
HTML - com.couchbase.client.java.search.HighlightStyle
 

I

id() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
The id of the matching document.
id() - Method in class com.couchbase.client.java.view.ViewRow
Returns the ID if present.
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
 
inclusiveEnd(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
Specifies whether the specified end key should be included in the result.
increment(Core, IncrementRequest, String, PersistTo, ReplicateTo) - Static method in class com.couchbase.client.java.kv.CounterAccessor
 
increment(String) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
increment(String) - Method in class com.couchbase.client.java.BinaryCollection
 
increment(String) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
increment(String, long) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intent of incrementing a numerical field in a JSON object.
increment(String, IncrementOptions) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
increment(String, IncrementOptions) - Method in class com.couchbase.client.java.BinaryCollection
 
increment(String, IncrementOptions) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
Increment - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument increment operation.
incrementOptions() - Static method in class com.couchbase.client.java.kv.IncrementOptions
 
IncrementOptions - Class in com.couchbase.client.java.kv
 
IncrementOptions.Built - Class in com.couchbase.client.java.kv
 
index() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
The name of the FTS pindex that gave this result.
indexName() - Method in class com.couchbase.client.java.search.SearchQuery
 
initial() - Method in class com.couchbase.client.java.kv.DecrementOptions.Built
 
initial() - Method in class com.couchbase.client.java.kv.IncrementOptions.Built
 
initial(Optional<Long>) - Method in class com.couchbase.client.java.kv.DecrementOptions
 
initial(Optional<Long>) - Method in class com.couchbase.client.java.kv.IncrementOptions
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions.Built
 
injectParams(JsonObject) - Method in class com.couchbase.client.java.query.QueryOptions.Built
 
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.
insert(Core, InsertRequest, String, PersistTo, ReplicateTo) - Static method in enum com.couchbase.client.java.kv.InsertAccessor
 
insert(SearchIndex) - Method in class com.couchbase.client.java.manager.AsyncSearchIndexManager
Inserts a search index which does not exist already.
insert(SearchIndex) - Method in class com.couchbase.client.java.manager.ReactiveSearchIndexManager
Inserts a search index which does not exist already.
insert(SearchIndex) - Method in class com.couchbase.client.java.manager.SearchIndexManager
Inserts a search index which does not exist already.
insert(String, Object) - Method in class com.couchbase.client.java.AsyncCollection
Inserts a full document which does not exist yet with default options.
insert(String, Object) - Method in class com.couchbase.client.java.Collection
Inserts a full document which does not exist yet with default options.
insert(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of inserting a new value in a JSON object.
insert(String, Object) - Method in class com.couchbase.client.java.ReactiveCollection
Inserts a full document which does not exist yet with default options.
insert(String, Object, InsertOptions) - Method in class com.couchbase.client.java.AsyncCollection
Inserts a full document which does not exist yet with custom options.
insert(String, Object, InsertOptions) - Method in class com.couchbase.client.java.Collection
Inserts a full document which does not exist yet with custom options.
insert(String, Object, InsertOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Inserts a full document which does not exist yet with custom options.
Insert - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument insert operation.
InsertAccessor - Enum in com.couchbase.client.java.kv
 
insertDocument() - Method in class com.couchbase.client.java.kv.MutateInOptions.Built
 
insertDocument(boolean) - Method in class com.couchbase.client.java.kv.MutateInOptions
 
insertOptions() - Static method in class com.couchbase.client.java.kv.InsertOptions
 
InsertOptions - Class in com.couchbase.client.java.kv
 
InsertOptions.Built - Class in com.couchbase.client.java.kv
 
INSTANCE - Static variable in class com.couchbase.client.java.codec.DefaultDecoder
 
INSTANCE - Static variable in class com.couchbase.client.java.codec.DefaultEncoder
The default instance to reuse.
INSTANCE - Static variable in class com.couchbase.client.java.json.JsonNull
 
isEmpty() - Method in class com.couchbase.client.java.json.JsonArray
Checks if the JsonArray is empty or not.
isEmpty() - Method in class com.couchbase.client.java.json.JsonObject
Returns true if the JsonObject is empty, false otherwise.
isSuccess() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
isSuccess() - Method in interface com.couchbase.client.java.search.result.SearchStatus
 
iterator() - Method in class com.couchbase.client.java.json.JsonArray
 

J

ja() - Static method in class com.couchbase.client.java.json.JsonValue
Static factory method to create an empty JsonArray.
JacksonTransformers - Class in com.couchbase.client.java.json
 
jo() - Static method in class com.couchbase.client.java.json.JsonValue
Static factory method to create an empty JsonObject.
JSON_FLAGS - Static variable in interface com.couchbase.client.java.codec.Encoder
 
JSON_VALUE_MODULE - Static variable in class com.couchbase.client.java.json.JacksonTransformers
 
JsonArray - Class in com.couchbase.client.java.json
Represents a JSON array that can be stored and loaded from Couchbase Server.
JsonNull - Class in com.couchbase.client.java.json
Represents the JSON form of "NULL".
JsonObject - Class in com.couchbase.client.java.json
Represents a JSON object that can be stored and loaded from Couchbase Server.
JsonValue - Class in com.couchbase.client.java.json
Represents a JSON value (either a JsonObject or a JsonArray.
JsonValue() - Constructor for class com.couchbase.client.java.json.JsonValue
 

K

key(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
 
key(double) - Method in class com.couchbase.client.java.view.ViewOptions
 
key(int) - Method in class com.couchbase.client.java.view.ViewOptions
 
key(long) - Method in class com.couchbase.client.java.view.ViewOptions
 
key(JsonArray) - Method in class com.couchbase.client.java.view.ViewOptions
 
key(JsonObject) - Method in class com.couchbase.client.java.view.ViewOptions
 
key(String) - Method in class com.couchbase.client.java.view.ViewOptions
 
keyAs(Class<T>) - Method in class com.couchbase.client.java.view.ViewRow
Decodes the key into the given target type if present.
keys() - Method in class com.couchbase.client.java.view.ViewOptions.Built
 
keys(JsonArray) - Method in class com.couchbase.client.java.view.ViewOptions
 

L

LAST - com.couchbase.client.java.search.sort.FieldMissing
 
limit(int) - Method in class com.couchbase.client.java.search.SearchQuery
Add a limit to the query on the number of rows it can return.
limit(int) - Method in class com.couchbase.client.java.view.ViewOptions
Limit the number of the returned documents to the specified number.
load(ClusterPropertyLoader) - Method in class com.couchbase.client.java.env.ClusterEnvironment.Builder
 
locations() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
This rows's location, as an RowLocations map-like object.
lockFor() - Method in class com.couchbase.client.java.kv.GetAndLockOptions.Built
 
lockFor(Duration) - Method in class com.couchbase.client.java.kv.GetAndLockOptions
 
lookupIn(String, List<LookupInSpec>) - Method in class com.couchbase.client.java.AsyncCollection
Performs lookups to document fragments with default options.
lookupIn(String, List<LookupInSpec>) - Method in class com.couchbase.client.java.Collection
Performs lookups to document fragments with default options.
lookupIn(String, List<LookupInSpec>) - Method in class com.couchbase.client.java.ReactiveCollection
Performs lookups to document fragments with default options.
lookupIn(String, List<LookupInSpec>, LookupInOptions) - Method in class com.couchbase.client.java.AsyncCollection
Performs lookups to document fragments with custom options.
lookupIn(String, List<LookupInSpec>, LookupInOptions) - Method in class com.couchbase.client.java.Collection
Performs lookups to document fragments with custom options.
lookupIn(String, List<LookupInSpec>, LookupInOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Performs lookups to document fragments with custom options.
lookupInAccessor(String, Core, SubdocGetRequest) - Static method in class com.couchbase.client.java.kv.LookupInAccessor
 
LookupInAccessor - Class in com.couchbase.client.java.kv
 
LookupInAccessor() - Constructor for class com.couchbase.client.java.kv.LookupInAccessor
 
lookupInOptions() - Static method in class com.couchbase.client.java.kv.LookupInOptions
 
LookupInOptions - Class in com.couchbase.client.java.kv
 
LookupInOptions.Built - Class in com.couchbase.client.java.kv
 
LookupInResult - Class in com.couchbase.client.java.kv
This result is returned from successful KeyValue subdocument lookup responses.
LookupInSpec - Class in com.couchbase.client.java.kv
 

M

main(String[]) - Static method in class com.couchbase.client.java.json.JacksonTransformers
 
MAPPER - Static variable in class com.couchbase.client.java.json.JacksonTransformers
 
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() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
max(double) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
Sets the upper boundary of the range.
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(String) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
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 - com.couchbase.client.java.search.sort.FieldMode
 
maxParallelism(int) - Method in class com.couchbase.client.java.query.QueryOptions
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 rows.
meta() - Method in class com.couchbase.client.java.analytics.AnalyticsResult
 
meta() - Method in class com.couchbase.client.java.analytics.ReactiveAnalyticsResult
 
meta() - Method in class com.couchbase.client.java.query.QueryResult
Returns a QueryMeta giving access to the additional metadata associated with this query.
meta() - Method in class com.couchbase.client.java.query.ReactiveQueryResult
Returns a Mono containing a QueryMeta, giving access to the additional metadata associated with this query.
meta() - Method in class com.couchbase.client.java.search.result.ReactiveSearchResult
Any additional meta information associated with the FTS query, in the form of a reactive Mono publisher.
meta() - Method in class com.couchbase.client.java.search.result.SearchResult
Any additional meta information associated with the FTS query.
meta() - Method in class com.couchbase.client.java.view.ReactiveViewResult
Returns the metadata associated with this ReactiveViewResult.
meta() - Method in class com.couchbase.client.java.view.ViewResult
Returns the metadata associated with this ViewResult.
metrics() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Get the associated metrics for the response.
metrics() - Method in class com.couchbase.client.java.query.QueryMeta
Returns the QueryMetrics as returned by the query engine
metrics() - Method in class com.couchbase.client.java.search.SearchMeta
Provides a SearchMetrics object giving statistics on the request like number of rows, total time taken...
metricsDisabled(boolean) - Method in class com.couchbase.client.java.query.QueryOptions
If set to true (false being the default), the metrics object will not be returned from N1QL and as a result be more efficient.
min() - Method in class com.couchbase.client.java.search.result.facets.NumericRange
 
min(double) - Method in class com.couchbase.client.java.search.queries.NumericRangeQuery
Sets the lower boundary of the range.
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(int) - Method in class com.couchbase.client.java.search.queries.DisjunctionQuery
 
min(String) - Method in class com.couchbase.client.java.search.queries.TermRangeQuery
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 - com.couchbase.client.java.search.sort.FieldMode
 
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
 
mode(FieldMode) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 
must(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
mustNot(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
mutateIn(Core, SubdocMutateRequest, String, PersistTo, ReplicateTo, Boolean) - Static method in class com.couchbase.client.java.kv.MutateInAccessor
 
mutateIn(String, List<MutateInSpec>) - Method in class com.couchbase.client.java.AsyncCollection
Performs mutations to document fragments with default options.
mutateIn(String, List<MutateInSpec>) - Method in class com.couchbase.client.java.Collection
Performs mutations to document fragments with default options.
mutateIn(String, List<MutateInSpec>) - Method in class com.couchbase.client.java.ReactiveCollection
Performs mutations to document fragments with default options.
mutateIn(String, List<MutateInSpec>, MutateInOptions) - Method in class com.couchbase.client.java.AsyncCollection
Performs mutations to document fragments with custom options.
mutateIn(String, List<MutateInSpec>, MutateInOptions) - Method in class com.couchbase.client.java.Collection
Performs mutations to document fragments with custom options.
mutateIn(String, List<MutateInSpec>, MutateInOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Performs mutations to document fragments with custom options.
MutateInAccessor - Class in com.couchbase.client.java.kv
 
MutateInAccessor() - Constructor for class com.couchbase.client.java.kv.MutateInAccessor
 
mutateInOptions() - Static method in class com.couchbase.client.java.kv.MutateInOptions
 
MutateInOptions - Class in com.couchbase.client.java.kv
 
MutateInOptions.Built - Class in com.couchbase.client.java.kv
 
MutateInResult - Class in com.couchbase.client.java.kv
This result is returned from successful KeyValue subdocument mutation responses.
MutateInSpec - Class in com.couchbase.client.java.kv
 
MutateInSpec() - Constructor for class com.couchbase.client.java.kv.MutateInSpec
 
mutationCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
mutationCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
MutationResult - Class in com.couchbase.client.java.kv
Result returned from all kinds of Key-Value mutation operations.
mutationToken() - Method in class com.couchbase.client.java.kv.MutationResult
Returns the MutationToken of the document after the performed mutation.

N

name - Variable in class com.couchbase.client.java.search.result.facets.AbstractFacetResult
 
name() - Method in class com.couchbase.client.java.AsyncBucket
Returns the name of the AsyncBucket.
name() - Method in class com.couchbase.client.java.AsyncCollection
The name of the collection in use.
name() - Method in class com.couchbase.client.java.AsyncScope
The name of the scope.
name() - Method in class com.couchbase.client.java.Bucket
Returns the name of the Bucket.
name() - Method in class com.couchbase.client.java.Collection
Returns the name of this collection.
name() - Method in class com.couchbase.client.java.manager.SearchIndex
 
name() - Method in class com.couchbase.client.java.ReactiveBucket
Returns the name of the ReactiveBucket.
name() - Method in class com.couchbase.client.java.ReactiveCollection
Returns the name of this collection.
name() - Method in class com.couchbase.client.java.ReactiveScope
The name of the scope.
name() - Method in class com.couchbase.client.java.Scope
The name of the scope.
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
 
NO_TIME - Static variable in class com.couchbase.client.java.query.QueryMetrics
Human-readable representation of the absence of duration, as "0s".
NONE - com.couchbase.client.java.kv.PersistTo
 
NONE - com.couchbase.client.java.kv.ReplicateTo
 
NOT_BOUNDED - com.couchbase.client.java.analytics.ScanConsistency
This is the default (for single-statement requests).
NOT_BOUNDED - com.couchbase.client.java.query.ScanConsistency
This is the default (for single-statement requests).
NOT_BOUNDED - com.couchbase.client.java.search.SearchConsistency
 
NULL - Static variable in class com.couchbase.client.java.json.JsonValue
Represents a Json "null".
NUMBER - com.couchbase.client.java.search.sort.FieldType
 
numeric(String, int) - Static method in class com.couchbase.client.java.search.facet.SearchFacet
 
numericRange() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a NumericRangeQuery body.
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
 
NumericRangeFacet - Class in com.couchbase.client.java.search.facet
A facet that categorizes rows 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

of(int, byte[]) - Static method in class com.couchbase.client.java.kv.EncodedDocument
 
OFF - com.couchbase.client.java.query.QueryProfile
No profiling information is added to the query response.
ONE - com.couchbase.client.java.kv.PersistTo
 
ONE - com.couchbase.client.java.kv.ReplicateTo
 
onError(OnError) - Method in class com.couchbase.client.java.view.ViewOptions
Sets the response in the event of an error.
OnError - Enum in com.couchbase.client.java.view
Set the behavior on error for a view query.
or(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.DisjunctionQuery
 
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

parameters(JsonArray) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
Positional parameters if the query is parameterized with position numbers
parameters(JsonArray) - Method in class com.couchbase.client.java.query.QueryOptions
Positional parameters if the query is parameterized with position numbers
parameters(JsonObject) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
Named parameters if the query is parameterized with custom names
parameters(JsonObject) - Method in class com.couchbase.client.java.query.QueryOptions
Named parameters if the query is parameterized with custom names
parentSpan() - Method in class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
Returns the parent span if provided.
parentSpan(Span) - Method in class com.couchbase.client.java.CommonOptions
Specifies a parent OpenTracing Span for this operation.
path() - Method in class com.couchbase.client.java.kv.EncodedFragment
 
PersistTo - Enum in com.couchbase.client.java.kv
 
PHASES - com.couchbase.client.java.query.QueryProfile
The query response includes a profile section with stats and details about various phases of the query plan and execution.
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
 
pipelineBatch(int) - Method in class com.couchbase.client.java.query.QueryOptions
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.QueryOptions
Advanced: Maximum number of items each execution operator can buffer between various operators.
pos() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
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
 
prepared(boolean) - Method in class com.couchbase.client.java.query.QueryOptions
Set to true if the query is already prepared/to be prepared
prepend(Core, PrependRequest, String, PersistTo, ReplicateTo) - Static method in class com.couchbase.client.java.kv.PrependAccessor
 
prepend(String, byte[]) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
prepend(String, byte[]) - Method in class com.couchbase.client.java.BinaryCollection
 
prepend(String, byte[]) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
prepend(String, byte[], PrependOptions) - Method in class com.couchbase.client.java.AsyncBinaryCollection
 
prepend(String, byte[], PrependOptions) - Method in class com.couchbase.client.java.BinaryCollection
 
prepend(String, byte[], PrependOptions) - Method in class com.couchbase.client.java.ReactiveBinaryCollection
 
PrependAccessor - Class in com.couchbase.client.java.kv
 
PrependAccessor() - Constructor for class com.couchbase.client.java.kv.PrependAccessor
 
prependOptions() - Static method in class com.couchbase.client.java.kv.PrependOptions
 
PrependOptions - Class in com.couchbase.client.java.kv
 
PrependOptions.Built - Class in com.couchbase.client.java.kv
 
priority() - Method in class com.couchbase.client.java.analytics.AnalyticsOptions.Built
 
priority(int) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
 
processedObjects() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
profile(QueryProfile) - Method in class com.couchbase.client.java.query.QueryOptions
Set the profiling information level for query execution
profileInfo() - Method in class com.couchbase.client.java.query.QueryMeta
Returns the profiling information returned by the query engine which is then decoded to JsonObject
project(String...) - Method in class com.couchbase.client.java.kv.GetOptions
Allows to specify a custom list paths to fetch from the document instead of the whole.
projections() - Method in class com.couchbase.client.java.kv.GetOptions.Built
 
projections() - Static method in class com.couchbase.client.java.kv.Projections
 
Projections - Class in com.couchbase.client.java.kv
 
put(String, boolean) - Method in class com.couchbase.client.java.json.JsonObject
Stores a Boolean value identified by the field name.
put(String, double) - Method in class com.couchbase.client.java.json.JsonObject
Stores a Double value identified by the field name.
put(String, int) - Method in class com.couchbase.client.java.json.JsonObject
Stores a Integer value identified by the field name.
put(String, long) - Method in class com.couchbase.client.java.json.JsonObject
Stores a Long value identified by the field name.
put(String, JsonArray) - Method in class com.couchbase.client.java.json.JsonObject
Stores a JsonArray value identified by the field name.
put(String, JsonObject) - Method in class com.couchbase.client.java.json.JsonObject
Stores a JsonObject value identified by the field name.
put(String, Number) - Method in class com.couchbase.client.java.json.JsonObject
Stores a Number value identified by the field name.
put(String, Object) - Method in class com.couchbase.client.java.json.JsonObject
Stores a Object value identified by the field name.
put(String, String) - Method in class com.couchbase.client.java.json.JsonObject
Stores a String value identified by the field name.
put(String, List<?>) - Method in class com.couchbase.client.java.json.JsonObject
Stores a JsonArray value identified by the field name.
put(String, Map<String, ?>) - Method in class com.couchbase.client.java.json.JsonObject
Attempt to convert a Map to a JsonObject value and store it, identified by the field name.
putNull(String) - Method in class com.couchbase.client.java.json.JsonObject
Store a null value identified by the field's name.

Q

query() - Method in class com.couchbase.client.java.search.SearchQuery
 
query() - Method in class com.couchbase.client.java.view.ViewOptions.Built
 
query(String) - Method in class com.couchbase.client.java.AsyncCluster
Performs a N1QL query with default QueryOptions.
query(String) - Method in class com.couchbase.client.java.Cluster
Performs a N1QL query with default QueryOptions.
query(String) - Method in class com.couchbase.client.java.ReactiveCluster
Performs a N1QL query with default QueryOptions.
query(String, QueryOptions) - Method in class com.couchbase.client.java.AsyncCluster
Performs a N1QL query with custom QueryOptions.
query(String, QueryOptions) - Method in class com.couchbase.client.java.Cluster
Performs a N1QL query with custom QueryOptions.
query(String, QueryOptions) - Method in class com.couchbase.client.java.ReactiveCluster
Performs a N1QL query with custom QueryOptions.
QueryAccessor - Class in com.couchbase.client.java.query
Converts requests and responses for N1QL queries.
QueryAccessor(Core) - Constructor for class com.couchbase.client.java.query.QueryAccessor
 
queryAsync(QueryRequest, QueryOptions.Built) - Method in class com.couchbase.client.java.query.QueryAccessor
Performs a N1QL query and returns the result as a future.
QueryMeta - Class in com.couchbase.client.java.query
Stores any non-rows results related to the execution of a particular N1QL query.
QueryMetrics - Class in com.couchbase.client.java.query
Query Metrics contains the query result metrics containing counts and timings
queryOptions() - Static method in class com.couchbase.client.java.query.QueryOptions
 
QueryOptions - Class in com.couchbase.client.java.query
N1QL query request options.
QueryOptions.Built - Class in com.couchbase.client.java.query
 
QueryProfile - Enum in com.couchbase.client.java.query
Query profiling information received from the query executing engine
queryReactive(QueryRequest, QueryOptions.Built) - Method in class com.couchbase.client.java.query.QueryAccessor
Performs a N1QL query and returns the result as a future.
QueryResult - Class in com.couchbase.client.java.query
Holds the results (including metadata) of a N1QL query.
QueryStatus - Enum in com.couchbase.client.java.query
 
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
 

R

rawParam(String, Object) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
 
rawParams(String, Object) - Method in class com.couchbase.client.java.query.QueryOptions
Raw parameters for the query
reactive() - Method in class com.couchbase.client.java.Bucket
Provides access to the related ReactiveBucket.
reactive() - Method in class com.couchbase.client.java.Cluster
Provides access to the related ReactiveCluster.
reactive() - Method in class com.couchbase.client.java.Collection
Provides access to the underlying ReactiveCollection.
ReactiveAnalyticsResult - Class in com.couchbase.client.java.analytics
 
ReactiveBinaryCollection - Class in com.couchbase.client.java
 
ReactiveBucket - Class in com.couchbase.client.java
Provides access to a Couchbase bucket in a reactive fashion.
ReactiveCluster - Class in com.couchbase.client.java
 
ReactiveCollection - Class in com.couchbase.client.java
The ReactiveCollection provides sophisticated asynchronous access to all collection APIs.
ReactiveQueryResult - Class in com.couchbase.client.java.query
Reactive result that fetch parts of the N1ql Query responses reactively
ReactiveScope - Class in com.couchbase.client.java
The scope identifies a group of collections and allows high application density as a result.
ReactiveSearchIndexManager - Class in com.couchbase.client.java.manager
The ReactiveSearchIndexManager allows to manage search index structures in a couchbase cluster.
ReactiveSearchIndexManager(AsyncSearchIndexManager) - Constructor for class com.couchbase.client.java.manager.ReactiveSearchIndexManager
 
ReactiveSearchResult - Class in com.couchbase.client.java.search.result
 
ReactiveSearchResult(Flux<SearchQueryRow>, Mono<SearchMeta>) - Constructor for class com.couchbase.client.java.search.result.ReactiveSearchResult
 
ReactiveViewResult - Class in com.couchbase.client.java.view
Holds a the result of a View request operation if successful.
readonlyEnabled(boolean) - Method in class com.couchbase.client.java.query.QueryOptions
If set to true, it will signal the query engine on the server that only non-data modifying requests are allowed.
reduce(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
Explicitly enable/disable the reduce function on the query.
regexp(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a RegexpQuery body.
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
 
remove(Core, RemoveRequest, String, PersistTo, ReplicateTo) - Static method in enum com.couchbase.client.java.kv.RemoveAccessor
 
remove(String) - Method in class com.couchbase.client.java.AsyncCollection
Removes a Document from a collection with default options.
remove(String) - Method in class com.couchbase.client.java.Collection
Removes a Document from a collection with default options.
remove(String) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of removing an existing value in a JSON object.
remove(String) - Method in class com.couchbase.client.java.manager.AsyncSearchIndexManager
Removes a search index from the cluster.
remove(String) - Method in class com.couchbase.client.java.manager.ReactiveSearchIndexManager
Removes a search index from the cluster.
remove(String) - Method in class com.couchbase.client.java.manager.SearchIndexManager
Removes a search index from the cluster.
remove(String) - Method in class com.couchbase.client.java.ReactiveCollection
Removes a Document from a collection with default options.
remove(String, RemoveOptions) - Method in class com.couchbase.client.java.AsyncCollection
Removes a Document from a collection with custom options.
remove(String, RemoveOptions) - Method in class com.couchbase.client.java.Collection
Removes a Document from a collection with custom options.
remove(String, RemoveOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Removes a Document from a collection with custom options.
Remove - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument remove operation.
RemoveAccessor - Enum in com.couchbase.client.java.kv
 
removeKey(String) - Method in class com.couchbase.client.java.json.JsonObject
Removes an entry from the JsonObject.
removeOptions() - Static method in class com.couchbase.client.java.kv.RemoveOptions
 
RemoveOptions - Class in com.couchbase.client.java.kv
 
RemoveOptions.Built - Class in com.couchbase.client.java.kv
 
replace(Core, ReplaceRequest, String, PersistTo, ReplicateTo) - Static method in enum com.couchbase.client.java.kv.ReplaceAccessor
 
replace(SearchIndex) - Method in class com.couchbase.client.java.manager.AsyncSearchIndexManager
Updates a previously loaded index with new params.
replace(SearchIndex) - Method in class com.couchbase.client.java.manager.ReactiveSearchIndexManager
Updates a previously loaded index with new params.
replace(SearchIndex) - Method in class com.couchbase.client.java.manager.SearchIndexManager
Updates a previously loaded index with new params.
replace(String, Object) - Method in class com.couchbase.client.java.AsyncCollection
Replaces a full document which already exists with default options.
replace(String, Object) - Method in class com.couchbase.client.java.Collection
Replaces a full document which already exists with default options.
replace(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of replacing an existing value in a JSON object.
replace(String, Object) - Method in class com.couchbase.client.java.ReactiveCollection
Replaces a full document which already exists with default options.
replace(String, Object, ReplaceOptions) - Method in class com.couchbase.client.java.AsyncCollection
Replaces a full document which already exists with custom options.
replace(String, Object, ReplaceOptions) - Method in class com.couchbase.client.java.Collection
Replaces a full document which already exists with custom options.
replace(String, Object, ReplaceOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Replaces a full document which already exists with custom options.
Replace - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument replace operation.
ReplaceAccessor - Enum in com.couchbase.client.java.kv
 
replaceOptions() - Static method in class com.couchbase.client.java.kv.ReplaceOptions
 
ReplaceOptions - Class in com.couchbase.client.java.kv
 
ReplaceOptions.Built - Class in com.couchbase.client.java.kv
 
replicaMode() - Method in class com.couchbase.client.java.kv.GetFromReplicaOptions.Built
 
replicaMode(ReplicaMode) - Method in class com.couchbase.client.java.kv.GetFromReplicaOptions
 
ReplicaMode - Enum in com.couchbase.client.java.kv
 
ReplicateTo - Enum in com.couchbase.client.java.kv
 
REQUEST_PLUS - com.couchbase.client.java.analytics.ScanConsistency
This implements strong consistency per request.
REQUEST_PLUS - com.couchbase.client.java.query.ScanConsistency
This implements strong consistency per request.
requestId() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Get the request identifier of the query request
requestId() - Method in class com.couchbase.client.java.query.QueryMeta
Returns the request identifier string of the query request
resultCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
resultCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
resultSize() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
resultSize() - Method in class com.couchbase.client.java.query.QueryMetrics
 
retryStrategy() - Method in class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
Returns the custom retry strategy if provided.
retryStrategy(RetryStrategy) - Method in class com.couchbase.client.java.CommonOptions
Specifies a custom RetryStrategy for this operation.
RowLocation - Class in com.couchbase.client.java.search.result.rows
A FTS result row location indicates at which position a given term occurs inside a given field.
RowLocation(String, String, long, long, long) - Constructor for class com.couchbase.client.java.search.result.rows.RowLocation
 
RowLocation(String, String, long, long, long, long[]) - Constructor for class com.couchbase.client.java.search.result.rows.RowLocation
 
RowLocations - Interface in com.couchbase.client.java.search.result.rows
Represents the locations of a search result row.
rows() - Method in class com.couchbase.client.java.search.result.ReactiveSearchResult
The list of FTS result rows for the FTS query, in the form of a reactive Flux publisher.
rows() - Method in class com.couchbase.client.java.search.result.SearchResult
The list of FTS result rows for the FTS query.
rows() - Method in class com.couchbase.client.java.view.ReactiveViewResult
Returns the ViewRows in a non-blocking, streaming fashion.
rows() - Method in class com.couchbase.client.java.view.ViewResult
Returns the ViewRows in a blocking, but streaming fashion.
rowsAs(Class<T>) - Method in class com.couchbase.client.java.analytics.AnalyticsResult
 
rowsAs(Class<T>) - Method in class com.couchbase.client.java.analytics.ReactiveAnalyticsResult
 
rowsAs(Class<T>) - Method in class com.couchbase.client.java.query.QueryResult
Returns all rows, converted into the target class, and using the default decoder.
rowsAs(Class<T>) - Method in class com.couchbase.client.java.query.ReactiveQueryResult
Get a Flux which publishes the rows that were fetched by the query which are then decoded to the requested entity class The flux can complete successfully or throw - DecodingFailedException when the decoding cannot be completed successfully
rowsAsObject() - Method in class com.couchbase.client.java.analytics.AnalyticsResult
Returns all rows, converted into JsonObjects.
rowsAsObject() - Method in class com.couchbase.client.java.analytics.ReactiveAnalyticsResult
Get a Flux which publishes the rows that were fetched by the query which are then decoded to JsonObject
rowsAsObject() - Method in class com.couchbase.client.java.query.QueryResult
Returns all rows, converted into JsonObjects.
rowsAsObject() - Method in class com.couchbase.client.java.query.ReactiveQueryResult
Get a Flux which publishes the rows that were fetched by the query which are then decoded to JsonObject
rowsOrFail() - Method in class com.couchbase.client.java.search.result.SearchResult
The list of FTS result rows for the FTS query.
RUNNING - com.couchbase.client.java.analytics.AnalyticsStatus
 
RUNNING - com.couchbase.client.java.query.QueryStatus
 

S

scanCap(int) - Method in class com.couchbase.client.java.query.QueryOptions
Advanced: Maximum buffered channel size between the indexer client and the query service for index scans.
scanConsistency(ScanConsistency) - Method in class com.couchbase.client.java.analytics.AnalyticsOptions
Scan consistency for the query
scanConsistency(ScanConsistency) - Method in class com.couchbase.client.java.query.QueryOptions
Scan consistency for the query
ScanConsistency - Enum in com.couchbase.client.java.analytics
The possible values for scan_consistency in an analytics request.
ScanConsistency - Enum in com.couchbase.client.java.query
The possible values for scan_consistency in a N1QL request.
scanWait(Duration) - Method in class com.couchbase.client.java.query.QueryOptions
If the scan consistency has been chosen, does nothing.
scope(String) - Method in class com.couchbase.client.java.AsyncBucket
Opens the AsyncScope with the given name.
scope(String) - Method in class com.couchbase.client.java.Bucket
Opens the Scope with the given name.
scope(String) - Method in class com.couchbase.client.java.ReactiveBucket
Opens the ReactiveScope with the given name.
Scope - Class in com.couchbase.client.java
The scope identifies a group of collections and allows high application density as a result.
scopeName() - Method in class com.couchbase.client.java.AsyncCollection
Returns the name of the scope associated with this collection.
scopeName() - Method in class com.couchbase.client.java.Collection
Returns the name of the scope associated with this collection.
scopeName() - Method in class com.couchbase.client.java.ReactiveCollection
Returns the name of the scope associated with this collection.
score() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
The score of this hit.
SearchAccessor - Class in com.couchbase.client.java.search
Internal helper to access and convert view requests and responses.
SearchAccessor() - Constructor for class com.couchbase.client.java.search.SearchAccessor
 
searchConsistency(SearchConsistency) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the unparameterized consistency to consider for this FTS query.
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).
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
 
SearchIndex - Class in com.couchbase.client.java.manager
 
searchIndexes() - Method in class com.couchbase.client.java.AsyncCluster
Provides access to the index management capabilities.
searchIndexes() - Method in class com.couchbase.client.java.Cluster
Provides access to the index management capabilities.
searchIndexes() - Method in class com.couchbase.client.java.ReactiveCluster
Provides access to the index management capabilities.
SearchIndexManager - Class in com.couchbase.client.java.manager
The SearchIndexManager allows to manage search index structures in a couchbase cluster.
SearchIndexManager(AsyncSearchIndexManager) - Constructor for class com.couchbase.client.java.manager.SearchIndexManager
 
SearchMeta - Class in com.couchbase.client.java.search
 
SearchMeta(SearchStatus, SearchMetrics) - Constructor for class com.couchbase.client.java.search.SearchMeta
 
SearchMetrics - Interface in com.couchbase.client.java.search.result
Provides statistics on an FTS query result (number of rows, time taken...).
searchOptions() - Static method in class com.couchbase.client.java.search.SearchOptions
 
SearchOptions - Class in com.couchbase.client.java.search
 
SearchOptions.Built - Class in com.couchbase.client.java.search
 
searchQuery(SearchQuery) - Method in class com.couchbase.client.java.AsyncCluster
Performs a Full Text Search (FTS) query with default SearchOptions.
searchQuery(SearchQuery) - Method in class com.couchbase.client.java.Cluster
Performs a Full Text Search (FTS) query with default SearchOptions.
searchQuery(SearchQuery) - Method in class com.couchbase.client.java.ReactiveCluster
Performs a Full Text Search (FTS) query with default SearchOptions.
searchQuery(SearchQuery, SearchOptions) - Method in class com.couchbase.client.java.AsyncCluster
Performs a Full Text Search (FTS) query with custom SearchOptions.
searchQuery(SearchQuery, SearchOptions) - Method in class com.couchbase.client.java.Cluster
Performs a Full Text Search (FTS) query with custom SearchOptions.
searchQuery(SearchQuery, SearchOptions) - Method in class com.couchbase.client.java.ReactiveCluster
Performs a Full Text Search (FTS) query with custom SearchOptions.
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.
searchQueryAsync(Core, SearchRequest) - Static method in class com.couchbase.client.java.search.SearchAccessor
 
searchQueryReactive(Core, SearchRequest) - Static method in class com.couchbase.client.java.search.SearchAccessor
 
SearchQueryRow - Class in com.couchbase.client.java.search.result
An FTS result row (or hit).
SearchQueryRow(String, String, double, JsonObject, RowLocations, Map<String, List<String>>, Map<String, String>) - Constructor for class com.couchbase.client.java.search.result.SearchQueryRow
 
SearchResult - Class in com.couchbase.client.java.search.result
Full Text Search (FTS) query results, as returned from the asynchronous API.
SearchResult(List<SearchQueryRow>, List<RuntimeException>, SearchMeta) - Constructor for class com.couchbase.client.java.search.result.SearchResult
 
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 rows.
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 rows.
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.
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).
SECOND - com.couchbase.client.java.kv.ReplicaMode
 
self() - Method in class com.couchbase.client.java.CommonOptions
Allows to return the right options builder instance for child implementations.
SerializableContent<T extends Serializable> - Class in com.couchbase.client.java.codec
 
SERIALIZED_FLAGS - Static variable in interface com.couchbase.client.java.codec.Encoder
 
SERVER_DEFAULT - com.couchbase.client.java.search.HighlightStyle
 
serverSideTimeout(Duration) - Method in class com.couchbase.client.java.search.SearchQuery
Sets the server side timeout.
should(AbstractFtsQuery...) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
shouldMin(int) - Method in class com.couchbase.client.java.search.queries.BooleanQuery
 
shutdown() - Method in class com.couchbase.client.java.AsyncCluster
Performs a non-reversible shutdown of this AsyncCluster.
shutdown() - Method in class com.couchbase.client.java.Cluster
Performs a non-reversible shutdown of this Cluster.
shutdown() - Method in class com.couchbase.client.java.ReactiveCluster
Performs a non-reversible shutdown of this ReactiveCluster.
signature() - Method in class com.couchbase.client.java.query.QueryMeta
Returns the signature as returned by the query engine which is then decoded to JsonObject
signatureAs(Class<T>) - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Get the signature as the target type, if present.
size() - Method in class com.couchbase.client.java.json.JsonArray
Returns the size of the JsonArray.
size() - Method in class com.couchbase.client.java.json.JsonObject
The size of the JsonObject.
skip(int) - Method in class com.couchbase.client.java.search.SearchQuery
Set the number of rows to skip (eg.
skip(int) - Method in class com.couchbase.client.java.view.ViewOptions
Skip this number of records before starting to return the results.
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.
sortCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
sortCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
sortField(String) - Static method in class com.couchbase.client.java.search.sort.SearchSort
Sort by a field in the rows.
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.
stale(Stale) - Method in class com.couchbase.client.java.view.ViewOptions
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.
start() - Method in class com.couchbase.client.java.search.result.facets.DateRange
 
start() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
start(String) - Method in class com.couchbase.client.java.search.queries.DateRangeQuery
Sets the lower boundary of the range.
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(Date) - 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.
startKey(boolean) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKey(double) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKey(int) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKey(long) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKey(JsonArray) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKey(JsonObject) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKey(String) - Method in class com.couchbase.client.java.view.ViewOptions
 
startKeyDocId(String) - Method in class com.couchbase.client.java.view.ViewOptions
 
status() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Get the status of the response.
status() - Method in class com.couchbase.client.java.query.QueryMeta
Returns the raw query execution status as returned by the query engine
status() - Method in class com.couchbase.client.java.search.SearchMeta
The SearchStatus allows to check if the request was a full success (SearchStatus.isSuccess()) and gives more details about status for each queried index.
STOP - com.couchbase.client.java.view.OnError
 
STOPPED - com.couchbase.client.java.analytics.AnalyticsStatus
 
STOPPED - com.couchbase.client.java.query.QueryStatus
 
STRING - com.couchbase.client.java.search.sort.FieldType
 
STRING_FLAGS - Static variable in interface com.couchbase.client.java.codec.Encoder
 
StringContent - Class in com.couchbase.client.java.codec
 
stringToJsonArray(String) - Static method in class com.couchbase.client.java.json.JacksonTransformers
 
stringToJsonObject(String) - Static method in class com.couchbase.client.java.json.JacksonTransformers
 
subdocGet(Core, String, SubdocGetRequest) - Static method in enum com.couchbase.client.java.kv.GetAccessor
 
SUCCESS - com.couchbase.client.java.analytics.AnalyticsStatus
 
SUCCESS - com.couchbase.client.java.query.QueryStatus
 
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.

T

term() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
term(String) - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a TermQuery body.
term(String, int) - Static method in class com.couchbase.client.java.search.facet.SearchFacet
 
TermFacet - Class in com.couchbase.client.java.search.facet
A facet that gives the number of occurrences of the most recurring terms in all rows.
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() - Static method in class com.couchbase.client.java.search.SearchQuery
Prepare a TermRangeQuery body.
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
 
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.rows.DefaultRowLocations
 
terms() - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
list all terms in this locations, considering all fields (so a set)
termsFor(String) - Method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
termsFor(String) - Method in interface com.couchbase.client.java.search.result.rows.RowLocations
list the terms for a given field
THIRD - com.couchbase.client.java.kv.ReplicaMode
 
THREE - com.couchbase.client.java.kv.PersistTo
 
THREE - com.couchbase.client.java.kv.ReplicateTo
 
timeout() - Method in class com.couchbase.client.java.CommonOptions.BuiltCommonOptions
Returns the custom timeout if provided.
timeout(Duration) - Method in class com.couchbase.client.java.CommonOptions
Specifies a custom per-operation timeout.
TIMEOUT - com.couchbase.client.java.analytics.AnalyticsStatus
 
TIMEOUT - com.couchbase.client.java.query.QueryStatus
 
TIMINGS - com.couchbase.client.java.query.QueryProfile
Besides the phase times, the profile section of the query response document will include a full query plan with timing and information about the number of processed documents at each phase.
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).
toJson() - Method in class com.couchbase.client.java.manager.SearchIndex
 
toList() - Method in class com.couchbase.client.java.json.JsonArray
Copies the content of the JsonArray into a new List and returns it.
toMap() - Method in class com.couchbase.client.java.json.JsonObject
Transforms the JsonObject into a Map.
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.
toString() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
 
toString() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
toString() - Method in class com.couchbase.client.java.analytics.AnalyticsResult
 
toString() - Method in class com.couchbase.client.java.codec.StringContent
 
toString() - Method in class com.couchbase.client.java.json.JsonArray
Converts the JsonArray into its JSON string representation.
toString() - Method in class com.couchbase.client.java.json.JsonObject
Converts the JsonObject into its JSON string representation.
toString() - Method in class com.couchbase.client.java.kv.CounterResult
 
toString() - Method in class com.couchbase.client.java.kv.EncodedDocument
 
toString() - Method in class com.couchbase.client.java.kv.EncodedFragment
 
toString() - Method in class com.couchbase.client.java.kv.ExistsResult
 
toString() - Method in class com.couchbase.client.java.kv.GetResult
 
toString() - Method in class com.couchbase.client.java.kv.LookupInResult
 
toString() - Method in class com.couchbase.client.java.kv.MutateInResult
 
toString() - Method in class com.couchbase.client.java.kv.MutationResult
 
toString() - Method in class com.couchbase.client.java.manager.SearchIndex
 
toString() - Method in class com.couchbase.client.java.query.QueryMeta
 
toString() - Method in class com.couchbase.client.java.query.QueryMetrics
 
toString() - Method in class com.couchbase.client.java.query.QueryResult
 
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.impl.DefaultSearchMetrics
 
toString() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchStatus
 
toString() - Method in class com.couchbase.client.java.search.result.rows.DefaultRowLocations
 
toString() - Method in class com.couchbase.client.java.search.result.rows.RowLocation
 
toString() - Method in class com.couchbase.client.java.search.result.SearchQueryRow
 
toString() - Method in class com.couchbase.client.java.search.SearchMeta
 
toString() - Method in class com.couchbase.client.java.view.ViewMeta
 
toString() - Method in class com.couchbase.client.java.view.ViewOptions
A string representation of this ViewQuery, suitable for logging and other human consumption.
toString() - Method in class com.couchbase.client.java.view.ViewResult
 
toString() - Method in class com.couchbase.client.java.view.ViewRow
 
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.
totalRows() - Method in class com.couchbase.client.java.search.result.impl.DefaultSearchMetrics
 
totalRows() - Method in interface com.couchbase.client.java.search.result.SearchMetrics
The total number of rows (or SearchQueryRow) in the result.
totalRows() - Method in class com.couchbase.client.java.view.ViewMeta
Returns the total number of rows in the view as presented by the server.
touch(Core, TouchRequest, String, PersistTo, ReplicateTo) - Static method in class com.couchbase.client.java.kv.TouchAccessor
 
touch(String, Duration) - Method in class com.couchbase.client.java.AsyncCollection
Updates the expiry of the document with the given id with default options.
touch(String, Duration) - Method in class com.couchbase.client.java.Collection
Updates the expiry of the document with the given id with default options.
touch(String, Duration) - Method in class com.couchbase.client.java.ReactiveCollection
Updates the expiry of the document with the given id with default options.
touch(String, Duration, TouchOptions) - Method in class com.couchbase.client.java.AsyncCollection
Updates the expiry of the document with the given id with custom options.
touch(String, Duration, TouchOptions) - Method in class com.couchbase.client.java.Collection
Updates the expiry of the document with the given id with custom options.
touch(String, Duration, TouchOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Updates the expiry of the document with the given id with custom options.
TouchAccessor - Class in com.couchbase.client.java.kv
 
TouchAccessor() - Constructor for class com.couchbase.client.java.kv.TouchAccessor
 
touchOptions() - Static method in class com.couchbase.client.java.kv.TouchOptions
 
TouchOptions - Class in com.couchbase.client.java.kv
 
TouchOptions.Built - Class in com.couchbase.client.java.kv
 
TRUE - com.couchbase.client.java.view.Stale
 
TWO - com.couchbase.client.java.kv.PersistTo
 
TWO - com.couchbase.client.java.kv.ReplicateTo
 
type(FieldType) - Method in class com.couchbase.client.java.search.sort.SearchSortField
 

U

unit(String) - Method in class com.couchbase.client.java.search.sort.SearchSortGeoDistance
 
UNKNOWN - com.couchbase.client.java.analytics.AnalyticsStatus
 
UNKNOWN - com.couchbase.client.java.query.QueryStatus
 
unlock(String, long) - Method in class com.couchbase.client.java.AsyncCollection
Unlocks a document if it has been locked previously, with default options.
unlock(String, long) - Method in class com.couchbase.client.java.Collection
Unlocks a document if it has been locked previously, with default options.
unlock(String, long) - Method in class com.couchbase.client.java.ReactiveCollection
Unlocks a document if it has been locked previously, with default options.
unlock(String, long, UnlockOptions) - Method in class com.couchbase.client.java.AsyncCollection
Unlocks a document if it has been locked previously, with custom options.
unlock(String, long, UnlockOptions) - Method in class com.couchbase.client.java.Collection
Unlocks a document if it has been locked previously, with custom options.
unlock(String, long, UnlockOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Unlocks a document if it has been locked previously, with custom options.
unlock(String, Core, UnlockRequest) - Static method in class com.couchbase.client.java.kv.UnlockAccessor
 
UnlockAccessor - Class in com.couchbase.client.java.kv
 
UnlockAccessor() - Constructor for class com.couchbase.client.java.kv.UnlockAccessor
 
unlockOptions() - Static method in class com.couchbase.client.java.kv.UnlockOptions
 
UnlockOptions - Class in com.couchbase.client.java.kv
 
UnlockOptions.Built - Class in com.couchbase.client.java.kv
 
UPDATE_AFTER - com.couchbase.client.java.view.Stale
 
upsert(Core, UpsertRequest, String, PersistTo, ReplicateTo) - Static method in enum com.couchbase.client.java.kv.UpsertAccessor
 
upsert(String, Object) - Method in class com.couchbase.client.java.AsyncCollection
Upserts a full document which might or might not exist yet with default options.
upsert(String, Object) - Method in class com.couchbase.client.java.Collection
Upserts a full document which might or might not exist yet with default options.
upsert(String, Object) - Static method in class com.couchbase.client.java.kv.MutateInSpec
Creates a command with the intention of upserting a value in a JSON object.
upsert(String, Object) - Method in class com.couchbase.client.java.ReactiveCollection
Upserts a full document which might or might not exist yet with default options.
upsert(String, Object, UpsertOptions) - Method in class com.couchbase.client.java.AsyncCollection
Upserts a full document which might or might not exist yet with custom options.
upsert(String, Object, UpsertOptions) - Method in class com.couchbase.client.java.Collection
Upserts a full document which might or might not exist yet with custom options.
upsert(String, Object, UpsertOptions) - Method in class com.couchbase.client.java.ReactiveCollection
Upserts a full document which might or might not exist yet with custom options.
Upsert - Class in com.couchbase.client.java.kv
An intention to perform a SubDocument upsert operation.
UpsertAccessor - Enum in com.couchbase.client.java.kv
 
upsertDocument() - Method in class com.couchbase.client.java.kv.MutateInOptions.Built
 
upsertDocument(boolean) - Method in class com.couchbase.client.java.kv.MutateInOptions
 
upsertOptions() - Static method in class com.couchbase.client.java.kv.UpsertOptions
 
UpsertOptions - Class in com.couchbase.client.java.kv
 
UpsertOptions.Built - Class in com.couchbase.client.java.kv
 
uuid() - Method in class com.couchbase.client.java.manager.SearchIndex
 

V

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
 
valueAs(Class<T>) - Method in class com.couchbase.client.java.view.ViewRow
Decodes the value into the given target type if present.
valueOf(String) - Static method in enum com.couchbase.client.java.analytics.AnalyticsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.analytics.ScanConsistency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.AsyncUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.DurabilityUtils
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.GetAccessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.InsertAccessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.PersistTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.RemoveAccessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.ReplaceAccessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.ReplicaMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.ReplicateTo
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.kv.UpsertAccessor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.QueryProfile
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.QueryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.couchbase.client.java.query.ScanConsistency
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.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.analytics.AnalyticsStatus
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.analytics.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.AsyncUtils
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.kv.DurabilityUtils
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.kv.GetAccessor
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.kv.InsertAccessor
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.kv.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.kv.RemoveAccessor
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.kv.ReplaceAccessor
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.kv.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.kv.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.kv.UpsertAccessor
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.QueryProfile
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.QueryStatus
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.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.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.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.
ViewAccessor - Class in com.couchbase.client.java.view
Internal helper to access and convert view requests and responses.
ViewAccessor() - Constructor for class com.couchbase.client.java.view.ViewAccessor
 
ViewMeta - Class in com.couchbase.client.java.view
Holds Metadata associated with a ViewResult.
viewOptions() - Static method in class com.couchbase.client.java.view.ViewOptions
 
ViewOptions - Class in com.couchbase.client.java.view
 
ViewOptions.Built - Class in com.couchbase.client.java.view
 
viewQuery(String, String) - Method in class com.couchbase.client.java.AsyncBucket
 
viewQuery(String, String) - Method in class com.couchbase.client.java.Bucket
 
viewQuery(String, String) - Method in class com.couchbase.client.java.ReactiveBucket
 
viewQuery(String, String, ViewOptions) - Method in class com.couchbase.client.java.AsyncBucket
 
viewQuery(String, String, ViewOptions) - Method in class com.couchbase.client.java.Bucket
 
viewQuery(String, String, ViewOptions) - Method in class com.couchbase.client.java.ReactiveBucket
 
viewQueryAsync(Core, ViewRequest) - Static method in class com.couchbase.client.java.view.ViewAccessor
 
viewQueryReactive(Core, ViewRequest) - Static method in class com.couchbase.client.java.view.ViewAccessor
 
ViewResult - Class in com.couchbase.client.java.view
Holds a the result of a View request operation if successful.
ViewRow - Class in com.couchbase.client.java.view
 

W

warningCount() - Method in class com.couchbase.client.java.analytics.AnalyticsMetrics
 
warningCount() - Method in class com.couchbase.client.java.query.QueryMetrics
 
warnings() - Method in class com.couchbase.client.java.analytics.AnalyticsMeta
Returns warnings if present.
warnings() - Method in class com.couchbase.client.java.query.QueryMeta
Returns any warnings returned by the query engine, as a JsonArray.
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
 
withExpiration() - Method in class com.couchbase.client.java.kv.GetOptions.Built
 
withExpiration(boolean) - Method in class com.couchbase.client.java.kv.GetOptions
If set to true, the get will fetch the expiration for the document as well and return it as part of the GetResult.
wrap(byte[]) - Static method in class com.couchbase.client.java.codec.BinaryContent
 
wrap(byte[]) - Static method in class com.couchbase.client.java.codec.EncodedJsonContent
 
wrap(byte[]) - Static method in class com.couchbase.client.java.codec.StringContent
 
wrap(String) - Static method in class com.couchbase.client.java.codec.EncodedJsonContent
 
wrap(String) - Static method in class com.couchbase.client.java.codec.StringContent
 
wrap(T) - Static method in class com.couchbase.client.java.codec.SerializableContent
 
wrapWithDurability(CompletableFuture<T>, String, PersistTo, ReplicateTo, Core, KeyValueRequest<?>, boolean) - Static method in enum com.couchbase.client.java.kv.DurabilityUtils
Helper method to wrap a mutation result to perform durability requirements if needed.

X

xattr() - Method in class com.couchbase.client.java.kv.ArrayAddUnique
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.ArrayAppend
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.ArrayInsert
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.ArrayPrepend
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.Increment
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.Insert
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.LookupInSpec
 
xattr() - Method in class com.couchbase.client.java.kv.Remove
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.Replace
Sets that this is an extended attribute (xattr) field.
xattr() - Method in class com.couchbase.client.java.kv.Upsert
Sets that this is an extended attribute (xattr) field.
A B C D E F G H I J K L M N O P Q R S T U V W X 
All Classes All Packages