Modifier and Type | Method and Description |
---|---|
static ExistResponse |
ExistResponse.from(boolean known) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExistResponse> |
SdsTestStore.exists(ExistRequest req) |
Modifier and Type | Method and Description |
---|---|
ExistResponse |
ISdsSyncStore.exists(ExistRequest req) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExistResponse> |
ISdsBackingStore.exists(ExistRequest req) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExistResponse> |
DummyBackingStore.exists(ExistRequest exist) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExistResponse> |
NoopSyncStore.exists(ExistRequest exist) |
java.util.concurrent.CompletableFuture<ExistResponse> |
NoopStore.exists(ExistRequest exist) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExistResponse> |
S3Store.exists(ExistRequest req) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ExistResponse> |
ScalityRingStore.exists(ExistRequest req) |
Copyright © 2021. All Rights Reserved.