Uses of Class
com.couchbase.client.java.manager.view.PublishDesignDocumentOptions
Package | Description |
---|---|
com.couchbase.client.java.manager.view |
-
Uses of PublishDesignDocumentOptions in com.couchbase.client.java.manager.view
Methods in com.couchbase.client.java.manager.view that return PublishDesignDocumentOptions Modifier and Type Method Description static PublishDesignDocumentOptions
PublishDesignDocumentOptions. publishDesignDocumentOptions()
Methods in com.couchbase.client.java.manager.view with parameters of type PublishDesignDocumentOptions Modifier and Type Method Description CompletableFuture<Void>
AsyncViewIndexManager. publishDesignDocument(String name, PublishDesignDocumentOptions options)
Convenience method that gets a the document from the development namespace and upserts it to the production namespace.Mono<Void>
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.