class LavinMQ::Clustering::NoopServer

Included Modules

Defined in:

lavinmq/clustering/server.cr

Instance Method Summary

Instance methods inherited from module LavinMQ::Clustering::Replicator

append(path : String, file : MFile, position : Int32, length : Int32)
append(path : String, obj)
append
, clear clear, close close, delete_file(path : String) delete_file, followers : Array(Follower) followers, listen(server : TCPServer) listen, password : String password, register_file(file : File)
register_file(mfile : MFile)
register_file
, replace_file(path : String) replace_file

Instance Method Detail

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

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

[View source]
def clear #

[View source]
def close #

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

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

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

[View source]
def password : String #

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

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

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

[View source]