Package org.rocksdb

Class RocksCallbackObject

    • Field Detail

      • nativeHandle_

        protected final long nativeHandle_
    • Constructor Detail

      • RocksCallbackObject

        protected RocksCallbackObject​(long... nativeParameterHandles)
    • Method Detail

      • initializeNative

        protected abstract long initializeNative​(long... nativeParameterHandles)
        Construct the Native C++ object which will callback to our object methods
        Parameters:
        nativeParameterHandles - An array of native handles for any parameter objects that are needed during construction
        Returns:
        The native handle of the C++ object which will callback to us