Class DatabeanExportService

java.lang.Object
io.datarouter.plugin.dataexport.service.exporting.DatabeanExportService

@Singleton public class DatabeanExportService extends Object
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final record 
    DatabeanExportService.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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <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>>
    long
    exportNode(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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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, D>, F extends io.datarouter.model.serialize.fielder.DatabeanFielder<PK, D>> long exportNode(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)