ILeaseManager.createLeaseStoreIfNotExists 方法
定义
Create the lease store if it does not exist, do nothing if it does exist.
public CompletableFuture<Void> createLeaseStoreIfNotExists()
返回
CompletableFuture<Void>
CompletableFuture { ->} null on success, completes exceptionally on error.
适用于