Class BulkInsertLoadStep
java.lang.Object
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaInsertStep
com.kingsrook.qqq.backend.core.processes.implementations.bulk.insert.BulkInsertLoadStep
- All Implemented Interfaces:
ProcessSummaryProviderInterface
public class BulkInsertLoadStep
extends LoadViaInsertStep
implements ProcessSummaryProviderInterface
-
Field Summary
Fields inherited from class com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaInsertStep
FIELD_DESTINATION_TABLE, FIELD_SKIP_UNIQUE_KEY_CHECKFields inherited from class com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
session -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected InputSourcegetProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) Note - object needs to be serializable, and List isn't... so, use ArrayList?voidrunOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) Execute the backend step - using the request as input, and the result as output.Methods inherited from class com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.LoadViaInsertStep
openTransactionMethods inherited from class com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.AbstractLoadStep
getOverrideRecordPipeCapacity, getTransaction, getTransformStep, postRun, preRun, setTransaction, setTransformStep, withTransformStepMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend.ProcessSummaryProviderInterface
doGetProcessSummary
-
Constructor Details
-
BulkInsertLoadStep
public BulkInsertLoadStep()
-
-
Method Details
-
getInputSource
- Overrides:
getInputSourcein classLoadViaInsertStep
-
runOnePage
public void runOnePage(RunBackendStepInput runBackendStepInput, RunBackendStepOutput runBackendStepOutput) throws QException Description copied from class:LoadViaInsertStepExecute the backend step - using the request as input, and the result as output.- Overrides:
runOnePagein classLoadViaInsertStep- Throws:
QException
-
getProcessSummary
public ArrayList<ProcessSummaryLineInterface> getProcessSummary(RunBackendStepOutput runBackendStepOutput, boolean isForResultScreen) Description copied from interface:ProcessSummaryProviderInterfaceNote - object needs to be serializable, and List isn't... so, use ArrayList?- Specified by:
getProcessSummaryin interfaceProcessSummaryProviderInterface
-