struct Movie::Persistence::ShardLeaseKey

Defined in:

movie/persistence/protocol.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(cluster_name : String, entity_type : String, shard_id : Int32) #

[View source]

Instance Method Detail

def clone #

[View source]
def cluster_name : String #

def copy_with(cluster_name _cluster_name = @cluster_name, entity_type _entity_type = @entity_type, shard_id _shard_id = @shard_id) #

[View source]
def entity_type : String #

def shard_id : Int32 #