Package org.apache.cassandra.db.memtable
Interface ShardedMemtableConfigMXBean
-
public interface ShardedMemtableConfigMXBean
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDefaultShardCount()
Returns the shard count for sharded memtables that do not specify it explicitly in the memtable options.void
setDefaultShardCount(java.lang.String numShards)
Adjust the shard count for sharded memtables that do not specify it explicitly in the memtable options.
-
-
-
Method Detail
-
setDefaultShardCount
void setDefaultShardCount(java.lang.String numShards)
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
java.lang.String getDefaultShardCount()
Returns the shard count for sharded memtables that do not specify it explicitly in the memtable options.
-
-