Class ReplicationMetadataRocksDBStoragePartition


public class ReplicationMetadataRocksDBStoragePartition extends RocksDBStoragePartition
This ReplicationMetadataRocksDBStoragePartition is built to store key value pair along with the timestamp metadata. It is designed for active/active replication mode, which uses putWithReplicationMetadata and getReplicationMetadata to insert and retrieve replication metadata associated with a key. The implementation relies on different column family in RocksDB to isolate the value and replication metadata of a key.