Uses of Class
io.datarouter.plugin.dataexport.service.blockfile.DatabeanExportKvFileService
Packages that use DatabeanExportKvFileService
-
Uses of DatabeanExportKvFileService in io.datarouter.plugin.dataexport.service.exporting
Methods in io.datarouter.plugin.dataexport.service.exporting that return DatabeanExportKvFileServiceModifier and TypeMethodDescriptionDatabeanExportService.DatabeanExportRequest.kvFileService()Returns the value of thekvFileServicerecord component.Constructors in io.datarouter.plugin.dataexport.service.exporting with parameters of type DatabeanExportKvFileServiceModifierConstructorDescriptionDatabeanExportRequest(io.datarouter.storage.file.Directory tableDirectory, DatabeanExportKvFileService kvFileService, io.datarouter.types.Ulid exportId, io.datarouter.storage.node.op.raw.read.SortedStorageReader.PhysicalSortedStorageReaderNode<PK, D, F> node, io.datarouter.nodewatch.service.TableSamplerService tableSamplerService, io.datarouter.util.tuple.Range<PK> pkRange, long maxRows, io.datarouter.scanner.Threads partThreads, ExecutorService prefetchExec, int scanBatchSize, int tableSamplesPerPart) Creates an instance of aDatabeanExportRequestrecord class.