removeCluster method

  1. @MPI(name: "mesh.daler.cluster.remove")
Future<void> removeCluster(
  1. String id, {
  2. Context? ctx,
})

RemoveCluster remove data cluster. 删除数据集群.

Implementation

@MPI(name: "mesh.daler.cluster.remove")
Future<void> removeCluster(String id, {Context? ctx}) {
  throw UnimplementedError('removeCluster() has not been implemented.');
}