Class AnalyticsHelper

java.lang.Object
com.couchbase.client.core.classic.analytics.AnalyticsHelper

@Internal public class AnalyticsHelper extends Object
  • 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

      public static reactor.core.publisher.Mono<Void> requireCouchbaseServer(Core core, Duration timeout)