Class AnalyticsHelper
java.lang.Object
com.couchbase.client.core.classic.analytics.AnalyticsHelper
-
Method Summary
Modifier and TypeMethodDescriptionstatic reactor.core.publisher.Mono
<Void> requireCouchbaseServer
(Core core, Duration timeout) static void
Call this method once when your app starts up to disable the check that prevents the operational SDK from being used with an Enterprise Analytics cluster.
-
Method Details
-
skipClusterTypeCheck
public static void skipClusterTypeCheck()Call this method once when your app starts up to disable the check that prevents the operational SDK from being used with an Enterprise Analytics cluster.This is super-extra-unsupported internal API.
-
requireCouchbaseServer
-