Package org.apache.cassandra.db.memtable
Interface ShardedMemtableConfigMXBean
public interface ShardedMemtableConfigMXBean
-
Method Summary
Modifier and TypeMethodDescriptionReturns the shard count for sharded memtables that do not specify it explicitly in the memtable options.voidsetDefaultShardCount(String numShards) Adjust the shard count for sharded memtables that do not specify it explicitly in the memtable options.
-
Method Details
-
setDefaultShardCount
Adjust the shard count for sharded memtables that do not specify it explicitly in the memtable options. Changes will apply on the next memtable flush. -
getDefaultShardCount
String getDefaultShardCount()Returns the shard count for sharded memtables that do not specify it explicitly in the memtable options.
-