Uses of Interface
com.usatiuk.kleppmanntree.NodeMeta
Packages that use NodeMeta
Package
Description
-
Uses of NodeMeta in com.usatiuk.dhfs.jkleppmanntree.structs
Subinterfaces of NodeMeta in com.usatiuk.dhfs.jkleppmanntree.structs -
Uses of NodeMeta in com.usatiuk.dhfs.peersync.structs
Classes in com.usatiuk.dhfs.peersync.structs that implement NodeMeta -
Uses of NodeMeta in com.usatiuk.dhfsfs.objects
Classes in com.usatiuk.dhfsfs.objects that implement NodeMetaModifier and TypeClassDescriptionfinal recordJKleppmannTreeNodeMetaDirectory is a record that represents a directory in the JKleppmann tree.final recordJKleppmannTreeNodeMetaFile is a record that represents a file in the JKleppmann tree. -
Uses of NodeMeta in com.usatiuk.kleppmanntree
Classes in com.usatiuk.kleppmanntree with type parameters of type NodeMetaModifier and TypeClassDescriptionclassKleppmannTree<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> An implementation of a tree as described in A highly-available move operation for replicated treesfinal recordLogEffect<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> LogEffect is a record that represents the effect of a log entry on a tree node.final recordLogEffectOld<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> Represents the old information about a node before it was moved.interfaceLogInterface<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> LogInterface is an interface that allows accessing the log of operationsfinal recordLogRecord<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> Represents a log record in the Kleppmann tree.final recordOpMove<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> Operation that moves a child node to a new parent node.interfaceOpRecorder<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> Interface to provide recording operations to be sent to peers asynchronously.interfaceStorageInterface<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> Storage interface for the Kleppmann tree.interfaceTreeNode<TimestampT extends Comparable<TimestampT>,PeerIdT extends Comparable<PeerIdT>, MetaT extends NodeMeta, NodeIdT> Represents a node in the Kleppmann tree.Methods in com.usatiuk.kleppmanntree that return NodeMeta