Uses of Class
io.dingodb.node.Node.RaftStatusEntry
Packages that use Node.RaftStatusEntry
-
Uses of Node.RaftStatusEntry in io.dingodb.node
Methods in io.dingodb.node that return Node.RaftStatusEntryModifier and TypeMethodDescriptionNode.RaftStatusEntry.Builder.build()Node.RaftStatusEntry.Builder.buildPartial()static Node.RaftStatusEntryNode.RaftStatusEntry.getDefaultInstance()Node.RaftStatusEntry.Builder.getDefaultInstanceForType()Node.RaftStatusEntry.getDefaultInstanceForType()Node.GetRaftStatusResponse.Builder.getEntries(int index) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Node.GetRaftStatusResponse.getEntries(int index) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Node.GetRaftStatusResponseOrBuilder.getEntries(int index) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;static Node.RaftStatusEntryNode.RaftStatusEntry.parseDelimitedFrom(InputStream input) static Node.RaftStatusEntryNode.RaftStatusEntry.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(byte[] data) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(com.google.protobuf.ByteString data) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(com.google.protobuf.CodedInputStream input) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(InputStream input) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(ByteBuffer data) static Node.RaftStatusEntryNode.RaftStatusEntry.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.node that return types with arguments of type Node.RaftStatusEntryModifier and TypeMethodDescriptionNode.GetRaftStatusResponse.Builder.getEntriesList()repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Node.GetRaftStatusResponse.getEntriesList()repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Node.GetRaftStatusResponseOrBuilder.getEntriesList()repeated .dingodb.pb.node.RaftStatusEntry entries = 3;com.google.protobuf.Parser<Node.RaftStatusEntry>Node.RaftStatusEntry.getParserForType()static com.google.protobuf.Parser<Node.RaftStatusEntry>Node.RaftStatusEntry.parser()Methods in io.dingodb.node with parameters of type Node.RaftStatusEntryModifier and TypeMethodDescriptionNode.GetRaftStatusResponse.Builder.addEntries(int index, Node.RaftStatusEntry value) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Node.GetRaftStatusResponse.Builder.addEntries(Node.RaftStatusEntry value) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Node.RaftStatusEntry.Builder.mergeFrom(Node.RaftStatusEntry other) static Node.RaftStatusEntry.BuilderNode.RaftStatusEntry.newBuilder(Node.RaftStatusEntry prototype) Node.GetRaftStatusResponse.Builder.setEntries(int index, Node.RaftStatusEntry value) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;Method parameters in io.dingodb.node with type arguments of type Node.RaftStatusEntryModifier and TypeMethodDescriptionNode.GetRaftStatusResponse.Builder.addAllEntries(Iterable<? extends Node.RaftStatusEntry> values) repeated .dingodb.pb.node.RaftStatusEntry entries = 3;