- java.lang.Object
-
- swim.db.Germ
-
public class Germ extends Object
-
-
Constructor Summary
Constructors Constructor Description Germ(int stem, long version, long created, long updated, swim.structure.Value seedRefValue)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longcreated()static GermfromValue(swim.structure.Value value)Seedseed()swim.structure.ValueseedRefValue()intstem()ByteBuffertoByteBuffer()StringtoString()swim.structure.ValuetoValue()longupdated()longversion()voidwriteValue(WritableByteChannel channel)voidwriteValue(swim.codec.Output<?> output)
-
-
-
Method Detail
-
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
public Seed seed()
-
toValue
public swim.structure.Value toValue()
-
writeValue
public void writeValue(swim.codec.Output<?> output)
-
writeValue
public void writeValue(WritableByteChannel channel)
-
toByteBuffer
public ByteBuffer toByteBuffer()
-
fromValue
public static Germ fromValue(swim.structure.Value value)
-
-