Uses of Class
org.eclipse.jetty.deploy.graph.Node
-
Packages that use Node Package Description org.eclipse.jetty.deploy Jetty Deploy : Webapp Deploy Managementorg.eclipse.jetty.deploy.bindings Jetty Deploy : Standard Deployment Bindingsorg.eclipse.jetty.deploy.graph Jetty Deploy : Deployment Graph -
-
Uses of Node in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as Node Modifier and Type Field Description private NodeDeploymentManager.AppEntry. lifecyleNodeThe lifecycle node location of this AppFields in org.eclipse.jetty.deploy with type parameters of type Node Modifier and Type Field Description private java.util.Map<Node,java.lang.Long>DeploymentManager.AppEntry. stateTimestampsTracking the various AppState timestamps (in system milliseconds)Methods in org.eclipse.jetty.deploy that return Node Modifier and Type Method Description NodeDeploymentManager.AppEntry. getLifecyleNode()Methods in org.eclipse.jetty.deploy that return types with arguments of type Node Modifier and Type Method Description java.util.Collection<Node>DeploymentManager. getNodes()java.util.Map<Node,java.lang.Long>DeploymentManager.AppEntry. getStateTimestamps()Methods in org.eclipse.jetty.deploy with parameters of type Node Modifier and Type Method Description java.util.Collection<App>DeploymentManager. getApps(Node node)java.util.Set<AppLifeCycle.Binding>AppLifeCycle. getBindings(Node node)Get all objects bound to a specificNodevoidAppLifeCycle.Binding. processBinding(Node node, App app)Event called to process aAppLifeCyclebinding.voidAppLifeCycle. runBindings(Node node, App app, DeploymentManager deploymentManager)(package private) voidDeploymentManager.AppEntry. setLifeCycleNode(Node node) -
Uses of Node in org.eclipse.jetty.deploy.bindings
Methods in org.eclipse.jetty.deploy.bindings with parameters of type Node Modifier and Type Method Description voidDebugBinding. processBinding(Node node, App app)voidDebugListenerBinding. processBinding(Node node, App app)voidGlobalWebappConfigBinding. processBinding(Node node, App app)voidOrderedGroupBinding. processBinding(Node node, App app)voidStandardDeployer. processBinding(Node node, App app)voidStandardStarter. processBinding(Node node, App app)voidStandardStopper. processBinding(Node node, App app)voidStandardUndeployer. processBinding(Node node, App app) -
Uses of Node in org.eclipse.jetty.deploy.graph
Fields in org.eclipse.jetty.deploy.graph declared as Node Modifier and Type Field Description private NodeEdge. _fromprivate NodeEdge. _toFields in org.eclipse.jetty.deploy.graph with type parameters of type Node Modifier and Type Field Description private java.util.Set<Node>Graph. _nodesprivate java.util.List<Node>Path. _nodesMethods in org.eclipse.jetty.deploy.graph that return Node Modifier and Type Method Description NodePath. firstNode()NodeEdge. getFrom()NodePath. getNode(int index)NodeGraph. getNodeByName(java.lang.String name)Get the Node by Name.NodeEdge. getTo()NodePath. lastNode()Methods in org.eclipse.jetty.deploy.graph that return types with arguments of type Node Modifier and Type Method Description java.util.List<Node>Path. getEdges()java.util.Set<Node>Graph. getNodes()java.util.List<Node>Path. getNodes()Methods in org.eclipse.jetty.deploy.graph with parameters of type Node Modifier and Type Method Description private voidGraph. addEdge(Node fromNode, Node toNode)voidGraph. addNode(Node node)private PathGraph. breadthFirst(Node from, Node destination, java.util.concurrent.CopyOnWriteArrayList<Path> paths, java.util.Set<Edge> seen)intGraphOutputDot.TopNodeSort. compare(Node o1, Node o2)java.util.Set<Edge>Graph. findEdges(Node node)Find all edges that are connected to the specific node, both as an outgoingEdge.getFrom()or incomingEdge.getTo()end point.java.util.Set<Edge>Graph. findEdgesFrom(Node from)Find all edges that are connectedEdge.getFrom()the specific node.PathGraph. getPath(Node from, Node to)Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.voidGraph. insertNode(Edge edge, Node node)Insert an arbitrary node on an existing edge.voidGraph. removeNode(Node node)private static java.lang.CharSequenceGraphOutputDot. toId(Node node)private java.text.CollationKeyGraphOutputDot.TopNodeSort. toKey(Node node)private static voidGraphOutputDot. writeNode(java.io.PrintWriter out, Node node)Method parameters in org.eclipse.jetty.deploy.graph with type arguments of type Node Modifier and Type Method Description voidGraph. setNodes(java.util.Set<Node> nodes)Constructors in org.eclipse.jetty.deploy.graph with parameters of type Node Constructor Description Edge(Node from, Node to)
-