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