| Package | Description |
|---|---|
| org.rocksdb |
The RocksDB Java driver
|
| Modifier and Type | Method and Description |
|---|---|
TableProperties |
ExternalFileIngestionInfo.getTableProperties()
Get the Table properties of the table being flushed.
|
TableProperties |
FlushJobInfo.getTableProperties()
Get the Table properties of the table being flushed.
|
TableProperties |
SstFileReader.getTableProperties()
Get the properties of the table.
|
TableProperties |
TableFileCreationInfo.getTableProperties()
Get the detailed properties of the created file.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,TableProperties> |
RocksDB.getPropertiesOfAllTables()
Get the properties of all tables in the default column family.
|
Map<String,TableProperties> |
RocksDB.getPropertiesOfAllTables(ColumnFamilyHandle columnFamilyHandle)
Get the properties of all tables.
|
Map<String,TableProperties> |
RocksDB.getPropertiesOfTablesInRange(ColumnFamilyHandle columnFamilyHandle,
List<Range> ranges)
Get the properties of tables in range.
|
Map<String,TableProperties> |
RocksDB.getPropertiesOfTablesInRange(List<Range> ranges)
Get the properties of tables in range for the default column family.
|
Map<String,TableProperties> |
CompactionJobInfo.tableProperties()
Get the table properties for the input and output tables.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TableFilter.filter(TableProperties tableProperties)
A callback to determine whether relevant keys for this scan exist in a
given table based on the table's properties.
|
| Constructor and Description |
|---|
TableFileCreationInfo(long fileSize,
TableProperties tableProperties,
Status status,
String dbName,
String columnFamilyName,
String filePath,
int jobId,
byte tableFileCreationReasonValue)
Access is protected as this will only be constructed from
C++ via JNI.
|
Copyright © 2022. All rights reserved.