Uses of Class
io.dingodb.meta.Meta.IdEpochTypeAndValueItem
Packages that use Meta.IdEpochTypeAndValueItem
-
Uses of Meta.IdEpochTypeAndValueItem in io.dingodb.meta
Methods in io.dingodb.meta that return Meta.IdEpochTypeAndValueItemModifier and TypeMethodDescriptionMeta.IdEpochTypeAndValueItem.Builder.build()Meta.IdEpochTypeAndValueItem.Builder.buildPartial()static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.getDefaultInstance()Meta.IdEpochTypeAndValueItem.Builder.getDefaultInstanceForType()Meta.IdEpochTypeAndValueItem.getDefaultInstanceForType()Meta.IdEpochTypeAndValue.Builder.getItems(int index) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Meta.IdEpochTypeAndValue.getItems(int index) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Meta.IdEpochTypeAndValueOrBuilder.getItems(int index) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseDelimitedFrom(InputStream input) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(byte[] data) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(com.google.protobuf.ByteString data) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(com.google.protobuf.CodedInputStream input) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(InputStream input) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(ByteBuffer data) static Meta.IdEpochTypeAndValueItemMeta.IdEpochTypeAndValueItem.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.meta that return types with arguments of type Meta.IdEpochTypeAndValueItemModifier and TypeMethodDescriptionMeta.IdEpochTypeAndValue.Builder.getItemsList()repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Meta.IdEpochTypeAndValue.getItemsList()repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Meta.IdEpochTypeAndValueOrBuilder.getItemsList()repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;com.google.protobuf.Parser<Meta.IdEpochTypeAndValueItem>Meta.IdEpochTypeAndValueItem.getParserForType()static com.google.protobuf.Parser<Meta.IdEpochTypeAndValueItem>Meta.IdEpochTypeAndValueItem.parser()Methods in io.dingodb.meta with parameters of type Meta.IdEpochTypeAndValueItemModifier and TypeMethodDescriptionMeta.IdEpochTypeAndValue.Builder.addItems(int index, Meta.IdEpochTypeAndValueItem value) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Meta.IdEpochTypeAndValue.Builder.addItems(Meta.IdEpochTypeAndValueItem value) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Meta.IdEpochTypeAndValueItem.Builder.mergeFrom(Meta.IdEpochTypeAndValueItem other) Meta.IdEpochTypeAndValueItem.newBuilder(Meta.IdEpochTypeAndValueItem prototype) Meta.IdEpochTypeAndValue.Builder.setItems(int index, Meta.IdEpochTypeAndValueItem value) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;Method parameters in io.dingodb.meta with type arguments of type Meta.IdEpochTypeAndValueItemModifier and TypeMethodDescriptionMeta.IdEpochTypeAndValue.Builder.addAllItems(Iterable<? extends Meta.IdEpochTypeAndValueItem> values) repeated .dingodb.pb.meta.IdEpochTypeAndValueItem items = 1;