| Package | Description |
|---|---|
| co.cask.cdap.runtime.spi.provisioner |
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Provisioner.createCluster(ProvisionerContext context)
Request to create a cluster.
|
Cluster |
Provisioner.getClusterDetail(ProvisionerContext context,
Cluster cluster)
Get details about the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Provisioner.deleteCluster(ProvisionerContext context,
Cluster cluster)
Request to delete a cluster.
|
Cluster |
Provisioner.getClusterDetail(ProvisionerContext context,
Cluster cluster)
Get details about the cluster.
|
ClusterStatus |
Provisioner.getClusterStatus(ProvisionerContext context,
Cluster cluster)
Get the status of the cluster.
|
PollingStrategy |
Provisioner.getPollingStrategy(ProvisionerContext context,
Cluster cluster)
Get the
PollingStrategy to use when polling for cluster creation or deletion. |
default void |
Provisioner.initializeCluster(ProvisionerContext context,
Cluster cluster)
Responsible for any additional initialization steps for the cluster.
|
| Constructor and Description |
|---|
Cluster(Cluster existing,
ClusterStatus newStatus) |
Copyright © 2018 Cask Data, Inc. Licensed under the Apache License, Version 2.0.