Package | Description |
---|---|
org.apache.ambari.server.api.query.render |
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.copyPropertiesToResult(TreeNode<QueryInfo> queryTree,
TreeNode<Set<String>> propertyTree)
Copies a tree of QueryInfo to a tree of Set
|
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.
|
Copyright © 2022 Apache Software Foundation. All rights reserved.