public class ExportBlueprintRequest extends Object implements TopologyRequest
Modifier and Type | Class and Description |
---|---|
class |
ExportBlueprintRequest.ExportedHostGroup
Host Group representation.
|
TopologyRequest.Type
Constructor and Description |
---|
ExportBlueprintRequest(TreeNode<Resource> clusterNode,
AmbariManagementController controller) |
Modifier and Type | Method and Description |
---|---|
Blueprint |
getBlueprint()
Get the blueprint instance associated with the request.
|
Long |
getClusterId()
Get the cluster id associated with the request.
|
String |
getClusterName() |
Configuration |
getConfiguration()
Get the cluster scoped configuration for the request.
|
String |
getDescription()
Get request description.
|
Map<String,HostGroupInfo> |
getHostGroupInfo()
Get host group info.
|
TopologyRequest.Type |
getType()
Get the request type.
|
public ExportBlueprintRequest(TreeNode<Resource> clusterNode, AmbariManagementController controller) throws InvalidTopologyTemplateException
InvalidTopologyTemplateException
public String getClusterName()
public Long getClusterId()
TopologyRequest
null
.getClusterId
in interface TopologyRequest
public TopologyRequest.Type getType()
TopologyRequest
getType
in interface TopologyRequest
public Blueprint getBlueprint()
TopologyRequest
getBlueprint
in interface TopologyRequest
public Configuration getConfiguration()
TopologyRequest
getConfiguration
in interface TopologyRequest
public Map<String,HostGroupInfo> getHostGroupInfo()
TopologyRequest
getHostGroupInfo
in interface TopologyRequest
public String getDescription()
TopologyRequest
getDescription
in interface TopologyRequest
Copyright © 2022 Apache Software Foundation. All rights reserved.