Class NodeTool

java.lang.Object
io.datarouter.storage.node.NodeTool

public class NodeTool extends Object
  • Constructor Details

    • NodeTool

      public NodeTool()
  • Method Details

    • extractSinglePhysicalNode

      public static <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>, D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> PhysicalNode<PK,D,F> extractSinglePhysicalNode(Node<PK,D,F> node)
    • getNodeAndDescendants

      public static List<Node<?,?,?>> getNodeAndDescendants(Node<?,?,?> parent)
    • addNodeAndDescendants

      public static void addNodeAndDescendants(List<Node<?,?,?>> nodes, Node<?,?,?> parent)
    • getUnderlyingNode

      public static Node<?,?,?> getUnderlyingNode(Node<?,?,?> node)