Modifier and Type | Method and Description |
---|---|
TreeNode<Set<String>> |
MinimalRenderer.finalizeProperties(TreeNode<QueryInfo> queryTree,
boolean isCollection) |
TreeNode<Set<String>> |
DefaultRenderer.finalizeProperties(TreeNode<QueryInfo> queryTree,
boolean isCollection) |
TreeNode<Set<String>> |
ClusterBlueprintRenderer.finalizeProperties(TreeNode<QueryInfo> queryProperties,
boolean isCollection) |
TreeNode<Set<String>> |
AlertSummaryRenderer.finalizeProperties(TreeNode<QueryInfo> queryTree,
boolean isCollection)
Finalize which properties are requested by the query.
|
TreeNode<Set<String>> |
MetricsPaddingRenderer.finalizeProperties(TreeNode<QueryInfo> queryProperties,
boolean isCollection) |
TreeNode<Set<String>> |
Renderer.finalizeProperties(TreeNode<QueryInfo> queryProperties,
boolean isCollection)
Finalize which properties are requested by the query.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BaseRenderer.addSubResources(TreeNode<QueryInfo> queryTree,
TreeNode<Set<String>> propertyTree)
Add available sub resources to property node.
|
protected void |
BaseRenderer.addSubResources(TreeNode<QueryInfo> queryTree,
TreeNode<Set<String>> propertyTree)
Add available sub resources to property node.
|
protected void |
BaseRenderer.copyPropertiesToResult(TreeNode<QueryInfo> queryTree,
TreeNode<Set<String>> propertyTree)
Copies a tree of QueryInfo to a tree of Set
|
protected void |
BaseRenderer.copyPropertiesToResult(TreeNode<QueryInfo> queryTree,
TreeNode<Set<String>> propertyTree)
Copies a tree of QueryInfo to a tree of Set
|
protected ClusterTopology |
ClusterBlueprintRenderer.createClusterTopology(TreeNode<Resource> clusterNode) |
protected void |
BaseRenderer.ensureRequiredProperties(TreeNode<Set<String>> propertyTree,
boolean addIfEmpty)
Add required primary and foreign keys properties based on request type.
|
TreeNode<Set<String>> |
MinimalRenderer.finalizeProperties(TreeNode<QueryInfo> queryTree,
boolean isCollection) |
TreeNode<Set<String>> |
DefaultRenderer.finalizeProperties(TreeNode<QueryInfo> queryTree,
boolean isCollection) |
TreeNode<Set<String>> |
ClusterBlueprintRenderer.finalizeProperties(TreeNode<QueryInfo> queryProperties,
boolean isCollection) |
TreeNode<Set<String>> |
AlertSummaryRenderer.finalizeProperties(TreeNode<QueryInfo> queryTree,
boolean isCollection)
Finalize which properties are requested by the query.
|
TreeNode<Set<String>> |
MetricsPaddingRenderer.finalizeProperties(TreeNode<QueryInfo> queryProperties,
boolean isCollection) |
TreeNode<Set<String>> |
Renderer.finalizeProperties(TreeNode<QueryInfo> queryProperties,
boolean isCollection)
Finalize which properties are requested by the query.
|
protected boolean |
BaseRenderer.isRequestWithNoProperties(TreeNode<QueryInfo> queryNode)
Determine if the query node contains no properties and no children.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceDefinition.PostProcessor.process(Request request,
TreeNode<Resource> resultNode,
String href) |
Modifier and Type | Method and Description |
---|---|
TreeNode<Resource> |
Result.getResultTree()
Obtain the results of the request invocation as a Tree structure.
|
TreeNode<Resource> |
ResultImpl.getResultTree() |
Modifier and Type | Method and Description |
---|---|
protected void |
ResultPostProcessorImpl.finalizeNode(TreeNode<Resource> node)
Allows subclasses to finalize node
|
Modifier and Type | Class and Description |
---|---|
class |
TreeNodeImpl<T>
Basic implementation of TreeNode.
|
Modifier and Type | Method and Description |
---|---|
TreeNode<T> |
TreeNodeImpl.addChild(TreeNode<T> child) |
TreeNode<T> |
TreeNode.addChild(TreeNode<T> child)
Add the specified child node.
|
TreeNode<T> |
TreeNodeImpl.addChild(T child,
String name) |
TreeNode<T> |
TreeNode.addChild(T child,
String name)
Add a child node for the provided object.
|
TreeNode<T> |
TreeNodeImpl.getChild(String name) |
TreeNode<T> |
TreeNode.getChild(String name)
Find a child node by name.
|
TreeNode<T> |
TreeNodeImpl.getParent() |
TreeNode<T> |
TreeNode.getParent()
Obtain the parent node or null if this node is the root.
|
TreeNode<T> |
TreeNodeImpl.removeChild(String name) |
TreeNode<T> |
TreeNode.removeChild(String name)
Remove a child from this resource.
|
Modifier and Type | Method and Description |
---|---|
Collection<TreeNode<T>> |
TreeNodeImpl.getChildren() |
Collection<TreeNode<T>> |
TreeNode.getChildren()
Obtain the list of child nodes.
|
Modifier and Type | Method and Description |
---|---|
TreeNode<T> |
TreeNodeImpl.addChild(TreeNode<T> child) |
TreeNode<T> |
TreeNode.addChild(TreeNode<T> child)
Add the specified child node.
|
void |
TreeNodeImpl.setParent(TreeNode<T> parent) |
void |
TreeNode.setParent(TreeNode<T> parent)
Set the parent node.
|
Constructor and Description |
---|
TreeNodeImpl(TreeNode<T> parent,
T object,
String name)
Constructor.
|
Constructor and Description |
---|
ExportBlueprintRequest(TreeNode<Resource> clusterNode,
AmbariManagementController controller) |
ExportedHostGroup(TreeNode<Resource> host)
Constructor.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.