org.apache.cassandra.config
Class Config

java.lang.Object
  extended by org.apache.cassandra.config.Config

public class Config
extends java.lang.Object


Nested Class Summary
static class Config.CommitLogSync
           
static class Config.DiskAccessMode
           
static class Config.RequestSchedulerId
           
 
Field Summary
 java.lang.String authenticator
           
 java.lang.String authority
           
 java.lang.Boolean auto_bootstrap
           
 java.lang.Integer binary_memtable_throughput_in_mb
           
 java.lang.String cluster_name
           
 java.lang.Integer column_index_size_in_kb
           
 java.lang.String commitlog_directory
           
 java.lang.Integer commitlog_rotation_threshold_in_mb
           
 Config.CommitLogSync commitlog_sync
           
 java.lang.Double commitlog_sync_batch_window_in_ms
           
 java.lang.Integer commitlog_sync_period_in_ms
           
 java.lang.Integer compaction_thread_priority
           
 java.lang.Integer concurrent_reads
           
 java.lang.Integer concurrent_writes
           
 java.lang.String[] data_file_directories
           
 Config.DiskAccessMode disk_access_mode
           
 java.lang.Boolean dynamic_snitch
           
 java.lang.Double dynamic_snitch_badness_threshold
           
 java.lang.Integer dynamic_snitch_reset_interval_in_ms
           
 java.lang.Integer dynamic_snitch_update_interval_in_ms
           
 java.lang.String endpoint_snitch
           
 java.lang.Boolean hinted_handoff_enabled
           
 java.lang.Integer in_memory_compaction_limit_in_mb
           
 java.lang.Integer index_interval
           
 java.lang.String initial_token
           
 java.lang.String job_jar_file_location
           
 java.lang.String job_tracker_host
           
 java.util.List<RawKeyspace> keyspaces
           
 java.lang.String listen_address
           
 java.lang.Integer memtable_flush_writers
           
 java.lang.String partitioner
           
 java.lang.Integer phi_convict_threshold
           
 java.lang.String request_scheduler
           
 Config.RequestSchedulerId request_scheduler_id
           
 RequestSchedulerOptions request_scheduler_options
           
 java.lang.String rpc_address
           
 java.lang.Boolean rpc_keepalive
           
 java.lang.Integer rpc_port
           
 java.lang.Integer rpc_recv_buff_size_in_bytes
           
 java.lang.Integer rpc_send_buff_size_in_bytes
           
 java.lang.Long rpc_timeout_in_ms
           
 java.lang.String saved_caches_directory
           
 java.lang.String[] seeds
           
 java.lang.Integer sliced_buffer_size_in_kb
           
 java.lang.Boolean snapshot_before_compaction
           
 java.lang.Integer storage_port
           
 java.lang.Integer thrift_framed_transport_size_in_mb
           
 java.lang.Integer thrift_max_message_length_in_mb
           
 
Constructor Summary
Config()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cluster_name

public java.lang.String cluster_name

authenticator

public java.lang.String authenticator

authority

public java.lang.String authority

partitioner

public java.lang.String partitioner

auto_bootstrap

public java.lang.Boolean auto_bootstrap

hinted_handoff_enabled

public java.lang.Boolean hinted_handoff_enabled

seeds

public java.lang.String[] seeds

disk_access_mode

public Config.DiskAccessMode disk_access_mode

job_tracker_host

public java.lang.String job_tracker_host

job_jar_file_location

public java.lang.String job_jar_file_location

initial_token

public java.lang.String initial_token

rpc_timeout_in_ms

public java.lang.Long rpc_timeout_in_ms

phi_convict_threshold

public java.lang.Integer phi_convict_threshold

concurrent_reads

public java.lang.Integer concurrent_reads

concurrent_writes

public java.lang.Integer concurrent_writes

memtable_flush_writers

public java.lang.Integer memtable_flush_writers

sliced_buffer_size_in_kb

public java.lang.Integer sliced_buffer_size_in_kb

storage_port

public java.lang.Integer storage_port

listen_address

public java.lang.String listen_address

rpc_address

public java.lang.String rpc_address

rpc_port

public java.lang.Integer rpc_port

rpc_keepalive

public java.lang.Boolean rpc_keepalive

rpc_send_buff_size_in_bytes

public java.lang.Integer rpc_send_buff_size_in_bytes

rpc_recv_buff_size_in_bytes

public java.lang.Integer rpc_recv_buff_size_in_bytes

thrift_max_message_length_in_mb

public java.lang.Integer thrift_max_message_length_in_mb

thrift_framed_transport_size_in_mb

public java.lang.Integer thrift_framed_transport_size_in_mb

snapshot_before_compaction

public java.lang.Boolean snapshot_before_compaction

compaction_thread_priority

public java.lang.Integer compaction_thread_priority

binary_memtable_throughput_in_mb

public java.lang.Integer binary_memtable_throughput_in_mb

column_index_size_in_kb

public java.lang.Integer column_index_size_in_kb

in_memory_compaction_limit_in_mb

public java.lang.Integer in_memory_compaction_limit_in_mb

data_file_directories

public java.lang.String[] data_file_directories

saved_caches_directory

public java.lang.String saved_caches_directory

commitlog_directory

public java.lang.String commitlog_directory

commitlog_rotation_threshold_in_mb

public java.lang.Integer commitlog_rotation_threshold_in_mb

commitlog_sync

public Config.CommitLogSync commitlog_sync

commitlog_sync_batch_window_in_ms

public java.lang.Double commitlog_sync_batch_window_in_ms

commitlog_sync_period_in_ms

public java.lang.Integer commitlog_sync_period_in_ms

endpoint_snitch

public java.lang.String endpoint_snitch

dynamic_snitch

public java.lang.Boolean dynamic_snitch

dynamic_snitch_update_interval_in_ms

public java.lang.Integer dynamic_snitch_update_interval_in_ms

dynamic_snitch_reset_interval_in_ms

public java.lang.Integer dynamic_snitch_reset_interval_in_ms

dynamic_snitch_badness_threshold

public java.lang.Double dynamic_snitch_badness_threshold

request_scheduler

public java.lang.String request_scheduler

request_scheduler_id

public Config.RequestSchedulerId request_scheduler_id

request_scheduler_options

public RequestSchedulerOptions request_scheduler_options

index_interval

public java.lang.Integer index_interval

keyspaces

public java.util.List<RawKeyspace> keyspaces
Constructor Detail

Config

public Config()


Copyright © 2010 The Apache Software Foundation