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.query.

    This avoids the need to make those methods public. This is an interim solution that can be better addressed during the SDK integration.

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.couchbase.client.java.query.ReactiveQueryResult createReactiveQueryResult​(com.couchbase.client.core.msg.query.QueryResponse qr, com.couchbase.client.java.codec.JsonSerializer serializer)  
      • Methods inherited from class java.lang.Object

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

      • createReactiveQueryResult

        public static com.couchbase.client.java.query.ReactiveQueryResult createReactiveQueryResult​(com.couchbase.client.core.msg.query.QueryResponse qr,
                                                                                                    com.couchbase.client.java.codec.JsonSerializer serializer)