Interface DistributedShardRegistration
- 
@Beta public interface DistributedShardRegistration
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 Modifier and Type Method Description CompletionStage<Void>close()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()
Removes the shard from the system, this removal is done asynchronously, the future completes once the backend shard is no longer present. 
 - 
 
 -