| Package | Description |
|---|---|
| co.cask.cdap.proto |
| Modifier and Type | Method and Description |
|---|---|
Containers.ContainerType |
Containers.ContainerInfo.getType() |
static Containers.ContainerType |
Containers.ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Containers.ContainerType[] |
Containers.ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Containers.ContainerInfo(Containers.ContainerType type,
String name,
Integer instance,
String container,
String host,
Integer memory,
Integer virtualCores,
Integer debugPort) |
Copyright © 2015 Cask Data, Inc. Licensed under the Apache License, Version 2.0.