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
InvalidTopologyTemplateExceptionpublic String getClusterName()
public Long getClusterId()
TopologyRequestnull.getClusterId in interface TopologyRequestpublic TopologyRequest.Type getType()
TopologyRequestgetType in interface TopologyRequestpublic Blueprint getBlueprint()
TopologyRequestgetBlueprint in interface TopologyRequestpublic Configuration getConfiguration()
TopologyRequestgetConfiguration in interface TopologyRequestpublic Map<String,HostGroupInfo> getHostGroupInfo()
TopologyRequestgetHostGroupInfo in interface TopologyRequestpublic String getDescription()
TopologyRequestgetDescription in interface TopologyRequestCopyright © 2022 Apache Software Foundation. All rights reserved.