public interface TopologyRequest
Modifier and Type | Interface and Description |
---|---|
static class |
TopologyRequest.Type
Request types.
|
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.
|
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.
|
Long getClusterId()
null
.TopologyRequest.Type getType()
Blueprint getBlueprint()
Configuration getConfiguration()
Map<String,HostGroupInfo> getHostGroupInfo()
String getDescription()
Copyright © 2022 Apache Software Foundation. All rights reserved.