- withBlockSize(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
If compression is enabled, RocksDB groups approximately this many uncompressed
bytes into one compressed block.
- withCacheSize(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
The size of RocksDB's block cache in bytes, per container.
- withCompactionStyle(String) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
This property controls the compaction style that RocksDB will employ when compacting
its levels.
- withCompressionType(String) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
Controls whether RocksDB should compress data on disk and in the block cache.
- withMaxLogFileSize(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
The maximum size in bytes of the RocksDB LOG file before it is rotated.
- withNumLogFilesToKeep(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
The number of RocksDB LOG files (including rotated LOG.old.* files) to keep.
- withNumWriteBuffers(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
- withObjectCacheSize(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
Samza maintains an additional cache in front of RocksDB for frequently-accessed objects.
- withTtl(long) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
The time-to-live of the store.
- withWriteBatchSize(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
For better write performance, the storage engine buffers writes and applies them to the
underlying store in a batch.
- withWriteBufferSize(int) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-
The amount of memory (in bytes) that RocksDB uses for buffering writes before they are
written to disk, per container.
- WRITE_BATCH_SIZE - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
-