Uses of Class
io.metaloom.qdrant.client.grpc.proto.RaftService.PeerId
Packages that use RaftService.PeerId
-
Uses of RaftService.PeerId in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return RaftService.PeerIdModifier and TypeMethodDescriptionRaftService.PeerId.Builder.build()RaftService.PeerId.Builder.buildPartial()static RaftService.PeerIdRaftService.PeerId.getDefaultInstance()RaftService.PeerId.Builder.getDefaultInstanceForType()RaftService.PeerId.getDefaultInstanceForType()static RaftService.PeerIdRaftService.PeerId.parseDelimitedFrom(InputStream input) static RaftService.PeerIdRaftService.PeerId.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerIdRaftService.PeerId.parseFrom(byte[] data) static RaftService.PeerIdRaftService.PeerId.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerIdRaftService.PeerId.parseFrom(com.google.protobuf.ByteString data) static RaftService.PeerIdRaftService.PeerId.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerIdRaftService.PeerId.parseFrom(com.google.protobuf.CodedInputStream input) static RaftService.PeerIdRaftService.PeerId.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerIdRaftService.PeerId.parseFrom(InputStream input) static RaftService.PeerIdRaftService.PeerId.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerIdRaftService.PeerId.parseFrom(ByteBuffer data) static RaftService.PeerIdRaftService.PeerId.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type RaftService.PeerIdModifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<RaftService.PeerId,com.google.protobuf.Empty> RaftGrpc.getAddPeerAsParticipantMethod()com.google.protobuf.Parser<RaftService.PeerId>RaftService.PeerId.getParserForType()static io.grpc.MethodDescriptor<RaftService.PeerId,RaftService.Uri> RaftGrpc.getWhoIsMethod()static com.google.protobuf.Parser<RaftService.PeerId>RaftService.PeerId.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type RaftService.PeerIdModifier and TypeMethodDescriptioncom.google.protobuf.EmptyRaftGrpc.RaftBlockingStub.addPeerAsParticipant(RaftService.PeerId request) DEPRECATED Its functionality is now included in `AddPeerToKnown` Send to bootstrap peer Proposes to add this peer as participant of consensuscom.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>RaftGrpc.RaftFutureStub.addPeerAsParticipant(RaftService.PeerId request) DEPRECATED Its functionality is now included in `AddPeerToKnown` Send to bootstrap peer Proposes to add this peer as participant of consensusvoidRaftGrpc.RaftImplBase.addPeerAsParticipant(RaftService.PeerId request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) DEPRECATED Its functionality is now included in `AddPeerToKnown` Send to bootstrap peer Proposes to add this peer as participant of consensusvoidRaftGrpc.RaftStub.addPeerAsParticipant(RaftService.PeerId request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver) DEPRECATED Its functionality is now included in `AddPeerToKnown` Send to bootstrap peer Proposes to add this peer as participant of consensusRaftService.PeerId.Builder.mergeFrom(RaftService.PeerId other) static RaftService.PeerId.BuilderRaftService.PeerId.newBuilder(RaftService.PeerId prototype) RaftGrpc.RaftBlockingStub.whoIs(RaftService.PeerId request) Send to bootstrap peer Returns uri by id if bootstrap knows this peercom.google.common.util.concurrent.ListenableFuture<RaftService.Uri>RaftGrpc.RaftFutureStub.whoIs(RaftService.PeerId request) Send to bootstrap peer Returns uri by id if bootstrap knows this peervoidRaftGrpc.RaftImplBase.whoIs(RaftService.PeerId request, io.grpc.stub.StreamObserver<RaftService.Uri> responseObserver) Send to bootstrap peer Returns uri by id if bootstrap knows this peervoidRaftGrpc.RaftStub.whoIs(RaftService.PeerId request, io.grpc.stub.StreamObserver<RaftService.Uri> responseObserver) Send to bootstrap peer Returns uri by id if bootstrap knows this peer