Module swim.db
Package swim.db

Class UTreePage

  • Direct Known Subclasses:
    UTreeLeaf

    public abstract class UTreePage
    extends Page
    • Method Detail

      • isUTreePage

        public boolean isUTreePage()
        Overrides:
        isUTreePage in class Page
      • get

        public abstract swim.structure.Value get()
      • updated

        public abstract UTreePage updated​(swim.structure.Value newValue,
                                          long newVersion)
      • evacuated

        public abstract UTreePage evacuated​(int post,
                                            long version)
        Specified by:
        evacuated in class Page
      • committed

        public abstract UTreePage committed​(int zone,
                                            long base,
                                            long version)
        Specified by:
        committed in class Page
      • cursor

        public abstract swim.util.Cursor<swim.structure.Value> cursor()
        Specified by:
        cursor in class Page