Uses of Class
io.dingodb.store_internal.StoreInternal.RaftMeta
Packages that use StoreInternal.RaftMeta
-
Uses of StoreInternal.RaftMeta in io.dingodb.debug
Methods in io.dingodb.debug that return StoreInternal.RaftMetaModifier and TypeMethodDescriptionDebug.DebugResponse.RaftMeta.Builder.getRaftMetas(int index) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Debug.DebugResponse.RaftMeta.getRaftMetas(int index) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Debug.DebugResponse.RaftMetaOrBuilder.getRaftMetas(int index) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Methods in io.dingodb.debug that return types with arguments of type StoreInternal.RaftMetaModifier and TypeMethodDescriptionDebug.DebugResponse.RaftMeta.Builder.getRaftMetasList()repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Debug.DebugResponse.RaftMeta.getRaftMetasList()repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Debug.DebugResponse.RaftMetaOrBuilder.getRaftMetasList()repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Methods in io.dingodb.debug with parameters of type StoreInternal.RaftMetaModifier and TypeMethodDescriptionDebug.DebugResponse.RaftMeta.Builder.addRaftMetas(int index, StoreInternal.RaftMeta value) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Debug.DebugResponse.RaftMeta.Builder.addRaftMetas(StoreInternal.RaftMeta value) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Debug.DebugResponse.RaftMeta.Builder.setRaftMetas(int index, StoreInternal.RaftMeta value) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1;Method parameters in io.dingodb.debug with type arguments of type StoreInternal.RaftMetaModifier and TypeMethodDescriptionDebug.DebugResponse.RaftMeta.Builder.addAllRaftMetas(Iterable<? extends StoreInternal.RaftMeta> values) repeated .dingodb.pb.store_internal.RaftMeta raft_metas = 1; -
Uses of StoreInternal.RaftMeta in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return StoreInternal.RaftMetaModifier and TypeMethodDescriptionStoreInternal.RaftMeta.Builder.build()StoreInternal.RaftMeta.Builder.buildPartial()static StoreInternal.RaftMetaStoreInternal.RaftMeta.getDefaultInstance()StoreInternal.RaftMeta.Builder.getDefaultInstanceForType()StoreInternal.RaftMeta.getDefaultInstanceForType()static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseDelimitedFrom(InputStream input) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(byte[] data) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(com.google.protobuf.ByteString data) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(com.google.protobuf.CodedInputStream input) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(InputStream input) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(ByteBuffer data) static StoreInternal.RaftMetaStoreInternal.RaftMeta.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store_internal that return types with arguments of type StoreInternal.RaftMetaModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StoreInternal.RaftMeta>StoreInternal.RaftMeta.getParserForType()static com.google.protobuf.Parser<StoreInternal.RaftMeta>StoreInternal.RaftMeta.parser()Methods in io.dingodb.store_internal with parameters of type StoreInternal.RaftMetaModifier and TypeMethodDescriptionStoreInternal.RaftMeta.Builder.mergeFrom(StoreInternal.RaftMeta other) StoreInternal.RaftMeta.newBuilder(StoreInternal.RaftMeta prototype)