public static final class ScsGrpc.ScsFutureStub extends io.grpc.stub.AbstractFutureStub<ScsGrpc.ScsFutureStub>
| Modifier and Type | Method and Description |
|---|---|
protected ScsGrpc.ScsFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<_DeleteResponse> |
delete(_DeleteRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DictionaryDeleteResponse> |
dictionaryDelete(_DictionaryDeleteRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DictionaryFetchResponse> |
dictionaryFetch(_DictionaryFetchRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DictionaryGetResponse> |
dictionaryGet(_DictionaryGetRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DictionaryIncrementResponse> |
dictionaryIncrement(_DictionaryIncrementRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DictionaryLengthResponse> |
dictionaryLength(_DictionaryLengthRequest request) |
com.google.common.util.concurrent.ListenableFuture<_DictionarySetResponse> |
dictionarySet(_DictionarySetRequest request) |
com.google.common.util.concurrent.ListenableFuture<_GetResponse> |
get(_GetRequest request) |
com.google.common.util.concurrent.ListenableFuture<_IncrementResponse> |
increment(_IncrementRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ItemGetTtlResponse> |
itemGetTtl(_ItemGetTtlRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ItemGetTypeResponse> |
itemGetType(_ItemGetTypeRequest request) |
com.google.common.util.concurrent.ListenableFuture<_KeysExistResponse> |
keysExist(_KeysExistRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListConcatenateBackResponse> |
listConcatenateBack(_ListConcatenateBackRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListConcatenateFrontResponse> |
listConcatenateFront(_ListConcatenateFrontRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListEraseResponse> |
listErase(_ListEraseRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListFetchResponse> |
listFetch(_ListFetchRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListLengthResponse> |
listLength(_ListLengthRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListPopBackResponse> |
listPopBack(_ListPopBackRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListPopFrontResponse> |
listPopFront(_ListPopFrontRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListPushBackResponse> |
listPushBack(_ListPushBackRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListPushFrontResponse> |
listPushFront(_ListPushFrontRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListRemoveResponse> |
listRemove(_ListRemoveRequest request) |
com.google.common.util.concurrent.ListenableFuture<_ListRetainResponse> |
listRetain(_ListRetainRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetResponse> |
set(_SetRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetContainsResponse> |
setContains(_SetContainsRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetDifferenceResponse> |
setDifference(_SetDifferenceRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetFetchResponse> |
setFetch(_SetFetchRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetIfNotExistsResponse> |
setIfNotExists(_SetIfNotExistsRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetLengthResponse> |
setLength(_SetLengthRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SetUnionResponse> |
setUnion(_SetUnionRequest request) |
com.google.common.util.concurrent.ListenableFuture<_SortedSetFetchResponse> |
sortedSetFetch(_SortedSetFetchRequest request)
Fetches a subset of elements in the sorted set.
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetGetRankResponse> |
sortedSetGetRank(_SortedSetGetRankRequest request)
Gives the rank of an element.
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetGetScoreResponse> |
sortedSetGetScore(_SortedSetGetScoreRequest request)
Gets the specified element and its associated score if it exists in the
sorted set.
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetIncrementResponse> |
sortedSetIncrement(_SortedSetIncrementRequest request)
Changes the score associated with the element by specified amount.
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetLengthResponse> |
sortedSetLength(_SortedSetLengthRequest request)
Returns length of the sorted set
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetLengthByScoreResponse> |
sortedSetLengthByScore(_SortedSetLengthByScoreRequest request)
Returns number of elements in the sorted set between a given min and max score
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetPutResponse> |
sortedSetPut(_SortedSetPutRequest request)
Add or Updates new element with its score to the Sorted Set.
|
com.google.common.util.concurrent.ListenableFuture<_SortedSetRemoveResponse> |
sortedSetRemove(_SortedSetRemoveRequest request)
Removes specified elements and their associated scores
|
com.google.common.util.concurrent.ListenableFuture<_UpdateTtlResponse> |
updateTtl(_UpdateTtlRequest request) |
protected ScsGrpc.ScsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<ScsGrpc.ScsFutureStub>public com.google.common.util.concurrent.ListenableFuture<_GetResponse> get(_GetRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetResponse> set(_SetRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetIfNotExistsResponse> setIfNotExists(_SetIfNotExistsRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DeleteResponse> delete(_DeleteRequest request)
public com.google.common.util.concurrent.ListenableFuture<_KeysExistResponse> keysExist(_KeysExistRequest request)
public com.google.common.util.concurrent.ListenableFuture<_IncrementResponse> increment(_IncrementRequest request)
public com.google.common.util.concurrent.ListenableFuture<_UpdateTtlResponse> updateTtl(_UpdateTtlRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ItemGetTtlResponse> itemGetTtl(_ItemGetTtlRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ItemGetTypeResponse> itemGetType(_ItemGetTypeRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DictionaryGetResponse> dictionaryGet(_DictionaryGetRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DictionaryFetchResponse> dictionaryFetch(_DictionaryFetchRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DictionarySetResponse> dictionarySet(_DictionarySetRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DictionaryIncrementResponse> dictionaryIncrement(_DictionaryIncrementRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DictionaryDeleteResponse> dictionaryDelete(_DictionaryDeleteRequest request)
public com.google.common.util.concurrent.ListenableFuture<_DictionaryLengthResponse> dictionaryLength(_DictionaryLengthRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetFetchResponse> setFetch(_SetFetchRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetUnionResponse> setUnion(_SetUnionRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetDifferenceResponse> setDifference(_SetDifferenceRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetContainsResponse> setContains(_SetContainsRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SetLengthResponse> setLength(_SetLengthRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListPushFrontResponse> listPushFront(_ListPushFrontRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListPushBackResponse> listPushBack(_ListPushBackRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListPopFrontResponse> listPopFront(_ListPopFrontRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListPopBackResponse> listPopBack(_ListPopBackRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListEraseResponse> listErase(_ListEraseRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListRemoveResponse> listRemove(_ListRemoveRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListFetchResponse> listFetch(_ListFetchRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListLengthResponse> listLength(_ListLengthRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListConcatenateFrontResponse> listConcatenateFront(_ListConcatenateFrontRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListConcatenateBackResponse> listConcatenateBack(_ListConcatenateBackRequest request)
public com.google.common.util.concurrent.ListenableFuture<_ListRetainResponse> listRetain(_ListRetainRequest request)
public com.google.common.util.concurrent.ListenableFuture<_SortedSetPutResponse> sortedSetPut(_SortedSetPutRequest request)
Add or Updates new element with its score to the Sorted Set. If sorted set doesn't exist, a new one is created with the specified element and its associated score. If an element exists, then its associate score gets overridden with the one provided in this operation.
public com.google.common.util.concurrent.ListenableFuture<_SortedSetFetchResponse> sortedSetFetch(_SortedSetFetchRequest request)
Fetches a subset of elements in the sorted set.
public com.google.common.util.concurrent.ListenableFuture<_SortedSetGetScoreResponse> sortedSetGetScore(_SortedSetGetScoreRequest request)
Gets the specified element and its associated score if it exists in the sorted set.
public com.google.common.util.concurrent.ListenableFuture<_SortedSetRemoveResponse> sortedSetRemove(_SortedSetRemoveRequest request)
Removes specified elements and their associated scores
public com.google.common.util.concurrent.ListenableFuture<_SortedSetIncrementResponse> sortedSetIncrement(_SortedSetIncrementRequest request)
Changes the score associated with the element by specified amount. If the provided amount is negative, then the score associated with the element is decremented. If the element that needs to be incremented isn't present in the sorted set, it is added with specified number as the score. If the set itself doesn't exist then a new one with specified element and score is created.
public com.google.common.util.concurrent.ListenableFuture<_SortedSetGetRankResponse> sortedSetGetRank(_SortedSetGetRankRequest request)
Gives the rank of an element.
public com.google.common.util.concurrent.ListenableFuture<_SortedSetLengthResponse> sortedSetLength(_SortedSetLengthRequest request)
Returns length of the sorted set
public com.google.common.util.concurrent.ListenableFuture<_SortedSetLengthByScoreResponse> sortedSetLengthByScore(_SortedSetLengthByScoreRequest request)
Returns number of elements in the sorted set between a given min and max score