Package org.rocksdb

Class RocksEnv

All Implemented Interfaces:
AutoCloseable

public class RocksEnv extends Env

A RocksEnv is an interface used by the rocksdb implementation to access operating system functionality like the filesystem etc.

All Env implementations are safe for concurrent access from multiple threads without any external synchronization.

  • Method Details