Constructor and Description |
---|
ReplicationSession(io.vertx.core.Vertx vertx,
io.vertx.core.net.NetSocket client,
StorageApiLink storage,
java.util.List<IReplicationObserver> observers) |
Modifier and Type | Method and Description |
---|---|
static java.util.concurrent.CompletableFuture<StorageApiLink> |
StorageApiLink.create(io.vertx.core.Vertx vertx,
HttpClientProvider http,
java.lang.String remoteIp) |
java.util.concurrent.CompletableFuture<StorageApiLink> |
StorageLinkFactory.newLink(io.vertx.core.Vertx vertx,
HttpClientProvider http,
java.lang.String remoteIp) |
Constructor and Description |
---|
ReplicationState(io.vertx.core.Vertx vertx,
StorageApiLink storage) |
Modifier and Type | Class and Description |
---|---|
class |
CoreStorageBackend |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<StorageApiLink> |
CoreStorageBackend.HttpLinkFactory.newLink(io.vertx.core.Vertx vertx,
HttpClientProvider http,
java.lang.String remoteIp) |
java.util.concurrent.CompletableFuture<StorageApiLink> |
CoreStorageBackend.InCoreDirectLinkFactory.newLink(io.vertx.core.Vertx vertx,
HttpClientProvider http,
java.lang.String remoteIp) |
Modifier and Type | Class and Description |
---|---|
class |
MockReplicationStorage |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<StorageApiLink> |
MockStorageLinkFactory.newLink(io.vertx.core.Vertx vertx,
HttpClientProvider http,
java.lang.String remoteIp) |
Copyright © 2021. All Rights Reserved.