Interface DistributedShardRegistration
-
@Beta @Deprecated(forRemoval=true) public interface DistributedShardRegistration
Deprecated, for removal: This API element is subject to removal in a future version.Registration of the CDS shard that allows you to remove the shard from the system by closing the registration. This removal is done asynchronously.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description CompletionStage<Void>
close()
Deprecated, for removal: This API element is subject to removal in a future version.Removes the shard from the system, this removal is done asynchronously, the future completes once the backend shard is no longer present.
-
-
-
Method Detail
-
close
CompletionStage<Void> close()
Deprecated, for removal: This API element is subject to removal in a future version.Removes the shard from the system, this removal is done asynchronously, the future completes once the backend shard is no longer present.
-
-