Module swim.db
Package swim.db

Class UTreeValue


  • public class UTreeValue
    extends Object
    • Constructor Detail

      • UTreeValue

        public UTreeValue​(Trunk<UTree> trunk)
    • Method Detail

      • database

        public final Database database()
      • name

        public final swim.structure.Value name()
      • tree

        public final UTree tree()
      • setTreeDelegate

        public void setTreeDelegate​(TreeDelegate treeDelegate)
      • isResident

        public boolean isResident()
      • isResident

        public UTreeValue isResident​(boolean isResident)
      • isTransient

        public boolean isTransient()
      • isTransient

        public UTreeValue isTransient​(boolean isTransient)
      • get

        public swim.structure.Value get()
      • set

        public swim.structure.Value set​(swim.structure.Value newValue)
      • clear

        public void clear()
      • commitAsync

        public void commitAsync​(Commit commit)