- cas() - Method in class com.couchbase.client.java.document.AbstractDocument
-
- cas() - Method in interface com.couchbase.client.java.document.Document
-
The last-known CAS value for the
Document
(0 if not set).
- CASMismatchException - Exception in com.couchbase.client.java.error
-
Identifying a CAS mismatch on a replace operation..
- CASMismatchException() - Constructor for exception com.couchbase.client.java.error.CASMismatchException
-
- CASMismatchException(String) - Constructor for exception com.couchbase.client.java.error.CASMismatchException
-
- CASMismatchException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.CASMismatchException
-
- CASMismatchException(Throwable) - Constructor for exception com.couchbase.client.java.error.CASMismatchException
-
- checkAvailable(CouchbaseFeature) - Method in interface com.couchbase.client.java.cluster.ClusterInfo
-
- checkAvailable(CouchbaseFeature) - Method in class com.couchbase.client.java.cluster.DefaultClusterInfo
-
- checkType(Object) - Static method in class com.couchbase.client.java.document.json.JsonValue
-
Helper method to check if the given item is a supported JSON item.
- clientContextId() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
-
- clientContextId() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
-
- clientContextId() - Method in class com.couchbase.client.java.query.DefaultQueryResult
-
- clientContextId() - Method in interface com.couchbase.client.java.query.QueryResult
-
- close() - Method in interface com.couchbase.client.java.AsyncBucket
-
- close() - Method in interface com.couchbase.client.java.Bucket
-
Closes this bucket with the default disconnect timeout.
- close(long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Closes this bucket with a custom timeout.
- close() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- close() - Method in class com.couchbase.client.java.CouchbaseBucket
-
- close(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- Cluster - Interface in com.couchbase.client.java
-
Represents a Couchbase Server
Cluster
.
- ClusterInfo - Interface in com.couchbase.client.java.cluster
-
Provides information about a
Cluster
.
- clusterManager(String, String) - Method in interface com.couchbase.client.java.AsyncCluster
-
- ClusterManager - Interface in com.couchbase.client.java.cluster
-
Provides management capabilities for a Couchbase Server
Cluster
.
- clusterManager(String, String) - Method in interface com.couchbase.client.java.Cluster
-
Provides access to the
ClusterManager
to perform cluster-wide operations.
- clusterManager(String, String) - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- clusterManager(String, String) - Method in class com.couchbase.client.java.CouchbaseCluster
-
- com.couchbase.client.java - package com.couchbase.client.java
-
- com.couchbase.client.java.bucket - package com.couchbase.client.java.bucket
-
- com.couchbase.client.java.cluster - package com.couchbase.client.java.cluster
-
- com.couchbase.client.java.document - package com.couchbase.client.java.document
-
- com.couchbase.client.java.document.json - package com.couchbase.client.java.document.json
-
- com.couchbase.client.java.env - package com.couchbase.client.java.env
-
- com.couchbase.client.java.error - package com.couchbase.client.java.error
-
- com.couchbase.client.java.query - package com.couchbase.client.java.query
-
- com.couchbase.client.java.query.consistency - package com.couchbase.client.java.query.consistency
-
- com.couchbase.client.java.query.dsl - package com.couchbase.client.java.query.dsl
-
- com.couchbase.client.java.query.dsl.element - package com.couchbase.client.java.query.dsl.element
-
- com.couchbase.client.java.query.dsl.path - package com.couchbase.client.java.query.dsl.path
-
- com.couchbase.client.java.transcoder - package com.couchbase.client.java.transcoder
-
- com.couchbase.client.java.util - package com.couchbase.client.java.util
-
- com.couchbase.client.java.util.features - package com.couchbase.client.java.util.features
-
- com.couchbase.client.java.view - package com.couchbase.client.java.view
-
- COMMON_FORMAT_MASK - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
32bit flag is composed of: - 3 compression bits - 1 bit reserved for future use - 4 format flags bits.
- compareTo(Version) - Method in class com.couchbase.client.java.util.features.Version
-
- compress(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- computationPoolSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- concat(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
- ConnectionString - Class in com.couchbase.client.java
-
- ConnectionString(String) - Constructor for class com.couchbase.client.java.ConnectionString
-
- ConnectionString.Scheme - Enum in com.couchbase.client.java
-
- connectTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
-
- connectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- connectTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- connectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-
- consistency(ScanConsistency) - Method in class com.couchbase.client.java.query.QueryParams
-
Sets scan consistency.
- containsKey(String) - Method in class com.couchbase.client.java.document.json.JsonObject
-
- containsValue(Object) - Method in class com.couchbase.client.java.document.json.JsonObject
-
- content() - Method in class com.couchbase.client.java.document.AbstractDocument
-
- content() - Method in interface com.couchbase.client.java.document.Document
-
- core() - Method in interface com.couchbase.client.java.AsyncBucket
-
Returns the underlying “core-io” library through its ClusterFacade
.
- core() - Method in interface com.couchbase.client.java.AsyncCluster
-
Returns the underlying “core-io” library through its ClusterFacade
.
- core() - Method in interface com.couchbase.client.java.Bucket
-
Returns the underlying “core-io” library through its ClusterFacade
.
- core() - Method in interface com.couchbase.client.java.Cluster
-
Returns the underlying “core-io” library through its ClusterFacade
.
- core() - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- core() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- core() - Method in class com.couchbase.client.java.CouchbaseBucket
-
- core() - Method in class com.couchbase.client.java.CouchbaseCluster
-
- CouchbaseAsyncBucket - Class in com.couchbase.client.java
-
- CouchbaseAsyncBucket(ClusterFacade, CouchbaseEnvironment, String, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseAsyncBucket
-
- CouchbaseAsyncCluster - Class in com.couchbase.client.java
-
- CouchbaseBucket - Class in com.couchbase.client.java
-
- CouchbaseBucket(CouchbaseEnvironment, ClusterFacade, String, String, List<Transcoder<? extends Document, ?>>) - Constructor for class com.couchbase.client.java.CouchbaseBucket
-
- CouchbaseCluster - Class in com.couchbase.client.java
-
- CouchbaseEnvironment - Interface in com.couchbase.client.java.env
-
- CouchbaseFeature - Enum in com.couchbase.client.java.util.features
-
Enumeration of all Couchbase Features supported by this SDK.
- CouchbaseOutOfMemoryException - Exception in com.couchbase.client.java.error
-
Thrown when Couchbase Server returns with an Out of Memory error.
- CouchbaseOutOfMemoryException() - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
-
- CouchbaseOutOfMemoryException(String) - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
-
- CouchbaseOutOfMemoryException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
-
- CouchbaseOutOfMemoryException(Throwable) - Constructor for exception com.couchbase.client.java.error.CouchbaseOutOfMemoryException
-
- counter(String, long) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value and a default value of 0.
- counter(String, long, long) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value and a initial value if it does not exist.
- counter(String, long, long, int) - Method in interface com.couchbase.client.java.AsyncBucket
-
Increment or decrement a counter with the given value and a initial value if it does not exist.
- counter(String, long) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value and a default value of 0 with the default key/value timeout.
- counter(String, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value and a default value of 0 with a custom timeout.
- counter(String, long, long) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value and a initial value if it does not exist with the default key/value timeout.
- counter(String, long, long, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value and a initial value if it does not exist with a custom timeout.
- counter(String, long, long, int) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value and a initial value if it does not exist with the default key/value timeout.
- counter(String, long, long, int, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Increment or decrement a counter with the given value and a initial value if it does not exist with a custom timeout.
- counter(String, long) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long, long, int) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- counter(String, long) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- counter(String, long, long, int, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- create(String, String, ClusterFacade) - Static method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
-
- create(JsonObject) - Static method in class com.couchbase.client.java.bucket.DefaultBucketInfo
-
- create(CouchbaseEnvironment, String, String, ClusterFacade) - Static method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- create(String, String, ConnectionString, CouchbaseEnvironment, ClusterFacade) - Static method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
-
- create(String, String, ConnectionString, CouchbaseEnvironment, ClusterFacade) - Static method in class com.couchbase.client.java.cluster.DefaultClusterManager
-
- create(String) - Static method in class com.couchbase.client.java.ConnectionString
-
- create() - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- create(CouchbaseEnvironment) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- create(String...) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- create(List<String>) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- create(CouchbaseEnvironment, String...) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- create(CouchbaseEnvironment, List<String>) - Static method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- create() - Static method in class com.couchbase.client.java.CouchbaseCluster
-
- create(CouchbaseEnvironment) - Static method in class com.couchbase.client.java.CouchbaseCluster
-
- create(String...) - Static method in class com.couchbase.client.java.CouchbaseCluster
-
- create(List<String>) - Static method in class com.couchbase.client.java.CouchbaseCluster
-
- create(CouchbaseEnvironment, String...) - Static method in class com.couchbase.client.java.CouchbaseCluster
-
- create(CouchbaseEnvironment, List<String>) - Static method in class com.couchbase.client.java.CouchbaseCluster
-
- create(String) - Static method in class com.couchbase.client.java.document.BinaryDocument
-
- create(String, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
-
- create(String, ByteBuf, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
-
Creates a
BinaryDocument
which the document id, content and the CAS value.
- create(String, int, ByteBuf) - Static method in class com.couchbase.client.java.document.BinaryDocument
-
Creates a
BinaryDocument
which the document id, content and the expiration time.
- create(String, int, ByteBuf, long) - Static method in class com.couchbase.client.java.document.BinaryDocument
-
Creates a
BinaryDocument
which the document id, content, CAS value, expiration time and status code.
- create() - Static method in class com.couchbase.client.java.document.json.JsonArray
-
- create() - Static method in class com.couchbase.client.java.document.json.JsonObject
-
- create(String) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
-
- create(String, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
-
Creates a
JsonDocument
which the document id and JSON content.
- create(String, JsonArray, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
-
Creates a
JsonDocument
which the document id, JSON content and the CAS value.
- create(String, int, JsonArray) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
-
Creates a
JsonDocument
which the document id, JSON content and the expiration time.
- create(String, int, JsonArray, long) - Static method in class com.couchbase.client.java.document.JsonArrayDocument
-
Creates a
JsonDocument
which the document id, JSON content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- create(String, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- create(String, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- create(String, int, Boolean) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
- create(String, int, Boolean, long) - Static method in class com.couchbase.client.java.document.JsonBooleanDocument
-
Creates a
JsonBooleanDocument
which the document id, content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.JsonDocument
-
- create(String, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
-
Creates a
JsonDocument
which the document id and JSON content.
- create(String, JsonObject, long) - Static method in class com.couchbase.client.java.document.JsonDocument
-
Creates a
JsonDocument
which the document id, JSON content and the CAS value.
- create(String, int, JsonObject) - Static method in class com.couchbase.client.java.document.JsonDocument
-
Creates a
JsonDocument
which the document id, JSON content and the expiration time.
- create(String, int, JsonObject, long) - Static method in class com.couchbase.client.java.document.JsonDocument
-
Creates a
JsonDocument
which the document id, JSON content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- create(String, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- create(String, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- create(String, int, Double) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
- create(String, int, Double, long) - Static method in class com.couchbase.client.java.document.JsonDoubleDocument
-
Creates a
JsonDoubleDocument
which the document id, content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
- create(String, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
- create(String, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
- create(String, int, Long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
Creates a
JsonLongDocument
which the document id, content and the expiration time.
- create(String, int, Long, long) - Static method in class com.couchbase.client.java.document.JsonLongDocument
-
Creates a
JsonLongDocument
which the document id, content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- create(String, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- create(String, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- create(String, int, String) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
- create(String, int, String, long) - Static method in class com.couchbase.client.java.document.JsonStringDocument
-
Creates a
JsonStringDocument
which the document id, content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.LegacyDocument
-
- create(String, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
-
- create(String, Object, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
-
Creates a
LegacyDocument
which the document id, JSON content and the CAS value.
- create(String, int, Object) - Static method in class com.couchbase.client.java.document.LegacyDocument
-
Creates a
LegacyDocument
which the document id, JSON content and the expiration time.
- create(String, int, Object, long) - Static method in class com.couchbase.client.java.document.LegacyDocument
-
Creates a
LegacyDocument
which the document id, JSON content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
-
- create(String, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
-
- create(String, String, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
-
Creates a
RawJsonDocument
which the document id, JSON content and the CAS value.
- create(String, int, String) - Static method in class com.couchbase.client.java.document.RawJsonDocument
-
Creates a
RawJsonDocument
which the document id, JSON content and the expiration time.
- create(String, int, String, long) - Static method in class com.couchbase.client.java.document.RawJsonDocument
-
Creates a
RawJsonDocument
which the document id, JSON content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- create(String, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- create(String, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- create(String, int, Serializable) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
- create(String, int, Serializable, long) - Static method in class com.couchbase.client.java.document.SerializableDocument
-
Creates a
SerializableDocument
which the document id, content, CAS value, expiration time and status code.
- create(String) - Static method in class com.couchbase.client.java.document.StringDocument
-
- create(String, String) - Static method in class com.couchbase.client.java.document.StringDocument
-
- create(String, String, long) - Static method in class com.couchbase.client.java.document.StringDocument
-
Creates a
StringDocument
which the document id, content and the CAS value.
- create(String, int, String) - Static method in class com.couchbase.client.java.document.StringDocument
-
Creates a
StringDocument
which the document id, content and the expiration time.
- create(String, int, String, long) - Static method in class com.couchbase.client.java.document.StringDocument
-
Creates a
StringDocument
which the document id, content, CAS value, expiration time and status code.
- create() - Static method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-
- create(Bucket) - Static method in class com.couchbase.client.java.util.NodeLocatorHelper
-
- create(String, String, String) - Static method in class com.couchbase.client.java.view.DefaultView
-
- create(String, String) - Static method in class com.couchbase.client.java.view.DefaultView
-
- create(String, List<View>) - Static method in class com.couchbase.client.java.view.DesignDocument
-
- create(String, String) - Static method in class com.couchbase.client.java.view.SpatialView
-
- createCommonFlags(int) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
-
Takes a integer representation of flags and moves them to the common flags MSBs.
- dcpEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- debug() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
-
If debug was enabled on the query, it is contained here.
- debug() - Method in interface com.couchbase.client.java.view.AsyncViewResult
-
If debug was enabled on the query, it is contained here.
- debug() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
-
- debug() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
-
- debug() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
-
- debug() - Method in class com.couchbase.client.java.view.DefaultViewResult
-
- debug() - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Enabled debugging on view queries.
- debug(boolean) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- debug() - Method in interface com.couchbase.client.java.view.SpatialViewResult
-
If debug was enabled on the query, it is contained here.
- debug() - Method in class com.couchbase.client.java.view.ViewQuery
-
Enabled debugging on view queries.
- debug(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
-
- debug() - Method in interface com.couchbase.client.java.view.ViewResult
-
If debug was enabled on the query, it is contained here.
- decode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
-
- decode(String, ByteBuf, long, int, int, ResponseStatus) - Method in interface com.couchbase.client.java.transcoder.Transcoder
-
- decodeLong(byte[]) - Static method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- decompress(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- DEFAULT_COMPRESSION_THRESHOLD - Static variable in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- DEFAULT_SCHEME - Static variable in class com.couchbase.client.java.ConnectionString
-
- DefaultAsPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultAsPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultAsPath
-
- DefaultAsyncBucketManager - Class in com.couchbase.client.java.bucket
-
- DefaultAsyncClusterManager - Class in com.couchbase.client.java.cluster
-
- DefaultAsyncQueryResult - Class in com.couchbase.client.java.query
-
.
- DefaultAsyncQueryResult(Observable<AsyncQueryRow>, Observable<JsonObject>, Observable<JsonObject>, Observable<JsonObject>, Observable<Boolean>, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultAsyncQueryResult
-
- DefaultAsyncQueryRow - Class in com.couchbase.client.java.query
-
- DefaultAsyncQueryRow(JsonObject) - Constructor for class com.couchbase.client.java.query.DefaultAsyncQueryRow
-
- DefaultAsyncSpatialViewResult - Class in com.couchbase.client.java.view
-
- DefaultAsyncSpatialViewResult(Observable<AsyncSpatialViewRow>, boolean, JsonObject, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
-
- DefaultAsyncSpatialViewRow - Class in com.couchbase.client.java.view
-
- DefaultAsyncSpatialViewRow(AsyncBucket, String, JsonArray, Object, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
-
- DefaultAsyncViewResult - Class in com.couchbase.client.java.view
-
Created by michael on 05/05/14.
- DefaultAsyncViewResult(Observable<AsyncViewRow>, int, boolean, JsonObject, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultAsyncViewResult
-
- DefaultAsyncViewRow - Class in com.couchbase.client.java.view
-
- DefaultAsyncViewRow(AsyncBucket, String, Object, Object) - Constructor for class com.couchbase.client.java.view.DefaultAsyncViewRow
-
- DefaultBucketInfo - Class in com.couchbase.client.java.bucket
-
- DefaultBucketManager - Class in com.couchbase.client.java.bucket
-
- DefaultBucketSettings - Class in com.couchbase.client.java.cluster
-
- DefaultBucketSettings.Builder - Class in com.couchbase.client.java.cluster
-
- DefaultClusterInfo - Class in com.couchbase.client.java.cluster
-
- DefaultClusterInfo(JsonObject) - Constructor for class com.couchbase.client.java.cluster.DefaultClusterInfo
-
- DefaultClusterManager - Class in com.couchbase.client.java.cluster
-
- DefaultCouchbaseEnvironment - Class in com.couchbase.client.java.env
-
- DefaultCouchbaseEnvironment.Builder - Class in com.couchbase.client.java.env
-
- DefaultFromPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultFromPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultFromPath
-
- DefaultGroupByPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultGroupByPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultGroupByPath
-
- DefaultHavingPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultHavingPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultHavingPath
-
- DefaultJoinPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultJoinPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultJoinPath
-
- DefaultKeysPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultKeysPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultKeysPath
-
- DefaultLetPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultLetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- DefaultLettingPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultLettingPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultLettingPath
-
- DefaultLimitPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultLimitPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultLimitPath
-
- DefaultNestPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultNestPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultNestPath
-
- DefaultOffsetPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultOffsetPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultOffsetPath
-
- DefaultOrderByPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultOrderByPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultOrderByPath
-
- DefaultQueryResult - Class in com.couchbase.client.java.query
-
- DefaultQueryResult(List<AsyncQueryRow>, JsonObject, JsonObject, List<JsonObject>, Boolean, boolean, String, String) - Constructor for class com.couchbase.client.java.query.DefaultQueryResult
-
Create a default blocking representation of a query result.
- DefaultQueryRow - Class in com.couchbase.client.java.query
-
- DefaultQueryRow(JsonObject) - Constructor for class com.couchbase.client.java.query.DefaultQueryRow
-
- DefaultSelectPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultSelectPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- DefaultSelectResultPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultSelectResultPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultSelectResultPath
-
- DefaultSpatialViewResult - Class in com.couchbase.client.java.view
-
- DefaultSpatialViewResult(CouchbaseEnvironment, Bucket, Observable<AsyncSpatialViewRow>, boolean, JsonObject, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultSpatialViewResult
-
- DefaultSpatialViewRow - Class in com.couchbase.client.java.view
-
- DefaultSpatialViewRow(CouchbaseEnvironment, Bucket, String, JsonArray, Object, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- DefaultUnnestPath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultUnnestPath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultUnnestPath
-
- DefaultView - Class in com.couchbase.client.java.view
-
Implementation of a regular, non spatial view.
- DefaultView(String, String, String) - Constructor for class com.couchbase.client.java.view.DefaultView
-
- DefaultViewResult - Class in com.couchbase.client.java.view
-
- DefaultViewResult(CouchbaseEnvironment, Bucket, Observable<AsyncViewRow>, int, boolean, JsonObject, JsonObject) - Constructor for class com.couchbase.client.java.view.DefaultViewResult
-
- DefaultViewRow - Class in com.couchbase.client.java.view
-
- DefaultViewRow(CouchbaseEnvironment, Bucket, String, Object, Object) - Constructor for class com.couchbase.client.java.view.DefaultViewRow
-
- DefaultWherePath - Class in com.couchbase.client.java.query.dsl.path
-
.
- DefaultWherePath(AbstractPath) - Constructor for class com.couchbase.client.java.query.dsl.path.DefaultWherePath
-
- desc(String) - Static method in class com.couchbase.client.java.query.dsl.Sort
-
- descending() - Method in class com.couchbase.client.java.view.ViewQuery
-
Return the documents in descending by key order.
- descending(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
-
- deserialize(byte[]) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- deserialize(ByteBuf) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
-
Takes the input content and deserializes it.
- DesignDocument - Class in com.couchbase.client.java.view
-
Represents a design document to store and load.
- DesignDocument(String, List<View>) - Constructor for class com.couchbase.client.java.view.DesignDocument
-
- DesignDocumentAlreadyExistsException - Exception in com.couchbase.client.java.error
-
- DesignDocumentAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
-
- DesignDocumentAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
-
- DesignDocumentAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
-
- DesignDocumentAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentAlreadyExistsException
-
- DesignDocumentException - Exception in com.couchbase.client.java.error
-
- DesignDocumentException() - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
-
- DesignDocumentException(String) - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
-
- DesignDocumentException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
-
- DesignDocumentException(Throwable) - Constructor for exception com.couchbase.client.java.error.DesignDocumentException
-
- development() - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- development(boolean) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- development() - Method in class com.couchbase.client.java.view.ViewQuery
-
- development(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
-
- disconnect() - Method in interface com.couchbase.client.java.AsyncCluster
-
Disconnects form all open buckets and shuts down the
CouchbaseEnvironment
if it is the exclusive owner.
- disconnect() - Method in interface com.couchbase.client.java.Cluster
-
Disconnects form all open buckets and shuts down the
CouchbaseEnvironment
if it is the exclusive owner with the default disconnect timeout.
- disconnect(long, TimeUnit) - Method in interface com.couchbase.client.java.Cluster
-
Disconnects form all open buckets and shuts down the
CouchbaseEnvironment
if it is the exclusive owner with a custom timeout.
- disconnect() - Method in class com.couchbase.client.java.CouchbaseAsyncCluster
-
- disconnect() - Method in class com.couchbase.client.java.CouchbaseCluster
-
- disconnect(long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseCluster
-
- disconnectTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
-
- disconnectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- disconnectTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- disconnectTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-
- dnsSrvEnabled() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
-
Returns whether DNS SRV lookup for the bootstrap nodes is enabled or not.
- dnsSrvEnabled() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- dnsSrvEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- dnsSrvEnabled() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-
- Document<T> - Interface in com.couchbase.client.java.document
-
- document() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
-
Load the underlying document.
- document(Class<D>) - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
-
Load the underlying document.
- document() - Method in interface com.couchbase.client.java.view.AsyncViewRow
-
Load the underlying document, if not reduced.
- document(Class<D>) - Method in interface com.couchbase.client.java.view.AsyncViewRow
-
Load the underlying document, if not reduced.
- document() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
-
- document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
-
- document() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
-
- document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
-
- document() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- document(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- document(Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- document() - Method in class com.couchbase.client.java.view.DefaultViewRow
-
- document(long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewRow
-
- document(Class<D>) - Method in class com.couchbase.client.java.view.DefaultViewRow
-
- document(Class<D>, long, TimeUnit) - Method in class com.couchbase.client.java.view.DefaultViewRow
-
- document() - Method in interface com.couchbase.client.java.view.SpatialViewRow
-
Load the underlying document, if not reduced with the default view timeout.
- document(long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewRow
-
Load the underlying document, if not reduced with a custom timeout.
- document(Class<D>) - Method in interface com.couchbase.client.java.view.SpatialViewRow
-
Load the underlying document, if not reduced with the default view timeout.
- document(Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.view.SpatialViewRow
-
Load the underlying document, if not reduced with a custom timeout.
- document() - Method in interface com.couchbase.client.java.view.ViewRow
-
Load the underlying document, if not reduced with the default view timeout.
- document(long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewRow
-
Load the underlying document, if not reduced with a custom timeout.
- document(Class<D>) - Method in interface com.couchbase.client.java.view.ViewRow
-
Load the underlying document, if not reduced with the default view timeout.
- document(Class<D>, long, TimeUnit) - Method in interface com.couchbase.client.java.view.ViewRow
-
Load the underlying document, if not reduced with a custom timeout.
- DocumentAlreadyExistsException - Exception in com.couchbase.client.java.error
-
Raised when the document already exists and an insert operation is used..
- DocumentAlreadyExistsException() - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
-
- DocumentAlreadyExistsException(String) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
-
- DocumentAlreadyExistsException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
-
- DocumentAlreadyExistsException(Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentAlreadyExistsException
-
- DocumentDoesNotExistException - Exception in com.couchbase.client.java.error
-
Raised when the document does not exist and a replace operation is used..
- DocumentDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
-
- DocumentDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
-
- DocumentDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
-
- DocumentDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.DocumentDoesNotExistException
-
- documentType() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
-
- documentType() - Method in class com.couchbase.client.java.transcoder.StringTranscoder
-
- documentType() - Method in interface com.couchbase.client.java.transcoder.Transcoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
-
Perform the decoding of the received response.
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
-
- doDecode(String, ByteBuf, long, int, int, ResponseStatus) - Method in class com.couchbase.client.java.transcoder.StringTranscoder
-
- doEncode(D) - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
-
Perform the encoding of the request document.
- doEncode(BinaryDocument) - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
-
- doEncode(JsonArrayDocument) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
-
- doEncode(JsonBooleanDocument) - Method in class com.couchbase.client.java.transcoder.JsonBooleanTranscoder
-
- doEncode(JsonDoubleDocument) - Method in class com.couchbase.client.java.transcoder.JsonDoubleTranscoder
-
- doEncode(JsonLongDocument) - Method in class com.couchbase.client.java.transcoder.JsonLongTranscoder
-
- doEncode(JsonStringDocument) - Method in class com.couchbase.client.java.transcoder.JsonStringTranscoder
-
- doEncode(JsonDocument) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
-
- doEncode(LegacyDocument) - Method in class com.couchbase.client.java.transcoder.LegacyTranscoder
-
- doEncode(RawJsonDocument) - Method in class com.couchbase.client.java.transcoder.RawJsonTranscoder
-
- doEncode(SerializableDocument) - Method in class com.couchbase.client.java.transcoder.SerializableTranscoder
-
- doEncode(StringDocument) - Method in class com.couchbase.client.java.transcoder.StringTranscoder
-
- DOUBLE_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- DOUBLE_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- DurabilityException - Exception in com.couchbase.client.java.error
-
Raised if the durability requirement could not be met.
- DurabilityException() - Constructor for exception com.couchbase.client.java.error.DurabilityException
-
- DurabilityException(String) - Constructor for exception com.couchbase.client.java.error.DurabilityException
-
- DurabilityException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.DurabilityException
-
- DurabilityException(Throwable) - Constructor for exception com.couchbase.client.java.error.DurabilityException
-
- i(String...) - Static method in class com.couchbase.client.java.query.dsl.Expression
-
An identifier or list of identifiers escaped using backquotes `.
- id() - Method in class com.couchbase.client.java.document.AbstractDocument
-
- id() - Method in interface com.couchbase.client.java.document.Document
-
The per-bucket unique ID of the
Document
.
- id() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
-
The id of the document, if not reduced.
- id() - Method in interface com.couchbase.client.java.view.AsyncViewRow
-
The id of the document, if not reduced.
- id() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
-
- id() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
-
- id() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- id() - Method in class com.couchbase.client.java.view.DefaultViewRow
-
- id() - Method in interface com.couchbase.client.java.view.SpatialViewRow
-
The id of the document, if not reduced.
- id() - Method in interface com.couchbase.client.java.view.ViewRow
-
The id of the document, if not reduced.
- identifier() - Method in enum com.couchbase.client.java.view.OnError
-
- identifier() - Method in enum com.couchbase.client.java.view.Stale
-
- in(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
- inclusiveEnd() - Method in class com.couchbase.client.java.view.ViewQuery
-
Specifies whether the specified end key should be included in the result.
- inclusiveEnd(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
-
- indexReplicas() - Method in interface com.couchbase.client.java.cluster.BucketSettings
-
If replicas are indexed.
- indexReplicas() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
-
- indexReplicas(boolean) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
-
- indexReplicas() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
-
- info() - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
-
Returns information about the connected bucket.
- info() - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Returns information about the connected bucket with the default management timeout.
- info(long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Returns information about the connected bucket with a custom timeout.
- info() - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
-
- info() - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- info(long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- info() - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
-
Provides information about the cluster.
- info() - Method in interface com.couchbase.client.java.cluster.ClusterManager
-
Provides information about the cluster with the default management timeout.
- info(long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
-
Provides information about the cluster with a custom timeout.
- info() - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
-
- info() - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
-
- info(long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
-
- info() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
-
- info() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
-
- info() - Method in class com.couchbase.client.java.query.DefaultQueryResult
-
- info() - Method in interface com.couchbase.client.java.query.QueryResult
-
- injectParams(JsonObject) - Method in class com.couchbase.client.java.query.QueryParams
-
- innerJoin(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerJoin(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- innerNest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerNest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- innerUnnest(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultLetPath
-
- innerUnnest(String) - Method in interface com.couchbase.client.java.query.dsl.path.LetPath
-
- insert(D) - Method in interface com.couchbase.client.java.AsyncBucket
-
Insert a
Document
if it does not exist already.
- insert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Insert a
Document
if it does not exist already and watch for durability constraints.
- insert(D, PersistTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Insert a
Document
if it does not exist already and watch for durability constraints.
- insert(D, ReplicateTo) - Method in interface com.couchbase.client.java.AsyncBucket
-
Insert a
Document
if it does not exist already and watch for durability constraints.
- insert(D) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already with the default key/value timeout.
- insert(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already with a custom timeout.
- insert(D, PersistTo, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already and watch for durability constraints with the default key/value timeout.
- insert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already and watch for durability constraints with a custom timeout.
- insert(D, PersistTo) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already and watch for durability constraints with the default key/value timeout.
- insert(D, PersistTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already and watch for durability constraints with a custom timeout.
- insert(D, ReplicateTo) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already and watch for durability constraints with the default key/value timeout.
- insert(D, ReplicateTo, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Insert a
Document
if it does not exist already and watch for durability constraints with a custom timeout.
- insert(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- insert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- insert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- insert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- insert(D) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, PersistTo, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, PersistTo, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, PersistTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, PersistTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, ReplicateTo) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insert(D, ReplicateTo, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.AsyncClusterManager
-
- insertBucket(BucketSettings) - Method in interface com.couchbase.client.java.cluster.ClusterManager
-
Inserts a
Bucket
with its
BucketSettings
if it does not already exist with the default management timeout.
- insertBucket(BucketSettings, long, TimeUnit) - Method in interface com.couchbase.client.java.cluster.ClusterManager
-
- insertBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultAsyncClusterManager
-
- insertBucket(BucketSettings) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
-
- insertBucket(BucketSettings, long, TimeUnit) - Method in class com.couchbase.client.java.cluster.DefaultClusterManager
-
- insertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
-
- insertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
-
Inserts a
DesignDocument
into development or production if it does not exist.
- insertDesignDocument(DesignDocument) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Inserts a
DesignDocument
into production if it does not exist with the default management timeout.
- insertDesignDocument(DesignDocument, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Inserts a
DesignDocument
into production if it does not exist with a custom timeout.
- insertDesignDocument(DesignDocument, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Inserts a
DesignDocument
into development or production if it does not exist with the default management timeout.
- insertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Inserts a
DesignDocument
into development or production if it does not exist with a custom timeout.
- insertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
-
- insertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
-
- insertDesignDocument(DesignDocument) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- insertDesignDocument(DesignDocument, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- insertDesignDocument(DesignDocument, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- insertDesignDocument(DesignDocument, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- INSTANCE - Static variable in class com.couchbase.client.java.document.json.JsonNull
-
- InvalidPasswordException - Exception in com.couchbase.client.java.error
-
This exception is commonly raised when the password for a resource does not match.
- InvalidPasswordException() - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
-
- InvalidPasswordException(String) - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
-
- InvalidPasswordException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
-
- InvalidPasswordException(Throwable) - Constructor for exception com.couchbase.client.java.error.InvalidPasswordException
-
- ioPool(EventLoopGroup) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- ioPoolSize(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- is(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isAvailableOn(Version) - Method in enum com.couchbase.client.java.util.features.CouchbaseFeature
-
Checks if this feature is available on the provided server version.
- isDevelopment() - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- isDevelopment() - Method in class com.couchbase.client.java.view.ViewQuery
-
- isEmpty() - Method in class com.couchbase.client.java.document.json.JsonArray
-
- isEmpty() - Method in class com.couchbase.client.java.document.json.JsonObject
-
Returns true if the
JsonObject
is empty, false otherwise.
- isMissing() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isNotMissing() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isNotNull() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isNotValued() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isNull() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isNull(Expression) - Method in class com.couchbase.client.java.query.dsl.Expression
-
- isValued() - Method in class com.couchbase.client.java.query.dsl.Expression
-
- iterator() - Method in class com.couchbase.client.java.document.json.JsonArray
-
- iterator() - Method in class com.couchbase.client.java.query.DefaultQueryResult
-
- iterator() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
-
- iterator() - Method in class com.couchbase.client.java.view.DefaultViewResult
-
- packageNameAndVersion(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- packageNameAndVersion() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- parametrized(Statement, JsonArray) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with positionalParameters.
- parametrized(Statement, JsonObject) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with named parameters.
- parametrized(Statement, JsonArray, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with positionalParameters.
- parametrized(Statement, JsonObject, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with named parameters.
- parametrized(String, JsonArray) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with positionalParameters.
- parametrized(String, JsonObject) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with named parameters.
- parametrized(String, JsonArray, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with positionalParameters.
- parametrized(String, JsonObject, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new query with named parameters.
- ParametrizedQuery - Class in com.couchbase.client.java.query
-
Represent a N1QL with an optionally parametrized statement (in which case the values must be passed according to the type and number of placeholders).
- params() - Method in class com.couchbase.client.java.ConnectionString
-
- params() - Method in class com.couchbase.client.java.query.AbstractQuery
-
- params() - Method in class com.couchbase.client.java.query.Query
-
Returns the
QueryParams
representing customization of the N1QL query.
- parseSuccess() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
-
- parseSuccess() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
-
This only denotes initial success in parsing the query.
- parseSuccess() - Method in class com.couchbase.client.java.query.DefaultQueryResult
-
- parseSuccess() - Method in interface com.couchbase.client.java.query.QueryResult
-
- parseVersion(String) - Static method in class com.couchbase.client.java.util.features.Version
-
- password() - Method in interface com.couchbase.client.java.cluster.BucketSettings
-
The password of the bucket.
- password() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
-
- password(String) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
-
- password() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
-
- patch() - Method in class com.couchbase.client.java.util.features.Version
-
- Path - Interface in com.couchbase.client.java.query.dsl.path
-
.
- PersistTo - Enum in com.couchbase.client.java
-
Defines the possible disk persistence constraints to observe.
- plan() - Method in class com.couchbase.client.java.query.QueryPlan
-
- populateParameters(JsonObject, JsonValue) - Static method in class com.couchbase.client.java.query.AbstractQuery
-
Populate a
JsonObject
representation of a query with parameters, either positional or named.
- port() - Method in interface com.couchbase.client.java.cluster.BucketSettings
-
The optional proxy port.
- port() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
-
- port(int) - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings.Builder
-
- port() - Method in class com.couchbase.client.java.cluster.DefaultBucketSettings
-
- prepare(Statement) - Method in interface com.couchbase.client.java.AsyncBucket
-
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given
Statement
.
- prepare(String) - Method in interface com.couchbase.client.java.AsyncBucket
-
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given statement in
String
form.
- prepare(String) - Method in interface com.couchbase.client.java.Bucket
-
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given
String
statement, with the default timeout.
- prepare(Statement) - Method in interface com.couchbase.client.java.Bucket
-
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given
Statement
, with the default timeout.
- prepare(String, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given
String
statement, with a custom timeout.
- prepare(Statement, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Experimental: Queries a N1QL secondary index and prepare an execution plan via the given
Statement
, with a custom timeout.
- prepare(String) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- prepare(Statement) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- prepare(String) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- prepare(Statement) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- prepare(String, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- prepare(Statement, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- prepare(Statement) - Static method in class com.couchbase.client.java.query.PrepareStatement
-
- prepare(String) - Static method in class com.couchbase.client.java.query.PrepareStatement
-
- PREPARE_PREFIX - Static variable in class com.couchbase.client.java.query.PrepareStatement
-
a prefix to be used in order to prepare a query plan for a statement
- prepared(QueryPlan) - Static method in class com.couchbase.client.java.query.Query
-
Create a new prepared query without parameters (the original statement shouldn’t contain parameter placeholders).
- prepared(QueryPlan, JsonArray) - Static method in class com.couchbase.client.java.query.Query
-
Create a new prepared query with positionalParameters.
- prepared(QueryPlan, JsonObject) - Static method in class com.couchbase.client.java.query.Query
-
Create a new prepared query with named parameters.
- prepared(QueryPlan, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new prepared query without parameters (the original statement shouldn’t contain parameter placeholders).
- prepared(QueryPlan, JsonArray, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new prepared query with positionalParameters.
- prepared(QueryPlan, JsonObject, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new prepared query with named parameters.
- PreparedQuery - Class in com.couchbase.client.java.query
-
Represent a N1QL query, with a parametrized prepared statement plan (for which the values must be passed according to the type and number of placeholders).
- PrepareStatement - Class in com.couchbase.client.java.query
-
A PREPARE
Statement
that wraps another Statement in order to send it to the server and produce a
QueryPlan
.
- prepend(D) - Method in interface com.couchbase.client.java.AsyncBucket
-
- prepend(D) - Method in interface com.couchbase.client.java.Bucket
-
Prepend a
Document
to another one with the default key/value timeout.
- prepend(D, long, TimeUnit) - Method in interface com.couchbase.client.java.Bucket
-
Prepend a
Document
to another one with a custom timeout.
- prepend(D) - Method in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- prepend(D) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- prepend(D, long, TimeUnit) - Method in class com.couchbase.client.java.CouchbaseBucket
-
- PRIVATE_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- publishDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
-
- publishDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.AsyncBucketManager
-
- publishDesignDocument(String) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Publishes a
DesignDocument
from development into production with the default management timeout.
- publishDesignDocument(String, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Publishes a
DesignDocument
from development into production with a custom timeout.
- publishDesignDocument(String, boolean) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Publishes a
DesignDocument
from development into production with the default management timeout.
- publishDesignDocument(String, boolean, long, TimeUnit) - Method in interface com.couchbase.client.java.bucket.BucketManager
-
Publishes a
DesignDocument
from development into production with a custom timeout.
- publishDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
-
- publishDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultAsyncBucketManager
-
- publishDesignDocument(String) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- publishDesignDocument(String, boolean) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- publishDesignDocument(String, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- publishDesignDocument(String, boolean, long, TimeUnit) - Method in class com.couchbase.client.java.bucket.DefaultBucketManager
-
- put(String, Object) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
Object
value identified by the field name.
- put(String, String) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
String
value identified by the field name.
- put(String, int) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
Integer
value identified by the field name.
- put(String, long) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
Long
value identified by the field name.
- put(String, double) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
Double
value identified by the field name.
- put(String, boolean) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
Boolean
value identified by the field name.
- put(String, JsonObject) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
JsonObject
value identified by the field name.
- put(String, Map<String, ?>) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Attempt to convert a
Map
to a
JsonObject
value and store it, identified by the field name.
- put(String, JsonArray) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
JsonArray
value identified by the field name.
- put(String, List<?>) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Stores a
JsonArray
value identified by the field name.
- putNull(String) - Method in class com.couchbase.client.java.document.json.JsonObject
-
Store a null value identified by the field’s name.
- s(String) - Static method in class com.couchbase.client.java.query.dsl.Expression
-
- ScanConsistency - Enum in com.couchbase.client.java.query.consistency
-
The possible values for scan_consistency in a N1QL request.
- scanWait(long, TimeUnit) - Method in class com.couchbase.client.java.query.QueryParams
-
- scheduler(Scheduler) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- scheme() - Method in class com.couchbase.client.java.ConnectionString
-
- SDK_PACKAGE_NAME_AND_VERSION - Static variable in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-
- select(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- select(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- select(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- select(String...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- Select - Class in com.couchbase.client.java.query
-
.
- select(Expression...) - Static method in class com.couchbase.client.java.query.Select
-
- select(String...) - Static method in class com.couchbase.client.java.query.Select
-
- selectAll(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- selectAll(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- selectAll(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- selectAll(String...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- selectAll(Expression...) - Static method in class com.couchbase.client.java.query.Select
-
- selectAll(String...) - Static method in class com.couchbase.client.java.query.Select
-
- selectDistinct(Expression...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- selectDistinct(String...) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- selectDistinct(Expression...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- selectDistinct(String...) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- selectDistinct(Expression...) - Static method in class com.couchbase.client.java.query.Select
-
- selectDistinct(String...) - Static method in class com.couchbase.client.java.query.Select
-
- SelectElement - Class in com.couchbase.client.java.query.dsl.element
-
.
- SelectElement(SelectType, Expression...) - Constructor for class com.couchbase.client.java.query.dsl.element.SelectElement
-
- SelectPath - Interface in com.couchbase.client.java.query.dsl.path
-
.
- selectRaw(Expression) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- selectRaw(String) - Method in class com.couchbase.client.java.query.dsl.path.DefaultSelectPath
-
- selectRaw(Expression) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- selectRaw(String) - Method in interface com.couchbase.client.java.query.dsl.path.SelectPath
-
- selectRaw(Expression) - Static method in class com.couchbase.client.java.query.Select
-
- selectRaw(String) - Static method in class com.couchbase.client.java.query.Select
-
- SelectResultPath - Interface in com.couchbase.client.java.query.dsl.path
-
.
- SelectType - Enum in com.couchbase.client.java.query.dsl.path
-
.
- SERIALIZABLE_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- SerializableDocument - Class in com.couchbase.client.java.document
-
- SerializableStatement - Interface in com.couchbase.client.java.query
-
- SerializableTranscoder - Class in com.couchbase.client.java.transcoder
-
- SerializableTranscoder() - Constructor for class com.couchbase.client.java.transcoder.SerializableTranscoder
-
- serialize(Serializable) - Static method in class com.couchbase.client.java.transcoder.TranscoderUtils
-
Serializes the input into a ByteBuf.
- SERIALIZED_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- SERIALIZED_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- serverSideTimeout(long, TimeUnit) - Method in class com.couchbase.client.java.query.QueryParams
-
Sets a maximum timeout for processing on the server side.
- shouldAutoReleaseOnDecode() - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
-
Flag method to auto release decoded buffers.
- shouldAutoReleaseOnDecode() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
-
- shouldAutoReleaseOnError() - Method in class com.couchbase.client.java.transcoder.AbstractTranscoder
-
Flag method to auto release buffers on decoding error.
- shouldAutoReleaseOnError() - Method in class com.couchbase.client.java.transcoder.BinaryTranscoder
-
- signature() - Method in interface com.couchbase.client.java.query.AsyncQueryResult
-
- signature() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryResult
-
- signature() - Method in class com.couchbase.client.java.query.DefaultQueryResult
-
- signature() - Method in interface com.couchbase.client.java.query.QueryResult
-
- simple(Statement) - Static method in class com.couchbase.client.java.query.Query
-
- simple(String) - Static method in class com.couchbase.client.java.query.Query
-
Create a new
Query
with a plain raw statement in String form.
- simple(Statement, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new
Query
with a plain un-parametrized
Statement
and custom query parameters.
- simple(String, QueryParams) - Static method in class com.couchbase.client.java.query.Query
-
Create a new
Query
with a plain raw statement in
String
form and custom query parameters.
- SimpleQuery - Class in com.couchbase.client.java.query
-
The simplest form of N1QL
Query
with a plain un-parametrized
Statement
.
- size() - Method in class com.couchbase.client.java.document.json.JsonArray
-
- size() - Method in class com.couchbase.client.java.document.json.JsonObject
-
- skip(int) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Skip this number of records before starting to return the results.
- skip(int) - Method in class com.couchbase.client.java.view.ViewQuery
-
Skip this number of records before starting to return the results.
- Sort - Class in com.couchbase.client.java.query.dsl
-
.
- Sort.Order - Enum in com.couchbase.client.java.query.dsl
-
- SpatialView - Class in com.couchbase.client.java.view
-
Implementation of a spatial view.
- SpatialView(String, String) - Constructor for class com.couchbase.client.java.view.SpatialView
-
- SpatialViewQuery - Class in com.couchbase.client.java.view
-
Fluent DSL for a Spatial View Query.
- SpatialViewResult - Interface in com.couchbase.client.java.view
-
- SpatialViewRow - Interface in com.couchbase.client.java.view
-
- sslEnabled(boolean) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- sslKeystoreFile(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- sslKeystorePassword(String) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- stale(Stale) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
Allow the results from a stale view to be used.
- Stale - Enum in com.couchbase.client.java.view
-
Sets the staleness requirement for the view query.
- stale(Stale) - Method in class com.couchbase.client.java.view.ViewQuery
-
Allow the results from a stale view to be used.
- startKey(String) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKey(int) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKey(long) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKey(double) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKey(boolean) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKey(JsonObject) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKey(JsonArray) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startKeyDocId(String) - Method in class com.couchbase.client.java.view.ViewQuery
-
- startRange(JsonArray) - Method in class com.couchbase.client.java.view.SpatialViewQuery
-
- statement() - Method in class com.couchbase.client.java.query.AbstractQuery
-
- statement() - Method in class com.couchbase.client.java.query.PreparedQuery
-
- statement() - Method in class com.couchbase.client.java.query.Query
-
- Statement - Interface in com.couchbase.client.java.query
-
- statementParameters() - Method in class com.couchbase.client.java.query.AbstractQuery
-
The parameters to inject in the query, null or empty to ignore.
- statementParameters() - Method in class com.couchbase.client.java.query.ParametrizedQuery
-
- statementParameters() - Method in class com.couchbase.client.java.query.SimpleQuery
-
- statementType() - Method in class com.couchbase.client.java.query.AbstractQuery
-
The type of the statement, used as JSON name in the final JSON form of the query
- statementType() - Method in class com.couchbase.client.java.query.ParametrizedQuery
-
- statementType() - Method in class com.couchbase.client.java.query.PreparedQuery
-
- statementType() - Method in class com.couchbase.client.java.query.SimpleQuery
-
- statementValue() - Method in class com.couchbase.client.java.query.AbstractQuery
-
The JSON representation for the underlying
Statement
in the final JSON form of the query
- statementValue() - Method in class com.couchbase.client.java.query.ParametrizedQuery
-
- statementValue() - Method in class com.couchbase.client.java.query.PreparedQuery
-
- statementValue() - Method in class com.couchbase.client.java.query.SimpleQuery
-
- STRING_COMMON_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- STRING_COMPAT_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- STRING_LEGACY_FLAGS - Static variable in class com.couchbase.client.java.transcoder.TranscoderUtils
-
- STRING_TRANSCODER - Static variable in class com.couchbase.client.java.CouchbaseAsyncBucket
-
- StringDocument - Class in com.couchbase.client.java.document
-
Handles a raw string as the document value.
- stringToJsonArray(String) - Method in class com.couchbase.client.java.transcoder.JsonArrayTranscoder
-
- stringToJsonObject(String) - Method in class com.couchbase.client.java.transcoder.JsonTranscoder
-
- StringTranscoder - Class in com.couchbase.client.java.transcoder
-
- StringTranscoder() - Constructor for class com.couchbase.client.java.transcoder.StringTranscoder
-
- success() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewResult
-
If the query was successful.
- success() - Method in interface com.couchbase.client.java.view.AsyncViewResult
-
If the query was successful.
- success() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewResult
-
- success() - Method in class com.couchbase.client.java.view.DefaultAsyncViewResult
-
- success() - Method in class com.couchbase.client.java.view.DefaultSpatialViewResult
-
- success() - Method in class com.couchbase.client.java.view.DefaultViewResult
-
- success() - Method in interface com.couchbase.client.java.view.SpatialViewResult
-
If the query was successful.
- success() - Method in interface com.couchbase.client.java.view.ViewResult
-
If the query was successful.
- value() - Method in enum com.couchbase.client.java.PersistTo
-
Returns the actual internal persistence representation for the enum.
- value() - Method in interface com.couchbase.client.java.query.AsyncQueryRow
-
- value() - Method in class com.couchbase.client.java.query.DefaultAsyncQueryRow
-
- value() - Method in class com.couchbase.client.java.query.DefaultQueryRow
-
- value() - Method in enum com.couchbase.client.java.query.dsl.path.JoinType
-
- value() - Method in enum com.couchbase.client.java.query.dsl.path.SelectType
-
- value() - Method in interface com.couchbase.client.java.query.QueryRow
-
- value() - Method in enum com.couchbase.client.java.ReplicateTo
-
Returns the actual internal replication representation for the enum.
- value() - Method in interface com.couchbase.client.java.view.AsyncSpatialViewRow
-
The value of the row.
- value() - Method in interface com.couchbase.client.java.view.AsyncViewRow
-
The value of the row index.
- value() - Method in class com.couchbase.client.java.view.DefaultAsyncSpatialViewRow
-
- value() - Method in class com.couchbase.client.java.view.DefaultAsyncViewRow
-
- value() - Method in class com.couchbase.client.java.view.DefaultSpatialViewRow
-
- value() - Method in class com.couchbase.client.java.view.DefaultViewRow
-
- value() - Method in interface com.couchbase.client.java.view.SpatialViewRow
-
The value of the row index.
- value() - Method in interface com.couchbase.client.java.view.ViewRow
-
The value of the row index.
- valueOf(String) - Static method in enum com.couchbase.client.java.bucket.BucketType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.ConnectionString.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.PersistTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.consistency.ScanConsistency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.path.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.path.SelectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.query.dsl.Sort.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.ReplicaMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.ReplicateTo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.transcoder.TranscoderUtils.CommonFlags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.util.features.CouchbaseFeature
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.view.OnError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.couchbase.client.java.view.Stale
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.couchbase.client.java.bucket.BucketType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.ConnectionString.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.PersistTo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.query.consistency.ScanConsistency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.query.dsl.path.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.query.dsl.path.SelectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.query.dsl.Sort.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.ReplicaMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.ReplicateTo
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.transcoder.TranscoderUtils.CommonFlags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.util.features.CouchbaseFeature
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.view.OnError
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.couchbase.client.java.view.Stale
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Version - Class in com.couchbase.client.java.util.features
-
Representation of a software version, up to major.minor.patch granularity.
- Version(int, int, int) - Constructor for class com.couchbase.client.java.util.features.Version
-
- View - Interface in com.couchbase.client.java.view
-
Represents a View definition to store and load.
- ViewDoesNotExistException - Exception in com.couchbase.client.java.error
-
- ViewDoesNotExistException() - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
-
- ViewDoesNotExistException(String) - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
-
- ViewDoesNotExistException(String, Throwable) - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
-
- ViewDoesNotExistException(Throwable) - Constructor for exception com.couchbase.client.java.error.ViewDoesNotExistException
-
- viewEndpoints(int) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- ViewQuery - Class in com.couchbase.client.java.view
-
Fluent DSL for a View Query.
- ViewQueryResponseMapper - Class in com.couchbase.client.java.view
-
Encapsulates functionality required to map from a
ViewQueryResponse
into a
AsyncViewResult
.
- ViewQueryResponseMapper() - Constructor for class com.couchbase.client.java.view.ViewQueryResponseMapper
-
- ViewResult - Interface in com.couchbase.client.java.view
-
- ViewRetryHandler - Class in com.couchbase.client.java.view
-
Generic View retry handler based on response code and value inspection.
- ViewRetryHandler() - Constructor for class com.couchbase.client.java.view.ViewRetryHandler
-
- ViewRow - Interface in com.couchbase.client.java.view
-
Represents a
ViewRow
fetched from the View.
- views() - Method in class com.couchbase.client.java.view.DesignDocument
-
- viewTimeout() - Method in interface com.couchbase.client.java.env.CouchbaseEnvironment
-
- viewTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- viewTimeout(long) - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment.Builder
-
- viewTimeout() - Method in class com.couchbase.client.java.env.DefaultCouchbaseEnvironment
-