9899100101102103104
*/ protected TaskAttemptResourceProvider(Set<String> propertyIds, Map<Type,String> keyPropertyIds) { super(propertyIds, keyPropertyIds); taskAttemptFetcher = new PostgresTaskAttemptFetcher( new JobHistoryPostgresConnectionFactory()); }
9596979899100101
*/ protected WorkflowResourceProvider(Set<String> propertyIds, Map<Type,String> keyPropertyIds) { super(propertyIds, keyPropertyIds); this.workflowFetcher = new PostgresWorkflowFetcher( new JobHistoryPostgresConnectionFactory()); }
979899100101102103
*/ protected JobResourceProvider(Set<String> propertyIds, Map<Type,String> keyPropertyIds) { super(propertyIds, keyPropertyIds); jobFetcher = new PostgresJobFetcher( new JobHistoryPostgresConnectionFactory()); }