CompletableFuture<Void> |
CoreBucketManager.createBucket(Map<String,String> settings,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreCollectionManager.createCollection(String scopeName,
String collectionName,
Duration maxTTL,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreAnalyticsLinkManager.createLink(Map<String,String> link,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreCollectionManager.createScope(String scopeName,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreEventingFunctionManager.deployFunction(String name,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreBucketManager.dropBucket(String bucketName,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreCollectionManager.dropCollection(String scopeName,
String collectionName,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreViewIndexManager.dropDesignDocument(String name,
boolean production,
CoreCommonOptions options) |
Removes a design document from the server.
|
CompletableFuture<Void> |
CoreEventingFunctionManager.dropFunction(String name,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreAnalyticsLinkManager.dropLink(String linkName,
String dataverse,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreCollectionManager.dropScope(String scopeName,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreBucketManager.flushBucket(String bucketName,
CoreCommonOptions options) |
|
CompletableFuture<byte[]> |
CoreEventingFunctionManager.functionsStatus(CoreCommonOptions options) |
|
CompletableFuture<Map<String,byte[]>> |
CoreBucketManager.getAllBuckets(CoreCommonOptions options) |
|
CompletableFuture<Map<String,com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode>> |
CoreViewIndexManager.getAllDesignDocuments(boolean production,
CoreCommonOptions options) |
Returns map of design doc name to JSON.
|
CompletableFuture<byte[]> |
CoreEventingFunctionManager.getAllFunctions(CoreCommonOptions options) |
|
CompletableFuture<CollectionsManifest> |
CoreCollectionManager.getAllScopes(CoreCommonOptions options) |
|
CompletableFuture<byte[]> |
CoreBucketManager.getBucket(String bucketName,
CoreCommonOptions options) |
|
CompletableFuture<byte[]> |
CoreViewIndexManager.getDesignDocument(String name,
boolean production,
CoreCommonOptions options) |
Returns the named design document from the specified namespace.
|
CompletableFuture<byte[]> |
CoreEventingFunctionManager.getFunction(String name,
CoreCommonOptions options) |
|
CompletableFuture<byte[]> |
CoreAnalyticsLinkManager.getLinks(String dataverseName,
String linkType,
String linkName,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreEventingFunctionManager.pauseFunction(String name,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreViewIndexManager.publishDesignDocument(String name,
CoreCommonOptions options) |
Convenience method that gets a the document from the development namespace
and upserts it to the production namespace.
|
CompletableFuture<Void> |
CoreAnalyticsLinkManager.replaceLink(Map<String,String> link,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreEventingFunctionManager.resumeFunction(String name,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreEventingFunctionManager.undeployFunction(String name,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreBucketManager.updateBucket(Map<String,String> settings,
CoreCommonOptions options) |
|
CompletableFuture<Void> |
CoreViewIndexManager.upsertDesignDocument(String docName,
byte[] doc,
boolean production,
CoreCommonOptions options) |
Stores the design document on the server under the specified namespace, replacing any existing document
with the same name.
|
CompletableFuture<Void> |
CoreEventingFunctionManager.upsertFunction(String name,
byte[] function,
CoreCommonOptions options) |
|