Uses of Class
com.couchbase.client.java.manager.view.PublishDesignDocumentOptions
-
Packages that use 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 PublishDesignDocumentOptionsPublishDesignDocumentOptions. 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.voidViewIndexManager. publishDesignDocument(String name, PublishDesignDocumentOptions options)Convenience method that gets a the document from the development namespace and upserts it to the production namespace.
-