Class SDKAccessUtil


  • @Internal
    public class SDKAccessUtil
    extends java.lang.Object
    Provides access to package-private methods in the top-level package com.couchbase.client.java.

    This avoids the need to make those methods public.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.couchbase.client.java.query.QueryAccessor queryAccessor​(com.couchbase.client.java.Cluster cluster)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • queryAccessor

        public static com.couchbase.client.java.query.QueryAccessor queryAccessor​(com.couchbase.client.java.Cluster cluster)