Butterfly class

Constructors

Butterfly(int timestamp, int highSequence, int machine, int lowSequence)
Butterfly.withTimestampAndMachineNumber(int timestamp, int machine)

Properties

hashCode int
The hash code for this object.
no setterinherited
highSequence int
getter/setter pair
lowSequence int
getter/setter pair
machine int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
timestamp int
getter/setter pair

Methods

batchGenerate(int count) List<int>
generate the id list that the length specified by the count
generate() → dynamic
generate a new id
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited