All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static io.grpc.MethodDescriptor<_DeleteRequest,_DeleteResponse> |
getDeleteMethod() |
static io.grpc.MethodDescriptor<_DictionaryDeleteRequest,_DictionaryDeleteResponse> |
getDictionaryDeleteMethod() |
static io.grpc.MethodDescriptor<_DictionaryFetchRequest,_DictionaryFetchResponse> |
getDictionaryFetchMethod() |
static io.grpc.MethodDescriptor<_DictionaryGetRequest,_DictionaryGetResponse> |
getDictionaryGetMethod() |
static io.grpc.MethodDescriptor<_DictionaryIncrementRequest,_DictionaryIncrementResponse> |
getDictionaryIncrementMethod() |
static io.grpc.MethodDescriptor<_DictionaryLengthRequest,_DictionaryLengthResponse> |
getDictionaryLengthMethod() |
static io.grpc.MethodDescriptor<_DictionarySetRequest,_DictionarySetResponse> |
getDictionarySetMethod() |
static io.grpc.MethodDescriptor<_GetRequest,_GetResponse> |
getGetMethod() |
static io.grpc.MethodDescriptor<_IncrementRequest,_IncrementResponse> |
getIncrementMethod() |
static io.grpc.MethodDescriptor<_ItemGetTtlRequest,_ItemGetTtlResponse> |
getItemGetTtlMethod() |
static io.grpc.MethodDescriptor<_ItemGetTypeRequest,_ItemGetTypeResponse> |
getItemGetTypeMethod() |
static io.grpc.MethodDescriptor<_KeysExistRequest,_KeysExistResponse> |
getKeysExistMethod() |
static io.grpc.MethodDescriptor<_ListConcatenateBackRequest,_ListConcatenateBackResponse> |
getListConcatenateBackMethod() |
static io.grpc.MethodDescriptor<_ListConcatenateFrontRequest,_ListConcatenateFrontResponse> |
getListConcatenateFrontMethod() |
static io.grpc.MethodDescriptor<_ListEraseRequest,_ListEraseResponse> |
getListEraseMethod() |
static io.grpc.MethodDescriptor<_ListFetchRequest,_ListFetchResponse> |
getListFetchMethod() |
static io.grpc.MethodDescriptor<_ListLengthRequest,_ListLengthResponse> |
getListLengthMethod() |
static io.grpc.MethodDescriptor<_ListPopBackRequest,_ListPopBackResponse> |
getListPopBackMethod() |
static io.grpc.MethodDescriptor<_ListPopFrontRequest,_ListPopFrontResponse> |
getListPopFrontMethod() |
static io.grpc.MethodDescriptor<_ListPushBackRequest,_ListPushBackResponse> |
getListPushBackMethod() |
static io.grpc.MethodDescriptor<_ListPushFrontRequest,_ListPushFrontResponse> |
getListPushFrontMethod() |
static io.grpc.MethodDescriptor<_ListRemoveRequest,_ListRemoveResponse> |
getListRemoveMethod() |
static io.grpc.MethodDescriptor<_ListRetainRequest,_ListRetainResponse> |
getListRetainMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<_SetContainsRequest,_SetContainsResponse> |
getSetContainsMethod() |
static io.grpc.MethodDescriptor<_SetDifferenceRequest,_SetDifferenceResponse> |
getSetDifferenceMethod() |
static io.grpc.MethodDescriptor<_SetFetchRequest,_SetFetchResponse> |
getSetFetchMethod() |
static io.grpc.MethodDescriptor<_SetIfNotExistsRequest,_SetIfNotExistsResponse> |
getSetIfNotExistsMethod() |
static io.grpc.MethodDescriptor<_SetLengthRequest,_SetLengthResponse> |
getSetLengthMethod() |
static io.grpc.MethodDescriptor<_SetRequest,_SetResponse> |
getSetMethod() |
static io.grpc.MethodDescriptor<_SetUnionRequest,_SetUnionResponse> |
getSetUnionMethod() |
static io.grpc.MethodDescriptor<_SortedSetFetchRequest,_SortedSetFetchResponse> |
getSortedSetFetchMethod() |
static io.grpc.MethodDescriptor<_SortedSetGetRankRequest,_SortedSetGetRankResponse> |
getSortedSetGetRankMethod() |
static io.grpc.MethodDescriptor<_SortedSetGetScoreRequest,_SortedSetGetScoreResponse> |
getSortedSetGetScoreMethod() |
static io.grpc.MethodDescriptor<_SortedSetIncrementRequest,_SortedSetIncrementResponse> |
getSortedSetIncrementMethod() |
static io.grpc.MethodDescriptor<_SortedSetLengthByScoreRequest,_SortedSetLengthByScoreResponse> |
getSortedSetLengthByScoreMethod() |
static io.grpc.MethodDescriptor<_SortedSetLengthRequest,_SortedSetLengthResponse> |
getSortedSetLengthMethod() |
static io.grpc.MethodDescriptor<_SortedSetPutRequest,_SortedSetPutResponse> |
getSortedSetPutMethod() |
static io.grpc.MethodDescriptor<_SortedSetRemoveRequest,_SortedSetRemoveResponse> |
getSortedSetRemoveMethod() |
static io.grpc.MethodDescriptor<_UpdateTtlRequest,_UpdateTtlResponse> |
getUpdateTtlMethod() |
static ScsGrpc.ScsBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static ScsGrpc.ScsFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static ScsGrpc.ScsStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|