@Stability.Internal public class ConsistencyUtil extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CLUSTER_VERSION_MB_50101 |
Constructor and Description |
---|
ConsistencyUtil() |
Modifier and Type | Method and Description |
---|---|
static CoreHttpPath |
pathForBucket(String name) |
static CoreHttpPath |
pathForDesignDocument(String bucketName,
String designDocument) |
static CoreHttpPath |
pathForGroup(String name) |
static CoreHttpPath |
pathForSearchIndex(String indexName) |
static CoreHttpPath |
pathForUser(String domain,
String name) |
static CoreHttpPath |
pathForView(String bucketName,
String designDocument,
String viewName) |
static void |
waitUntilBucketDropped(Core core,
String name) |
static void |
waitUntilBucketPresent(Core core,
String name) |
static void |
waitUntilCollectionDropped(Core core,
String bucketName,
String scopeName,
String collectionName) |
static void |
waitUntilCollectionPresent(Core core,
String bucketName,
String scopeName,
String collectionName) |
static void |
waitUntilDesignDocumentDropped(Core core,
String bucketName,
String designDocument) |
static void |
waitUntilDesignDocumentPresent(Core core,
String bucketName,
String designDocument) |
static void |
waitUntilGroupDropped(Core core,
String name) |
static void |
waitUntilGroupPresent(Core core,
String name) |
static void |
waitUntilScopeDropped(Core core,
String bucketName,
String scopeName) |
static void |
waitUntilScopePresent(Core core,
String bucketName,
String scopeName) |
static void |
waitUntilSearchIndexDropped(Core core,
String indexName) |
static void |
waitUntilSearchIndexPresent(Core core,
String indexName) |
static void |
waitUntilUserDropped(Core core,
String domain,
String name) |
static void |
waitUntilUserPresent(Core core,
String domain,
String name) |
static void |
waitUntilViewDropped(Core core,
String bucketName,
String designDocument,
String viewName) |
static void |
waitUntilViewPresent(Core core,
String bucketName,
String designDocument,
String viewName) |
public static final String CLUSTER_VERSION_MB_50101
public static CoreHttpPath pathForUser(String domain, String name)
public static CoreHttpPath pathForGroup(String name)
public static CoreHttpPath pathForBucket(String name)
public static CoreHttpPath pathForView(String bucketName, String designDocument, String viewName)
public static CoreHttpPath pathForDesignDocument(String bucketName, String designDocument)
public static CoreHttpPath pathForSearchIndex(String indexName)
public static void waitUntilDesignDocumentPresent(Core core, String bucketName, String designDocument)
public static void waitUntilDesignDocumentDropped(Core core, String bucketName, String designDocument)
public static void waitUntilViewPresent(Core core, String bucketName, String designDocument, String viewName)
public static void waitUntilViewDropped(Core core, String bucketName, String designDocument, String viewName)
public static void waitUntilScopePresent(Core core, String bucketName, String scopeName)
public static void waitUntilScopeDropped(Core core, String bucketName, String scopeName)
public static void waitUntilCollectionPresent(Core core, String bucketName, String scopeName, String collectionName)
public static void waitUntilCollectionDropped(Core core, String bucketName, String scopeName, String collectionName)
public static void waitUntilSearchIndexPresent(Core core, String indexName)
Copyright © 2024 Couchbase, Inc.. All rights reserved.