Uses of Class
com.couchbase.client.java.manager.view.PublishDesignDocumentOptions
-
Uses of PublishDesignDocumentOptions in com.couchbase.client.java.manager.view
Modifier and TypeMethodDescriptionstatic PublishDesignDocumentOptions
PublishDesignDocumentOptions.publishDesignDocumentOptions()
Modifier and TypeMethodDescriptionAsyncViewIndexManager.publishDesignDocument
(String name, PublishDesignDocumentOptions options) Convenience method that gets a the document from the development namespace and upserts it to the production namespace.ReactiveViewIndexManager.publishDesignDocument
(String name, PublishDesignDocumentOptions options) Convenience method that gets a the document from the development namespace and upserts it to the production namespace.void
ViewIndexManager.publishDesignDocument
(String name, PublishDesignDocumentOptions options) Convenience method that gets a the document from the development namespace and upserts it to the production namespace.