Class RaftGrpc
java.lang.Object
io.metaloom.qdrant.client.grpc.proto.RaftGrpc
@Generated(value="by gRPC proto compiler (version 1.52.1)",
comments="Source: raft_service.proto")
public final class RaftGrpc
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classstatic final classstatic classstatic final class -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<RaftService.PeerId,com.google.protobuf.Empty> static io.grpc.MethodDescriptor<RaftService.AddPeerToKnownMessage,RaftService.AllPeers> static io.grpc.MethodDescriptor<RaftService.RaftMessage,com.google.protobuf.Empty> static io.grpc.ServiceDescriptorstatic io.grpc.MethodDescriptor<RaftService.PeerId,RaftService.Uri> static RaftGrpc.RaftBlockingStubnewBlockingStub(io.grpc.Channel channel) Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic RaftGrpc.RaftFutureStubnewFutureStub(io.grpc.Channel channel) Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic RaftGrpc.RaftStubnewStub(io.grpc.Channel channel) Creates a new async stub that supports all call types for the service
-
Field Details
-
SERVICE_NAME
- See Also:
-
-
Method Details
-
getSendMethod
public static io.grpc.MethodDescriptor<RaftService.RaftMessage,com.google.protobuf.Empty> getSendMethod() -
getWhoIsMethod
-
getAddPeerToKnownMethod
public static io.grpc.MethodDescriptor<RaftService.AddPeerToKnownMessage,RaftService.AllPeers> getAddPeerToKnownMethod() -
getAddPeerAsParticipantMethod
public static io.grpc.MethodDescriptor<RaftService.PeerId,com.google.protobuf.Empty> getAddPeerAsParticipantMethod() -
newStub
Creates a new async stub that supports all call types for the service -
newBlockingStub
Creates a new blocking-style stub that supports unary and streaming output calls on the service -
newFutureStub
Creates a new ListenableFuture-style stub that supports unary calls on the service -
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-