public class AlterPartitionedTableParameterInfo extends TableParameterInfo
Modifier and Type | Field and Description |
---|---|
protected static TableParameterInfo |
PARTITION_TABLE_PARAMETER_INFO |
protected static com.google.common.collect.ImmutableList<java.lang.String> |
SUPPORTED_SETTINGS |
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_MAPPINGS, TOTAL_SHARDS_PER_NODE, TRANSLOG_INTERVAL, UNASSIGNED_NODE_LEFT_DELAYED_TIMEOUT, WARMER_ENABLED
Constructor and Description |
---|
AlterPartitionedTableParameterInfo() |
Modifier and Type | Method and Description |
---|---|
TableParameterInfo |
partitionTableSettingsInfo() |
com.google.common.collect.ImmutableList<java.lang.String> |
supportedSettings()
Returns list of public settings names supported by this table
|
supportedInternalSettings, supportedMappings, tableParametersFromIndexMetaData
protected static final com.google.common.collect.ImmutableList<java.lang.String> SUPPORTED_SETTINGS
protected static final TableParameterInfo PARTITION_TABLE_PARAMETER_INFO
public TableParameterInfo partitionTableSettingsInfo()
public com.google.common.collect.ImmutableList<java.lang.String> supportedSettings()
TableParameterInfo
supportedSettings
in class TableParameterInfo