Uses of Class
io.dingodb.meta.Meta.WatchNode
Packages that use Meta.WatchNode
-
Uses of Meta.WatchNode in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.WatchNodeModifier and TypeMethodDescriptionMeta.WatchNode.Builder.build()Meta.WatchNode.Builder.buildPartial()static Meta.WatchNodeMeta.WatchNode.getDefaultInstance()Meta.WatchNode.Builder.getDefaultInstanceForType()Meta.WatchNode.getDefaultInstanceForType()Meta.ListWatchResponse.Builder.getWatchNodes(int index) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponse.getWatchNodes(int index) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponseOrBuilder.getWatchNodes(int index) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;static Meta.WatchNodeMeta.WatchNode.parseDelimitedFrom(InputStream input) static Meta.WatchNodeMeta.WatchNode.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchNodeMeta.WatchNode.parseFrom(byte[] data) static Meta.WatchNodeMeta.WatchNode.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchNodeMeta.WatchNode.parseFrom(com.google.protobuf.ByteString data) static Meta.WatchNodeMeta.WatchNode.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchNodeMeta.WatchNode.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.WatchNodeMeta.WatchNode.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchNodeMeta.WatchNode.parseFrom(InputStream input) static Meta.WatchNodeMeta.WatchNode.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.WatchNodeMeta.WatchNode.parseFrom(ByteBuffer data) static Meta.WatchNodeMeta.WatchNode.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.WatchNodeModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Meta.WatchNode>Meta.WatchNode.getParserForType()Meta.ListWatchResponse.Builder.getWatchNodesList()repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponse.getWatchNodesList()repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponseOrBuilder.getWatchNodesList()repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;static com.google.protobuf.Parser<Meta.WatchNode>Meta.WatchNode.parser()Methods in io.dingodb.meta with parameters of type Meta.WatchNodeModifier and TypeMethodDescriptionMeta.ListWatchResponse.Builder.addWatchNodes(int index, Meta.WatchNode value) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.ListWatchResponse.Builder.addWatchNodes(Meta.WatchNode value) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Meta.WatchNode.Builder.mergeFrom(Meta.WatchNode other) static Meta.WatchNode.BuilderMeta.WatchNode.newBuilder(Meta.WatchNode prototype) Meta.ListWatchResponse.Builder.setWatchNodes(int index, Meta.WatchNode value) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;Method parameters in io.dingodb.meta with type arguments of type Meta.WatchNodeModifier and TypeMethodDescriptionMeta.ListWatchResponse.Builder.addAllWatchNodes(Iterable<? extends Meta.WatchNode> values) repeated .dingodb.pb.meta.WatchNode watch_nodes = 3;