abstract struct LavinMQ::Schema::SegmentPositionBase

Included Modules

Direct Known Subclasses

Defined in:

lavinmq/schema.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(segment : UInt32, position : UInt32, bytesize : UInt32) #

[View source]

Instance Method Detail

def <=>(other : self) #

[View source]
def bytesize : UInt32 #

[View source]
def position : UInt32 #

[View source]
def segment : UInt32 #

[View source]
def zero? #

[View source]