Skip navigation links
C G L M O R S T W 

C

CONTAINER_CACHE_SIZE_BYTES - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
CONTAINER_WRITE_BUFFER_SIZE_BYTES - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 

G

get(Object) - Method in class org.apache.samza.storage.kv.RocksDbKeyValueReader
get the value from the key.
getBlockCacheSize(Config, int) - Static method in class org.apache.samza.storage.kv.RocksDbOptionsHelper
 
getDbName() - Method in class org.apache.samza.storage.kv.RocksDbReadingTool
 
getDbPath() - Method in class org.apache.samza.storage.kv.RocksDbReadingTool
 
getKeys() - Method in class org.apache.samza.storage.kv.RocksDbReadingTool
 
getProviderFactoryClassName() - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 

L

loadConfig(OptionSet) - Method in class org.apache.samza.storage.kv.RocksDbReadingTool
 

M

main(String[]) - Static method in class org.apache.samza.storage.kv.RocksDbReadingTool
 

O

OBJECT_CACHE_SIZE - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
options(Config, int, File, StorageEngineFactory.StoreMode) - Static method in class org.apache.samza.storage.kv.RocksDbOptionsHelper
 
org.apache.samza.storage.kv - package org.apache.samza.storage.kv
 
org.apache.samza.storage.kv.descriptors - package org.apache.samza.storage.kv.descriptors
 
outputResult(Object, Object) - Method in class org.apache.samza.storage.kv.RocksDbReadingTool
 

R

ROCKSDB_BLOCK_SIZE_BYTES - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
ROCKSDB_COMPACTION_STYLE - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
ROCKSDB_COMPRESSION - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
ROCKSDB_KEEP_LOG_FILE_NUM - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
ROCKSDB_MAX_LOG_FILE_SIZE_BYTES - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
ROCKSDB_NUM_WRITE_BUFFERS - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
ROCKSDB_TTL_MS - Static variable in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 
RocksDbKeyValueReader - Class in org.apache.samza.storage.kv
This class is to read the RocksDb according to the provided directory position
RocksDbKeyValueReader(String, String, Config) - Constructor for class org.apache.samza.storage.kv.RocksDbKeyValueReader
Construct the RocksDbKeyValueReader with store's name, database's path and Samza's config
RocksDbOptionsHelper - Class in org.apache.samza.storage.kv
A helper class to help construct the Options for RocksDb.
RocksDbOptionsHelper() - Constructor for class org.apache.samza.storage.kv.RocksDbOptionsHelper
 
RocksDbReadingTool - Class in org.apache.samza.storage.kv
Commandline tool to get the value of a given key from the RocksDb.
RocksDbReadingTool() - Constructor for class org.apache.samza.storage.kv.RocksDbReadingTool
 
RocksDbTableDescriptor<K,V> - Class in org.apache.samza.storage.kv.descriptors
Table descriptor for RocksDb backed tables
RocksDbTableDescriptor(String, KVSerde<K, V>) - Constructor for class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
Constructs a table descriptor instance

S

stop() - Method in class org.apache.samza.storage.kv.RocksDbKeyValueReader
 

T

toConfig(Config) - Method in class org.apache.samza.storage.kv.descriptors.RocksDbTableDescriptor
 

W

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
Configures the number of write buffers that a RocksDB store uses.
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
 
C G L M O R S T W 
Skip navigation links