| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Method and Description |
|---|---|
RestartServiceInstancesStatus.RestartStatus |
RestartServiceInstancesStatus.getStatus() |
static RestartServiceInstancesStatus.RestartStatus |
RestartServiceInstancesStatus.RestartStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestartServiceInstancesStatus.RestartStatus[] |
RestartServiceInstancesStatus.RestartStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
RestartServiceInstancesStatus(String serviceName,
long startMs,
long endMs,
RestartServiceInstancesStatus.RestartStatus status,
Set<Integer> instanceIds) |
Copyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.