| Package | Description |
|---|---|
| org.rocksdb |
| Modifier and Type | Method and Description |
|---|---|
List<DbPath> |
ColumnFamilyOptions.cfPaths() |
List<DbPath> |
ColumnFamilyOptionsInterface.cfPaths() |
List<DbPath> |
Options.cfPaths() |
List<DbPath> |
DBOptions.dbPaths() |
List<DbPath> |
DBOptionsInterface.dbPaths()
A list of paths where SST files can be put into, with its target size.
|
List<DbPath> |
Options.dbPaths() |
| Modifier and Type | Method and Description |
|---|---|
ColumnFamilyOptions |
ColumnFamilyOptions.setCfPaths(Collection<DbPath> cfPaths) |
T |
ColumnFamilyOptionsInterface.setCfPaths(Collection<DbPath> paths)
A list of paths where SST files for this column family
can be put into, with its target size.
|
Options |
Options.setCfPaths(Collection<DbPath> cfPaths) |
DBOptions |
DBOptions.setDbPaths(Collection<DbPath> dbPaths) |
T |
DBOptionsInterface.setDbPaths(Collection<DbPath> dbPaths)
A list of paths where SST files can be put into, with its target size.
|
Options |
Options.setDbPaths(Collection<DbPath> dbPaths) |
Copyright © 2021. All rights reserved.