Package com.illumon.iris.pqimport
Class ImportHelperControllerConfigurationProcessor
java.lang.Object
com.illumon.iris.pqimport.ImportHelperControllerConfigurationProcessor
- All Implemented Interfaces:
FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>
public class ImportHelperControllerConfigurationProcessor extends Object implements FunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>
-
Constructor Summary
Constructors Constructor Description ImportHelperControllerConfigurationProcessor() -
Method Summary
Modifier and Type Method Description Booleanapply(com.fishlib.io.logger.Logger log, PqStorage pqStorage, AtomicLong nextSerial)Applies this function to the given arguments.
-
Constructor Details
-
ImportHelperControllerConfigurationProcessor
public ImportHelperControllerConfigurationProcessor()
-
-
Method Details
-
apply
Description copied from interface:FunctionalInterfaces.TriFunctionApplies this function to the given arguments.- Specified by:
applyin interfaceFunctionalInterfaces.TriFunction<com.fishlib.io.logger.Logger,PqStorage,AtomicLong,Boolean>- Parameters:
log- the first function argumentpqStorage- the second function argumentnextSerial- the third argument- Returns:
- the function result
-