Class DatabeanExportService
java.lang.Object
io.datarouter.plugin.dataexport.service.exporting.DatabeanExportService
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final recordDatabeanExportService.DatabeanExportRequest<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> static final record -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>>
longexportNode(io.datarouter.types.Ulid exportId, io.datarouter.storage.node.op.raw.SortedStorage.PhysicalSortedStorageNode<PK, D, F> node, io.datarouter.util.tuple.Range<PK> keyRange, long maxRows, int scanBatchSize, int tableSamplesPerPart, int numThreads, boolean parallel)
-
Constructor Details
-
DatabeanExportService
public DatabeanExportService()
-
-
Method Details
-
exportNode
public <PK extends io.datarouter.model.key.primary.PrimaryKey<PK>,D extends io.datarouter.model.databean.Databean<PK, long exportNodeD>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> (io.datarouter.types.Ulid exportId, io.datarouter.storage.node.op.raw.SortedStorage.PhysicalSortedStorageNode<PK, D, F> node, io.datarouter.util.tuple.Range<PK> keyRange, long maxRows, int scanBatchSize, int tableSamplesPerPart, int numThreads, boolean parallel)
-