class Karma::Config

Defined in:

config.cr

Constant Summary

INSTANCE = Config.new

Instance Method Summary

Instance Method Detail

def auth_token : String | Nil #

[View source]
def auth_token=(auth_token : String | Nil) #

[View source]
def dump_dir : String #

[View source]
def dump_dir=(dump_dir : String) #

[View source]
def dump_retention_per_tree : Int32 #

[View source]
def dump_retention_per_tree=(dump_retention_per_tree : Int32) #

[View source]
def host : String #

[View source]
def host=(host : String) #

[View source]
def idempotency_max_age_seconds : Int32 #

[View source]
def idempotency_max_age_seconds=(idempotency_max_age_seconds : Int32) #

[View source]
def idempotency_max_records : Int32 #

[View source]
def idempotency_max_records=(idempotency_max_records : Int32) #

[View source]
def load_env! : Nil #

[View source]
def log : Bool #

[View source]
def log=(log : Bool) #

[View source]
def max_request_bytes : Int32 #

[View source]
def max_request_bytes=(max_request_bytes : Int32) #

[View source]
def max_response_bytes : Int32 #

[View source]
def max_response_bytes=(max_response_bytes : Int32) #

[View source]
def port : Int32 #

[View source]
def port=(port : Int32) #

[View source]
def query_timeout_ms : Int32 #

[View source]
def query_timeout_ms=(query_timeout_ms : Int32) #

[View source]
def read_auth_token : String | Nil #

[View source]
def read_auth_token=(read_auth_token : String | Nil) #

[View source]
def read_timeout_seconds : Int32 #

[View source]
def read_timeout_seconds=(read_timeout_seconds : Int32) #

[View source]
def replication_batch_size : Int32 #

[View source]
def replication_batch_size=(replication_batch_size : Int32) #

[View source]
def replication_poll_interval_ms : Int32 #

[View source]
def replication_poll_interval_ms=(replication_poll_interval_ms : Int32) #

[View source]
def replication_source_host : String | Nil #

[View source]
def replication_source_host=(replication_source_host : String | Nil) #

[View source]
def replication_source_port : Int32 #

[View source]
def replication_source_port=(replication_source_port : Int32) #

[View source]
def replication_token : String | Nil #

[View source]
def replication_token=(replication_token : String | Nil) #

[View source]
def restore : Bool #

[View source]
def restore=(restore : Bool) #

[View source]
def role : String #

[View source]
def role=(role : String) #

[View source]
def shutdown_timeout_seconds : Int32 #

[View source]
def shutdown_timeout_seconds=(shutdown_timeout_seconds : Int32) #

[View source]
def tcp_nodelay : Bool #

[View source]
def tcp_nodelay=(tcp_nodelay : Bool) #

[View source]
def validate! : Nil #

[View source]
def wal : Bool #

[View source]
def wal=(wal : Bool) #

[View source]
def wal_batch_size : Int32 #

[View source]
def wal_batch_size=(wal_batch_size : Int32) #

[View source]
def wal_batch_wait_microseconds : Int32 #

[View source]
def wal_batch_wait_microseconds=(wal_batch_wait_microseconds : Int32) #

[View source]
def wal_fsync : Bool #

[View source]
def wal_fsync=(wal_fsync : Bool) #

[View source]
def wal_segment_bytes : Int32 #

[View source]
def wal_segment_bytes=(wal_segment_bytes : Int32) #

[View source]
def write_timeout_seconds : Int32 #

[View source]
def write_timeout_seconds=(write_timeout_seconds : Int32) #

[View source]