Uses of Interface
org.apache.hop.execution.IExecutionInfoLocation
-
Packages that use IExecutionInfoLocation Package Description org.apache.hop.execution org.apache.hop.execution.local org.apache.hop.execution.remote -
-
Uses of IExecutionInfoLocation in org.apache.hop.execution
Methods in org.apache.hop.execution that return IExecutionInfoLocation Modifier and Type Method Description IExecutionInfoLocationIExecutionInfoLocation. clone()IExecutionInfoLocationExecutionInfoLocation. getExecutionInfoLocation()Gets executionInfoLocationMethods in org.apache.hop.execution with parameters of type IExecutionInfoLocation Modifier and Type Method Description voidExecutionInfoLocation. setExecutionInfoLocation(IExecutionInfoLocation executionInfoLocation)Sets executionInfoLocationConstructors in org.apache.hop.execution with parameters of type IExecutionInfoLocation Constructor Description ExecutionInfoLocation(String name, String description, String dataLoggingDelay, String dataLoggingInterval, String dataLoggingSize, ExecutionDataProfile executionDataProfile, IExecutionInfoLocation executionInfoLocation) -
Uses of IExecutionInfoLocation in org.apache.hop.execution.local
Classes in org.apache.hop.execution.local that implement IExecutionInfoLocation Modifier and Type Class Description classFileExecutionInfoLocation -
Uses of IExecutionInfoLocation in org.apache.hop.execution.remote
Classes in org.apache.hop.execution.remote that implement IExecutionInfoLocation Modifier and Type Class Description classRemoteExecutionInfoLocation
-