Interface JobPersistenceComponentFactory
-
- All Known Implementing Classes:
HaServicesJobPersistenceComponentFactory
public interface JobPersistenceComponentFactory
Factory for components that are responsible for persisting a job for recovery.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExecutionPlanStore
createExecutionPlanStore()
Creates aExecutionPlanStore
.JobResultStore
createJobResultStore()
CreatesJobResultStore
instances.
-
-
-
Method Detail
-
createExecutionPlanStore
ExecutionPlanStore createExecutionPlanStore()
Creates aExecutionPlanStore
.- Returns:
- a
ExecutionPlanStore
instance
-
createJobResultStore
JobResultStore createJobResultStore()
CreatesJobResultStore
instances.- Returns:
- a
JobResultStore
instance.
-
-