*/
public void destroyCluster(ClusterSpec clusterSpec)
throws IOException, InterruptedException {
ClusterStateStore stateStore = getClusterStateStore(clusterSpec);
destroyCluster(clusterSpec, stateStore.tryLoadOrEmpty());
stateStore.destroy();
}
public void destroyCluster(ClusterSpec clusterSpec, Cluster cluster)
throws IOException, InterruptedException {
DestroyClusterAction destroyer = new DestroyClusterAction(getCompute(), handlerMapFactory.create());