Uses of Interface
herddb.core.Page.Owner
-
Packages that use Page.Owner Package Description herddb.core herddb.index.blink -
-
Uses of Page.Owner in herddb.core
Classes in herddb.core with type parameters of type Page.Owner Modifier and Type Class Description classPage<O extends Page.Owner>A generic page loaded in memoryFields in herddb.core declared as Page.Owner Modifier and Type Field Description Page.OwnerPage.Metadata. ownerOPage. ownerOwner of the pageConstructors in herddb.core with parameters of type Page.Owner Constructor Description Metadata(Page.Owner owner, long pageId) -
Uses of Page.Owner in herddb.index.blink
Classes in herddb.index.blink that implement Page.Owner Modifier and Type Class Description classBLink<K extends Comparable<K>,V>Java implementation of b-link tree derived from Vladimir Lanin and Dennis Shasha work: A symmetric concurrent b-tree algorithm
-