Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<R> |
SdsProxyBaseVerticle.IStoreOperation.run(ISdsBackingStore store,
Q req) |
Modifier and Type | Class and Description |
---|---|
class |
SdsTestStore |
Modifier and Type | Method and Description |
---|---|
ISdsBackingStore |
SdsTestStore.StoreFactory.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
Modifier and Type | Method and Description |
---|---|
ISdsBackingStore |
ISdsBackingStoreFactory.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
default ISdsBackingStore |
ISdsBackingStoreFactory.create(io.vertx.core.Vertx vertx,
SystemConf sysconf) |
Modifier and Type | Method and Description |
---|---|
default ISdsSyncStore |
ISdsBackingStoreFactory.syncStore(ISdsBackingStore asyncStore) |
Modifier and Type | Class and Description |
---|---|
class |
DummyBackingStore |
Modifier and Type | Method and Description |
---|---|
ISdsBackingStore |
DummyBackingStoreFactory.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
Modifier and Type | Class and Description |
---|---|
class |
NoopStore |
class |
NoopSyncStore |
Modifier and Type | Method and Description |
---|---|
ISdsBackingStore |
NoopStoreFactory.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
Modifier and Type | Class and Description |
---|---|
class |
S3Store |
Modifier and Type | Method and Description |
---|---|
ISdsBackingStore |
S3StoreFactory.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
Modifier and Type | Class and Description |
---|---|
class |
ScalityRingStore |
Modifier and Type | Method and Description |
---|---|
ISdsBackingStore |
ScalityRingStoreFactory.create(io.vertx.core.Vertx vertx,
io.vertx.core.json.JsonObject configuration) |
Copyright © 2021. All Rights Reserved.