java.lang.Object
swim.db.Germ
-
Constructor Summary
ConstructorsConstructorDescriptionGerm(int stem, long version, long created, long updated, swim.structure.Value seedRefValue) -
Method Summary
Modifier and TypeMethodDescriptionfinal longcreated()static GermfromValue(swim.structure.Value value) seed()final swim.structure.Valuefinal intstem()toString()swim.structure.ValuetoValue()final longupdated()final longversion()voidwriteValue(WritableByteChannel channel) voidwriteValue(swim.codec.Output<?> output)
-
Constructor Details
-
Germ
public Germ(int stem, long version, long created, long updated, swim.structure.Value seedRefValue)
-
-
Method Details
-
stem
public final int stem() -
version
public final long version() -
created
public final long created() -
updated
public final long updated() -
seedRefValue
public final swim.structure.Value seedRefValue() -
seed
-
toValue
public swim.structure.Value toValue() -
writeValue
public void writeValue(swim.codec.Output<?> output) -
writeValue
-
toByteBuffer
-
toString
-
fromValue
-