Uses of Class
io.dingodb.store_internal.StoreInternal.RegionChangeRecord.TimePoint
Packages that use StoreInternal.RegionChangeRecord.TimePoint
-
Uses of StoreInternal.RegionChangeRecord.TimePoint in io.dingodb.store_internal
Methods in io.dingodb.store_internal that return StoreInternal.RegionChangeRecord.TimePointModifier and TypeMethodDescriptionStoreInternal.RegionChangeRecord.TimePoint.Builder.build()StoreInternal.RegionChangeRecord.TimePoint.Builder.buildPartial()StoreInternal.RegionChangeRecord.TimePoint.getDefaultInstance()StoreInternal.RegionChangeRecord.TimePoint.Builder.getDefaultInstanceForType()StoreInternal.RegionChangeRecord.TimePoint.getDefaultInstanceForType()StoreInternal.RegionChangeRecord.Builder.getTimeline(int index) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecord.getTimeline(int index) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecordOrBuilder.getTimeline(int index) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecord.TimePoint.parseDelimitedFrom(InputStream input) StoreInternal.RegionChangeRecord.TimePoint.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(byte[] data) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(com.google.protobuf.ByteString data) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(com.google.protobuf.CodedInputStream input) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(InputStream input) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(ByteBuffer data) StoreInternal.RegionChangeRecord.TimePoint.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.dingodb.store_internal that return types with arguments of type StoreInternal.RegionChangeRecord.TimePointModifier and TypeMethodDescriptioncom.google.protobuf.Parser<StoreInternal.RegionChangeRecord.TimePoint>StoreInternal.RegionChangeRecord.TimePoint.getParserForType()StoreInternal.RegionChangeRecord.Builder.getTimelineList()repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecord.getTimelineList()repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecordOrBuilder.getTimelineList()repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;static com.google.protobuf.Parser<StoreInternal.RegionChangeRecord.TimePoint>StoreInternal.RegionChangeRecord.TimePoint.parser()Methods in io.dingodb.store_internal with parameters of type StoreInternal.RegionChangeRecord.TimePointModifier and TypeMethodDescriptionStoreInternal.RegionChangeRecord.Builder.addTimeline(int index, StoreInternal.RegionChangeRecord.TimePoint value) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecord.Builder.addTimeline(StoreInternal.RegionChangeRecord.TimePoint value) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;StoreInternal.RegionChangeRecord.TimePoint.Builder.mergeFrom(StoreInternal.RegionChangeRecord.TimePoint other) StoreInternal.RegionChangeRecord.TimePoint.newBuilder(StoreInternal.RegionChangeRecord.TimePoint prototype) StoreInternal.RegionChangeRecord.Builder.setTimeline(int index, StoreInternal.RegionChangeRecord.TimePoint value) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;Method parameters in io.dingodb.store_internal with type arguments of type StoreInternal.RegionChangeRecord.TimePointModifier and TypeMethodDescriptionStoreInternal.RegionChangeRecord.Builder.addAllTimeline(Iterable<? extends StoreInternal.RegionChangeRecord.TimePoint> values) repeated .dingodb.pb.store_internal.RegionChangeRecord.TimePoint timeline = 6;