Uses of Enum
com.couchbase.client.java.view.DesignDocumentNamespace
Package
Description
Namespace for various view-service related classes.
-
Uses of DesignDocumentNamespace in com.couchbase.client.java.manager.view
Modifier and TypeMethodDescriptionAsyncViewIndexManager.dropDesignDocument
(String name, DesignDocumentNamespace namespace) Removes a design document from the server.AsyncViewIndexManager.dropDesignDocument
(String name, DesignDocumentNamespace namespace, DropDesignDocumentOptions options) Removes a design document from the server.ReactiveViewIndexManager.dropDesignDocument
(String name, DesignDocumentNamespace namespace) Removes a design document from the server.ReactiveViewIndexManager.dropDesignDocument
(String name, DesignDocumentNamespace namespace, DropDesignDocumentOptions options) Removes a design document from the server.void
ViewIndexManager.dropDesignDocument
(String name, DesignDocumentNamespace namespace) Removes a design document from the server.void
ViewIndexManager.dropDesignDocument
(String name, DesignDocumentNamespace namespace, DropDesignDocumentOptions options) Removes a design document from the server.AsyncViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace) Returns all of the design documents in the specified namespace.AsyncViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.ReactiveViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace) Returns all of the design documents in the specified namespace.ReactiveViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.ViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace) Returns all of the design documents in the specified namespace.ViewIndexManager.getAllDesignDocuments
(DesignDocumentNamespace namespace, GetAllDesignDocumentsOptions options) Returns all of the design documents in the specified namespace.AsyncViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace) Returns the named design document from the specified namespace.AsyncViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the named design document from the specified namespace.ReactiveViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace) Returns the design document from the cluster if present.ReactiveViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the design document from the cluster if present with custom options.ViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace) Returns the design document from the cluster if present.ViewIndexManager.getDesignDocument
(String name, DesignDocumentNamespace namespace, GetDesignDocumentOptions options) Returns the design document from the cluster if present with custom options.AsyncViewIndexManager.upsertDesignDocument
(DesignDocument doc, DesignDocumentNamespace namespace) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.AsyncViewIndexManager.upsertDesignDocument
(DesignDocument doc, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.ReactiveViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.ReactiveViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.void
ViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace) Stores the design document on the server under the specified namespace, replacing any existing document with the same name.void
ViewIndexManager.upsertDesignDocument
(DesignDocument designDocument, DesignDocumentNamespace namespace, UpsertDesignDocumentOptions options) Stores the design document on the server under the specified namespace, replacing any existing document with the same name. -
Uses of DesignDocumentNamespace in com.couchbase.client.java.view
Modifier and TypeMethodDescriptionstatic DesignDocumentNamespace
Returns the enum constant of this type with the specified name.static DesignDocumentNamespace[]
DesignDocumentNamespace.values()
Returns an array containing the constants of this enum type, in the order they are declared.