Uses of Enum Class
io.datarouter.plugin.dataexport.service.exporting.DatabeanExportTracker.Nested.DatabeanExportTrackerType
Packages that use DatabeanExportTracker.Nested.DatabeanExportTrackerType
-
Uses of DatabeanExportTracker.Nested.DatabeanExportTrackerType in io.datarouter.plugin.dataexport.service.exporting
Methods in io.datarouter.plugin.dataexport.service.exporting that return DatabeanExportTracker.Nested.DatabeanExportTrackerTypeModifier and TypeMethodDescriptionDatabeanExportTracker.type()Returns the value of thetyperecord component.Returns the enum constant of this class with the specified name.DatabeanExportTracker.Nested.DatabeanExportTrackerType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in io.datarouter.plugin.dataexport.service.exporting with parameters of type DatabeanExportTracker.Nested.DatabeanExportTrackerTypeModifierConstructorDescriptionDatabeanExportTracker(DatabeanExportTracker.Nested.DatabeanExportTrackerType type, io.datarouter.types.Ulid exportId, String clientName, String tableName, int threadCount, io.datarouter.util.Count databeanCount, AtomicInteger completedPartCount, AtomicInteger totalParts, AtomicInteger partId, SortedSet<Integer> activePartIds, RateTracker rateTracker, AtomicReference<io.datarouter.model.key.primary.PrimaryKey<?>> lastKey, Instant startTime, Duration logDelay) Creates an instance of aDatabeanExportTrackerrecord class.DatabeanExportTracker(DatabeanExportTracker.Nested.DatabeanExportTrackerType type, io.datarouter.types.Ulid exportId, String clientName, String tableName, int threadCount, Duration logDelay)