module LavinMQ::Clustering::Replicator

Direct including types

Defined in:

lavinmq/clustering/replicator.cr

Instance Method Summary

Instance Method Detail

abstract def append(path : String, file : MFile, position : Int32, length : Int32) #

[View source]
abstract def append(path : String, obj) #

[View source]
abstract def clear #

[View source]
abstract def close #

[View source]
abstract def delete_file(path : String) #

[View source]
abstract def followers : Array(Follower) #

[View source]
abstract def listen(server : TCPServer) #

[View source]
abstract def password : String #

[View source]
abstract def register_file(file : File) #

[View source]
abstract def register_file(mfile : MFile) #

[View source]
abstract def replace_file(path : String) #

[View source]