Home
last modified time | relevance | path

Searched refs:readableProperties (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DTableProperties.java38 private final Map<String, String> readableProperties; field in TableProperties
58 final Map<String, String> readableProperties, in TableProperties() argument
87 this.readableProperties = readableProperties; in TableProperties()
355 return readableProperties; in getReadableProperties()