@Generated(value="by gRPC proto compiler (version 1.28.1)", comments="Source: rpc.proto") public final class MaintenanceGrpc extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
MaintenanceGrpc.MaintenanceBlockingStub |
static class |
MaintenanceGrpc.MaintenanceFutureStub |
static class |
MaintenanceGrpc.MaintenanceImplBase |
static class |
MaintenanceGrpc.MaintenanceStub |
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<AlarmRequest,AlarmResponse> |
getAlarmMethod() |
static io.grpc.MethodDescriptor<DefragmentRequest,DefragmentResponse> |
getDefragmentMethod() |
static io.grpc.MethodDescriptor<HashKVRequest,HashKVResponse> |
getHashKVMethod() |
static io.grpc.MethodDescriptor<HashRequest,HashResponse> |
getHashMethod() |
static io.grpc.MethodDescriptor<MoveLeaderRequest,MoveLeaderResponse> |
getMoveLeaderMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<SnapshotRequest,SnapshotResponse> |
getSnapshotMethod() |
static io.grpc.MethodDescriptor<StatusRequest,StatusResponse> |
getStatusMethod() |
static MaintenanceGrpc.MaintenanceBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static MaintenanceGrpc.MaintenanceFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static MaintenanceGrpc.MaintenanceStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static io.grpc.MethodDescriptor<AlarmRequest,AlarmResponse> getAlarmMethod()
public static io.grpc.MethodDescriptor<StatusRequest,StatusResponse> getStatusMethod()
public static io.grpc.MethodDescriptor<DefragmentRequest,DefragmentResponse> getDefragmentMethod()
public static io.grpc.MethodDescriptor<HashRequest,HashResponse> getHashMethod()
public static io.grpc.MethodDescriptor<HashKVRequest,HashKVResponse> getHashKVMethod()
public static io.grpc.MethodDescriptor<SnapshotRequest,SnapshotResponse> getSnapshotMethod()
public static io.grpc.MethodDescriptor<MoveLeaderRequest,MoveLeaderResponse> getMoveLeaderMethod()
public static MaintenanceGrpc.MaintenanceStub newStub(io.grpc.Channel channel)
public static MaintenanceGrpc.MaintenanceBlockingStub newBlockingStub(io.grpc.Channel channel)
public static MaintenanceGrpc.MaintenanceFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020. All rights reserved.