public class ScalityRingStore extends java.lang.Object implements ISdsBackingStore
Modifier and Type | Field and Description |
---|---|
static int |
PARALLELISM |
Constructor and Description |
---|
ScalityRingStore(ScalityConfiguration configuration,
org.asynchttpclient.AsyncHttpClient client,
com.netflix.spectator.api.Registry registry,
IdFactory idfactory) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<SdsResponse> |
delete(DeleteRequest req) |
java.util.concurrent.CompletableFuture<SdsResponse> |
download(GetRequest req) |
java.util.concurrent.CompletableFuture<SdsResponse> |
downloads(MgetRequest req) |
java.util.concurrent.CompletableFuture<ExistResponse> |
exists(ExistRequest req) |
java.util.concurrent.CompletableFuture<SdsResponse> |
upload(PutRequest req) |
public static final int PARALLELISM
public ScalityRingStore(ScalityConfiguration configuration, org.asynchttpclient.AsyncHttpClient client, com.netflix.spectator.api.Registry registry, IdFactory idfactory)
public java.util.concurrent.CompletableFuture<ExistResponse> exists(ExistRequest req)
exists
in interface ISdsBackingStore
public java.util.concurrent.CompletableFuture<SdsResponse> upload(PutRequest req)
upload
in interface ISdsBackingStore
public java.util.concurrent.CompletableFuture<SdsResponse> download(GetRequest req)
download
in interface ISdsBackingStore
public java.util.concurrent.CompletableFuture<SdsResponse> delete(DeleteRequest req)
delete
in interface ISdsBackingStore
public java.util.concurrent.CompletableFuture<SdsResponse> downloads(MgetRequest req)
downloads
in interface ISdsBackingStore
Copyright © 2021. All Rights Reserved.