Alternatively, is there a way to get all the currently open ColumnFamilyHandles
from a db?
I am aware of the static function RocksDB.listColumnFamilies
. But this returns a List<byte[]> List containing the column family names
. Not sure if there is a way to get ColumnFamilyHandle
from here.