Interface ShardedMemtableConfigMXBean


public interface ShardedMemtableConfigMXBean
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the shard count for sharded memtables that do not specify it explicitly in the memtable options.
    void
    Adjust the shard count for sharded memtables that do not specify it explicitly in the memtable options.
  • Method Details

    • setDefaultShardCount

      void setDefaultShardCount(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

      String getDefaultShardCount()
      Returns the shard count for sharded memtables that do not specify it explicitly in the memtable options.