Uses of Class
io.metaloom.qdrant.client.grpc.proto.RaftService.Peer
Packages that use RaftService.Peer
-
Uses of RaftService.Peer in io.metaloom.qdrant.client.grpc.proto
Methods in io.metaloom.qdrant.client.grpc.proto that return RaftService.PeerModifier and TypeMethodDescriptionRaftService.Peer.Builder.build()RaftService.Peer.Builder.buildPartial()RaftService.AllPeers.Builder.getAllPeers(int index) repeated .qdrant.Peer all_peers = 1;RaftService.AllPeers.getAllPeers(int index) repeated .qdrant.Peer all_peers = 1;RaftService.AllPeersOrBuilder.getAllPeers(int index) repeated .qdrant.Peer all_peers = 1;static RaftService.PeerRaftService.Peer.getDefaultInstance()RaftService.Peer.Builder.getDefaultInstanceForType()RaftService.Peer.getDefaultInstanceForType()static RaftService.PeerRaftService.Peer.parseDelimitedFrom(InputStream input) static RaftService.PeerRaftService.Peer.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerRaftService.Peer.parseFrom(byte[] data) static RaftService.PeerRaftService.Peer.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerRaftService.Peer.parseFrom(com.google.protobuf.ByteString data) static RaftService.PeerRaftService.Peer.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerRaftService.Peer.parseFrom(com.google.protobuf.CodedInputStream input) static RaftService.PeerRaftService.Peer.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerRaftService.Peer.parseFrom(InputStream input) static RaftService.PeerRaftService.Peer.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static RaftService.PeerRaftService.Peer.parseFrom(ByteBuffer data) static RaftService.PeerRaftService.Peer.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.metaloom.qdrant.client.grpc.proto that return types with arguments of type RaftService.PeerModifier and TypeMethodDescriptionRaftService.AllPeers.Builder.getAllPeersList()repeated .qdrant.Peer all_peers = 1;RaftService.AllPeers.getAllPeersList()repeated .qdrant.Peer all_peers = 1;RaftService.AllPeersOrBuilder.getAllPeersList()repeated .qdrant.Peer all_peers = 1;com.google.protobuf.Parser<RaftService.Peer>RaftService.Peer.getParserForType()static com.google.protobuf.Parser<RaftService.Peer>RaftService.Peer.parser()Methods in io.metaloom.qdrant.client.grpc.proto with parameters of type RaftService.PeerModifier and TypeMethodDescriptionRaftService.AllPeers.Builder.addAllPeers(int index, RaftService.Peer value) repeated .qdrant.Peer all_peers = 1;RaftService.AllPeers.Builder.addAllPeers(RaftService.Peer value) repeated .qdrant.Peer all_peers = 1;RaftService.Peer.Builder.mergeFrom(RaftService.Peer other) static RaftService.Peer.BuilderRaftService.Peer.newBuilder(RaftService.Peer prototype) RaftService.AllPeers.Builder.setAllPeers(int index, RaftService.Peer value) repeated .qdrant.Peer all_peers = 1;Method parameters in io.metaloom.qdrant.client.grpc.proto with type arguments of type RaftService.PeerModifier and TypeMethodDescriptionRaftService.AllPeers.Builder.addAllAllPeers(Iterable<? extends RaftService.Peer> values) repeated .qdrant.Peer all_peers = 1;