class Karma::Commands::FastIncrementJob

Defined in:

command.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cluster : Cluster, series_name : String, key : UInt64, bucket : UInt64, value : UInt64, result : Channel(Exception | Nil)) #

[View source]

Instance Method Detail

def bucket : UInt64 #

[View source]
def cluster : Cluster #

[View source]
def key : UInt64 #

[View source]
def result : Channel(Exception | Nil) #

[View source]
def series_name : String #

[View source]
def value : UInt64 #

[View source]