Modifier and Type | Method and Description |
---|---|
ServiceInfo |
AmbariMetaInfo.getService(Service service)
Convenience method to use stack id instead of separate name and version.
|
ServiceInfo |
AmbariMetaInfo.getService(String stackName,
String version,
String serviceName) |
Modifier and Type | Method and Description |
---|---|
Map<String,ServiceInfo> |
AmbariMetaInfo.getServices(String stackName,
String version)
Given a stack name and version return all the services with info
|
Modifier and Type | Method and Description |
---|---|
Set<AlertDefinition> |
AmbariMetaInfo.getAlertDefinitions(ServiceInfo service)
Gets the alert definitions for the specified stack and service.
|
KerberosServiceDescriptor[] |
AmbariMetaInfo.getKerberosDescriptor(ServiceInfo serviceInfo)
Gets the requested service-level Kerberos descriptor(s)
An array of descriptors are returned since the kerberos.json in a service directory may contain
descriptor details for one or more services.
|
Modifier and Type | Method and Description |
---|---|
List<ServiceOsSpecific.Package> |
AmbariManagementController.getPackagesForServiceHost(ServiceInfo serviceInfo,
Map<String,String> hostParams,
String osFamily) |
List<ServiceOsSpecific.Package> |
AmbariManagementControllerImpl.getPackagesForServiceHost(ServiceInfo serviceInfo,
Map<String,String> hostParams,
String osFamily) |
String |
AmbariCustomCommandExecutionHelper.getStatusCommandTimeout(ServiceInfo serviceInfo) |
protected ServiceOsSpecific |
AmbariManagementControllerImpl.populateServicePackagesInfo(ServiceInfo serviceInfo,
Map<String,String> hostParams,
String osFamily)
Computes os-dependent packages for service/host.
|
Constructor and Description |
---|
StackServiceResponse(ServiceInfo service)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Optional<ServiceInfo> |
Stack.getServiceInfo(String serviceName) |
Modifier and Type | Method and Description |
---|---|
protected ServiceOsSpecific |
ClientConfigResourceProvider.populateServicePackagesInfo(ServiceInfo serviceInfo,
String osFamily) |
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ServiceModule.getModuleInfo() |
Constructor and Description |
---|
ServiceModule(StackContext stackContext,
ServiceInfo serviceInfo,
ServiceDirectory serviceDirectory)
Constructor.
|
ServiceModule(StackContext stackContext,
ServiceInfo serviceInfo,
ServiceDirectory serviceDirectory,
boolean isCommonService)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ServiceInfo |
ConfigHelper.getPropertyOwnerService(Cluster cluster,
String configType,
String propertyName) |
ServiceInfo |
ExtensionInfo.getService(String name) |
ServiceInfo |
StackInfo.getService(String name) |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceInfo> |
ExtensionInfo.getServices() |
Collection<ServiceInfo> |
StackInfo.getServices() |
Modifier and Type | Method and Description |
---|---|
Map<String,Set<String>> |
ConfigHelper.createUserGroupsMap(Cluster cluster,
Map<String,DesiredConfig> desiredConfigs,
Map<String,ServiceInfo> servicesMap,
Set<PropertyInfo> stackProperties)
Fetch user to group mapping from the cluster configs.
|
Map<PropertyInfo,String> |
ConfigHelper.getPropertiesWithPropertyType(PropertyInfo.PropertyType propertyType,
Cluster cluster,
Map<String,DesiredConfig> desiredConfigs,
Map<String,ServiceInfo> servicesMap,
Set<PropertyInfo> stackProperties)
Fetch all the properties of a given PropertyType.
|
Set<String> |
ConfigHelper.getPropertyValuesWithPropertyType(PropertyInfo.PropertyType propertyType,
Cluster cluster,
Map<String,DesiredConfig> desiredConfigs,
Map<String,ServiceInfo> servicesMap,
Set<PropertyInfo> stackProperties)
Fetch all the property values of a given PropertyType.
|
void |
ExtensionInfo.setServices(Collection<ServiceInfo> services) |
void |
StackInfo.setServices(Collection<ServiceInfo> services) |
Modifier and Type | Method and Description |
---|---|
List<ServiceInfo> |
ServiceMetainfoXml.getServices() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceMetainfoXml.setServices(List<ServiceInfo> services) |
Modifier and Type | Method and Description |
---|---|
Collection<ServiceInfo> |
BlueprintImpl.getServiceInfos() |
Collection<ServiceInfo> |
Blueprint.getServiceInfos() |
Copyright © 2022 Apache Software Foundation. All rights reserved.