Uses of Class
org.eclipse.jetty.deploy.graph.Node
Packages that use Node
Package
Description
Jetty Deploy : Webapp Deploy Management
Jetty Deploy : Standard Deployment Bindings
Jetty Deploy : Deployment Graph
-
Uses of Node in org.eclipse.jetty.deploy
Fields in org.eclipse.jetty.deploy declared as NodeModifier and TypeFieldDescriptionprivate Node
DeploymentManager.AppEntry.lifecyleNode
The lifecycle node location of this AppFields in org.eclipse.jetty.deploy with type parameters of type NodeModifier and TypeFieldDescriptionDeploymentManager.AppEntry.stateTimestamps
Tracking the various AppState timestamps (in system milliseconds)Methods in org.eclipse.jetty.deploy that return NodeMethods in org.eclipse.jetty.deploy that return types with arguments of type NodeModifier and TypeMethodDescriptionDeploymentManager.getNodes()
DeploymentManager.AppEntry.getStateTimestamps()
Methods in org.eclipse.jetty.deploy with parameters of type NodeModifier and TypeMethodDescriptionAppLifeCycle.getBindings
(Node node) Get all objects bound to a specificNode
void
AppLifeCycle.Binding.processBinding
(Node node, App app) Event called to process aAppLifeCycle
binding.void
AppLifeCycle.runBindings
(Node node, App app, DeploymentManager deploymentManager) (package private) void
DeploymentManager.AppEntry.setLifeCycleNode
(Node node) -
Uses of Node in org.eclipse.jetty.deploy.bindings
Methods in org.eclipse.jetty.deploy.bindings with parameters of type NodeModifier and TypeMethodDescriptionvoid
DebugBinding.processBinding
(Node node, App app) void
DebugListenerBinding.processBinding
(Node node, App app) void
GlobalWebappConfigBinding.processBinding
(Node node, App app) void
OrderedGroupBinding.processBinding
(Node node, App app) void
StandardDeployer.processBinding
(Node node, App app) void
StandardStarter.processBinding
(Node node, App app) void
StandardStopper.processBinding
(Node node, App app) void
StandardUndeployer.processBinding
(Node node, App app) -
Uses of Node in org.eclipse.jetty.deploy.graph
Fields in org.eclipse.jetty.deploy.graph declared as NodeFields in org.eclipse.jetty.deploy.graph with type parameters of type NodeMethods in org.eclipse.jetty.deploy.graph that return NodeModifier and TypeMethodDescriptionPath.firstNode()
Edge.getFrom()
Path.getNode
(int index) Graph.getNodeByName
(String name) Get the Node by Name.Edge.getTo()
Path.lastNode()
Methods in org.eclipse.jetty.deploy.graph that return types with arguments of type NodeMethods in org.eclipse.jetty.deploy.graph with parameters of type NodeModifier and TypeMethodDescriptionprivate void
void
private Path
Graph.breadthFirst
(Node from, Node destination, CopyOnWriteArrayList<Path> paths, Set<Edge> seen) int
Find all edges that are connected to the specific node, both as an outgoingEdge.getFrom()
or incomingEdge.getTo()
end point.Graph.findEdgesFrom
(Node from) Find all edges that are connectedEdge.getFrom()
the specific node.Using BFS (Breadth First Search) return the path from a any arbitrary node to any other.void
Graph.insertNode
(Edge edge, Node node) Insert an arbitrary node on an existing edge.void
Graph.removeNode
(Node node) private static CharSequence
private CollationKey
private static void
GraphOutputDot.writeNode
(PrintWriter out, Node node) Method parameters in org.eclipse.jetty.deploy.graph with type arguments of type NodeConstructors in org.eclipse.jetty.deploy.graph with parameters of type Node