Package | Description |
---|---|
org.apache.ambari.server.controller.internal |
Modifier and Type | Method and Description |
---|---|
protected <T> T |
AbstractResourceProvider.createResources(AbstractResourceProvider.Command<T> command)
Invoke a command against the Ambari backend to create resources and map
any
AmbariException to the types appropriate for the
ResourceProvider interface. |
protected <T> T |
AbstractResourceProvider.getResources(AbstractResourceProvider.Command<T> command)
Invoke a command against the Ambari backend to get resources and map
any
AmbariException to the types appropriate for the
ResourceProvider interface. |
protected <T> T |
AbstractResourceProvider.modifyResources(AbstractResourceProvider.Command<T> command)
Invoke a command against the Ambari backend to modify resources and map
any
AmbariException to the types appropriate for the
ResourceProvider interface. |
Copyright © 2022 Apache Software Foundation. All rights reserved.