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 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.