Interface VersionServiceDescriptors
public interface VersionServiceDescriptors
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final classstatic final class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.grpc.MethodDescriptor<GetCurrVersionRequest,GetCurrVersionResponse> static final ServiceCallCycles<GetCurrVersionRequest,GetCurrVersionResponse> static final io.grpc.MethodDescriptor<HelloRequest,HelloResponse> static final ServiceCallCycles<HelloRequest,HelloResponse> static final io.grpc.MethodDescriptor<GetNewVersionRequest,GetNewVersionResponse> static final ServiceCallCycles<GetNewVersionRequest,GetNewVersionResponse> static final io.grpc.MethodDescriptor<GetRawKvIndexRequest,GetRawKvIndexResponse> static final ServiceCallCycles<GetRawKvIndexRequest,GetRawKvIndexResponse> static final io.grpc.MethodDescriptor<GetRawKvRevRequest,GetRawKvRevResponse> static final ServiceCallCycles<GetRawKvRevRequest,GetRawKvRevResponse> static final io.grpc.MethodDescriptor<HelloRequest,HelloResponse> static final ServiceCallCycles<HelloRequest,HelloResponse> static final io.grpc.MethodDescriptor<CompactionRequest,CompactionResponse> static final ServiceCallCycles<CompactionRequest,CompactionResponse> static final io.grpc.MethodDescriptor<DeleteRangeRequest,DeleteRangeResponse> static final ServiceCallCycles<DeleteRangeRequest,DeleteRangeResponse> static final io.grpc.MethodDescriptor<PutRequest,PutResponse> static final ServiceCallCycles<PutRequest,PutResponse> static final io.grpc.MethodDescriptor<RangeRequest,RangeResponse> static final ServiceCallCycles<RangeRequest,RangeResponse> static final io.grpc.MethodDescriptor<LeaseGrantRequest,LeaseGrantResponse> static final ServiceCallCycles<LeaseGrantRequest,LeaseGrantResponse> static final io.grpc.MethodDescriptor<LeaseQueryRequest,LeaseQueryResponse> static final ServiceCallCycles<LeaseQueryRequest,LeaseQueryResponse> static final io.grpc.MethodDescriptor<LeaseRenewRequest,LeaseRenewResponse> static final ServiceCallCycles<LeaseRenewRequest,LeaseRenewResponse> static final io.grpc.MethodDescriptor<LeaseRevokeRequest,LeaseRevokeResponse> static final ServiceCallCycles<LeaseRevokeRequest,LeaseRevokeResponse> static final io.grpc.MethodDescriptor<ListLeasesRequest,ListLeasesResponse> static final ServiceCallCycles<ListLeasesRequest,ListLeasesResponse> static final io.grpc.MethodDescriptor<WatchRequest,WatchResponse> static final ServiceCallCycles<WatchRequest,WatchResponse>
-
Field Details
-
hello
-
helloHandlers
-
getMemoryInfo
-
getMemoryInfoHandlers
-
getCurrVersion
-
getCurrVersionHandlers
-
getNewVersion
-
getNewVersionHandlers
-
kvRange
-
kvRangeHandlers
-
kvPut
-
kvPutHandlers
-
kvDeleteRange
-
kvDeleteRangeHandlers
-
kvCompaction
-
kvCompactionHandlers
-
leaseGrant
-
leaseGrantHandlers
-
leaseRevoke
-
leaseRevokeHandlers
-
leaseRenew
-
leaseRenewHandlers
-
leaseQuery
-
leaseQueryHandlers
-
listLeases
-
listLeasesHandlers
-
watch
-
watchHandlers
-
getRawKvIndex
-
getRawKvIndexHandlers
-
getRawKvRev
-
getRawKvRevHandlers
-