Module swim.db
Package swim.db

Class Seed


  • public class Seed
    extends Object
    • Constructor Detail

      • Seed

        public Seed​(TreeType treeType,
                    int stem,
                    long created,
                    long updated,
                    swim.structure.Value rootRefValue)
    • Method Detail

      • fromValue

        public static Seed fromValue​(swim.structure.Value value)
      • stem

        public int stem()
      • created

        public long created()
      • updated

        public long updated()
      • rootRefValue

        public swim.structure.Value rootRefValue()
      • committed

        public Seed committed​(long updated,
                              PageRef newRootRef)
      • uncommitted

        public Seed uncommitted​(PageRef newRootRef)
      • toValue

        public swim.structure.Value toValue()