class
Karma::Config
- Karma::Config
- Reference
- Object
Defined in:
config.crConstant Summary
-
INSTANCE =
Config.new
Instance Method Summary
- #auth_token : String | Nil
- #auth_token=(auth_token : String | Nil)
- #dump_dir : String
- #dump_dir=(dump_dir : String)
- #dump_retention_per_tree : Int32
- #dump_retention_per_tree=(dump_retention_per_tree : Int32)
- #host : String
- #host=(host : String)
- #idempotency_max_age_seconds : Int32
- #idempotency_max_age_seconds=(idempotency_max_age_seconds : Int32)
- #idempotency_max_records : Int32
- #idempotency_max_records=(idempotency_max_records : Int32)
- #load_env! : Nil
- #log : Bool
- #log=(log : Bool)
- #max_request_bytes : Int32
- #max_request_bytes=(max_request_bytes : Int32)
- #max_response_bytes : Int32
- #max_response_bytes=(max_response_bytes : Int32)
- #port : Int32
- #port=(port : Int32)
- #query_timeout_ms : Int32
- #query_timeout_ms=(query_timeout_ms : Int32)
- #read_auth_token : String | Nil
- #read_auth_token=(read_auth_token : String | Nil)
- #read_timeout_seconds : Int32
- #read_timeout_seconds=(read_timeout_seconds : Int32)
- #replication_batch_size : Int32
- #replication_batch_size=(replication_batch_size : Int32)
- #replication_poll_interval_ms : Int32
- #replication_poll_interval_ms=(replication_poll_interval_ms : Int32)
- #replication_source_host : String | Nil
- #replication_source_host=(replication_source_host : String | Nil)
- #replication_source_port : Int32
- #replication_source_port=(replication_source_port : Int32)
- #replication_token : String | Nil
- #replication_token=(replication_token : String | Nil)
- #restore : Bool
- #restore=(restore : Bool)
- #role : String
- #role=(role : String)
- #shutdown_timeout_seconds : Int32
- #shutdown_timeout_seconds=(shutdown_timeout_seconds : Int32)
- #tcp_nodelay : Bool
- #tcp_nodelay=(tcp_nodelay : Bool)
- #validate! : Nil
- #wal : Bool
- #wal=(wal : Bool)
- #wal_batch_size : Int32
- #wal_batch_size=(wal_batch_size : Int32)
- #wal_batch_wait_microseconds : Int32
- #wal_batch_wait_microseconds=(wal_batch_wait_microseconds : Int32)
- #wal_fsync : Bool
- #wal_fsync=(wal_fsync : Bool)
- #wal_segment_bytes : Int32
- #wal_segment_bytes=(wal_segment_bytes : Int32)
- #write_timeout_seconds : Int32
- #write_timeout_seconds=(write_timeout_seconds : Int32)