Karma::Commands
Constants
COMMANDS = {"trees" => Commands::Trees, "create" => Commands::Create, "drop" => Commands::Drop, "dump" => Commands::Dump, "dump_all" => Commands::DumpAll, "dumps" => Commands::Dumps, "load" => Commands::Load, "increment" => Commands::Increment, "decrement" => Commands::Decrement, "sum" => Commands::Sum, "batch_sum" => Commands::BatchSum, "multi_sum" => Commands::MultiSum, "batch_add" => Commands::BatchAdd, "batch_set" => Commands::BatchSet, "batch_reset" => Commands::BatchReset, "batch_delete_range" => Commands::BatchDeleteRange, "delete_before" => Commands::DeleteBefore, "compact" => Commands::Compact, "find" => Commands::Find, "reset" => Commands::Reset, "delete" => Commands::Delete, "health" => Commands::Health, "stats" => Commands::Stats, "metrics" => Commands::Metrics, "verify" => Commands::Verify, "reconciliation_report" => Commands::ReconciliationReport, "recovery_checkpoint" => Commands::RecoveryCheckpoint, "recovery_status" => Commands::RecoveryStatus, "replication_status" => Commands::ReplicationStatus, "replication_entries" => Commands::ReplicationEntries, "idempotency_prune" => Commands::IdempotencyPrune, "idempotency_snapshot_fetch_chunk" => Commands::IdempotencySnapshotFetchChunk, "ping" => Commands::Ping, "tree_info" => Commands::TreeInfo, "tree_keys" => Commands::TreeKeys, "tree_summary" => Commands::TreeSummary, "tree_top" => Commands::TreeTop, "snapshot_info" => Commands::SnapshotInfo, "snapshot_fetch" => Commands::SnapshotFetch, "snapshot_fetch_chunk" => Commands::SnapshotFetchChunk, "ingest_begin" => Commands::IngestBegin, "ingest_chunk" => Commands::IngestChunk, "ingest_commit" => Commands::IngestCommit, "ingest_abort" => Commands::IngestAbort}
MUTATING_COMMANDS = ["create", "drop", "increment", "decrement", "delete", "reset", "batch_reset", "batch_set", "batch_delete_range", "batch_add", "delete_before", "compact", "ingest_begin", "ingest_chunk", "ingest_commit", "ingest_abort", "recovery_checkpoint", "idempotency_prune"] of ::String
READ_ONLY_COMMANDS = ["ping", "trees", "dumps", "health", "stats", "metrics", "verify", "sum", "batch_sum", "multi_sum", "find", "tree_info", "tree_keys", "tree_summary", "tree_top", "snapshot_info", "snapshot_fetch", "snapshot_fetch_chunk", "recovery_status", "replication_status", "replication_entries", "idempotency_snapshot_fetch_chunk"] of ::String
Class methods
call(message, cluster, persist = true, authorize = true, synchronize = true, enforce_request_size = true, enforce_role = true)
Sourceknown?(directive : Directive) : Bool
Sourcemutating?(directive : Directive) : Bool
Sourceparse(message : String) : Directive
Sourceread_only?(directive : Directive) : Bool
SourceNested types
- Karma::Commands::BatchAdd
- Karma::Commands::BatchDeleteRange
- Karma::Commands::BatchReset
- Karma::Commands::BatchSet
- Karma::Commands::BatchSum
- Karma::Commands::Compact
- Karma::Commands::Create
- Karma::Commands::Decrement
- Karma::Commands::Delete
- Karma::Commands::DeleteBefore
- Karma::Commands::Directive
- Karma::Commands::Drop
- Karma::Commands::Dump
- Karma::Commands::DumpAll
- Karma::Commands::Dumps
- Karma::Commands::FastIncrementJob
- Karma::Commands::Find
- Karma::Commands::Health
- Karma::Commands::IdempotencyPrune
- Karma::Commands::IdempotencySnapshotFetchChunk
- Karma::Commands::Increment
- Karma::Commands::IngestAbort
- Karma::Commands::IngestBegin
- Karma::Commands::IngestChunk
- Karma::Commands::IngestCommit
- Karma::Commands::Load
- Karma::Commands::Metrics
- Karma::Commands::MultiSum
- Karma::Commands::MultiSumItem
- Karma::Commands::Ping
- Karma::Commands::ReconciliationReport
- Karma::Commands::RecoveryCheckpoint
- Karma::Commands::RecoveryStatus
- Karma::Commands::ReplicationEntries
- Karma::Commands::ReplicationStatus
- Karma::Commands::Reset
- Karma::Commands::SnapshotFetch
- Karma::Commands::SnapshotFetchChunk
- Karma::Commands::SnapshotInfo
- Karma::Commands::Stats
- Karma::Commands::Sum
- Karma::Commands::TreeInfo
- Karma::Commands::TreeKeys
- Karma::Commands::TreeSummary
- Karma::Commands::TreeTop
- Karma::Commands::Trees
- Karma::Commands::Verify