public class TablePartitionParameterInfo extends TableParameterInfo
Modifier and Type | Field and Description |
---|---|
protected static com.google.common.collect.ImmutableList<java.lang.String> |
SUPPORTED_MAPPINGS |
AUTO_EXPAND_REPLICAS, BLOBS_PATH, BLOCKS_METADATA, BLOCKS_READ, BLOCKS_WRITE, COLUMN_POLICY, FLUSH_DISABLE, FLUSH_THRESHOLD_OPS, FLUSH_THRESHOLD_PERIOD, FLUSH_THRESHOLD_SIZE, GATEWAY_LOCAL_SYNC, NUMBER_OF_REPLICAS, NUMBER_OF_SHARDS, READ_ONLY, RECOVERY_INITIAL_SHARDS, REFRESH_INTERVAL, ROUTING_ALLOCATION_ENABLE, SUPPORTED_INTERNAL_SETTINGS, SUPPORTED_SETTINGS, TOTAL_SHARDS_PER_NODE, TRANSLOG_INTERVAL, UNASSIGNED_NODE_LEFT_DELAYED_TIMEOUT, WARMER_ENABLED
Constructor and Description |
---|
TablePartitionParameterInfo() |
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableList<java.lang.String> |
supportedMappings()
Returns a list of mapping names supported by this table
|
supportedInternalSettings, supportedSettings, tableParametersFromIndexMetaData
protected static final com.google.common.collect.ImmutableList<java.lang.String> SUPPORTED_MAPPINGS
public com.google.common.collect.ImmutableList<java.lang.String> supportedMappings()
TableParameterInfo
supportedMappings
in class TableParameterInfo