Class InternalAccess


  • @Internal
    public class InternalAccess
    extends java.lang.Object
    Exposes internal APIs to tests and code in other packages.
    • Constructor Summary

      Constructors 
      Constructor Description
      InternalAccess()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> void nativeFindFirst​(Query<T> query, long cursorHandle)  
      • Methods inherited from class java.lang.Object

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

      • InternalAccess

        public InternalAccess()
    • Method Detail

      • nativeFindFirst

        @Internal
        public static <T> void nativeFindFirst​(Query<T> query,
                                               long cursorHandle)