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.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 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.String endpoint_snitch
           
 java.lang.Boolean hinted_handoff_enabled
           
 java.lang.Integer in_memory_compaction_limit_in_mb
           
 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_after_mins
           
 java.lang.Integer memtable_flush_writers
           
 java.lang.Double memtable_operations_in_millions
           
 java.lang.Integer memtable_throughput_in_mb
           
 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.Integer rpc_port
           
 java.lang.Long rpc_timeout_in_ms
           
 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

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

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

binary_memtable_throughput_in_mb

public java.lang.Integer binary_memtable_throughput_in_mb

memtable_flush_after_mins

public java.lang.Integer memtable_flush_after_mins

memtable_throughput_in_mb

public java.lang.Integer memtable_throughput_in_mb

memtable_operations_in_millions

public java.lang.Double memtable_operations_in_millions

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

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

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

keyspaces

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

Config

public Config()


Copyright © 2010 The Apache Software Foundation