| Package | Description |
|---|---|
| net.minidev.ovh.api | |
| net.minidev.ovh.api.cluster.hadoop |
| Modifier and Type | Method and Description |
|---|---|
OvhTask |
ApiOvhClusterhadoop.serviceName_service_restart_POST(String serviceName,
OvhClusterServiceNameEnum service)
Restart a Cloudera Manager service (THIS ACTION WILL RESTART OTHER DEPENDANT SERVICES)
REST: POST /cluster/hadoop/{serviceName}/service/restart
|
OvhTask |
ApiOvhClusterhadoop.serviceName_service_start_POST(String serviceName,
OvhClusterServiceNameEnum service)
Start a Cloudera Manager service
REST: POST /cluster/hadoop/{serviceName}/service/start
|
OvhTask |
ApiOvhClusterhadoop.serviceName_service_stop_POST(String serviceName,
OvhClusterServiceNameEnum service)
Stop a Cloudera Manager service (THIS ACTION WILL STOP OTHER DEPENDANT SERVICES)
REST: POST /cluster/hadoop/{serviceName}/service/stop
|
| Modifier and Type | Method and Description |
|---|---|
static OvhClusterServiceNameEnum |
OvhClusterServiceNameEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OvhClusterServiceNameEnum[] |
OvhClusterServiceNameEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.