Package org.rocksdb

Class AbstractTraceWriter

    • Constructor Detail

      • AbstractTraceWriter

        public AbstractTraceWriter()
    • Method Detail

      • initializeNative

        protected long initializeNative​(long... nativeParameterHandles)
        Description copied from class: RocksCallbackObject
        Construct the Native C++ object which will callback to our object methods
        Specified by:
        initializeNative in class RocksCallbackObject
        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