Package com.netflix.genie.common.dto
Class ResolvedResources<R extends ExecutionEnvironmentDTO>
java.lang.Object
com.netflix.genie.common.dto.ResolvedResources<R>
- Type Parameters:
- R- The type of the resource that was resolved
Representing the result of resolving resources of type R from a 
Criterion.- Since:
- 4.3.0
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
ResolvedResourcesConstructor.- Parameters:
- criterion- The- Criterionthat was used to resolve resources
- resources- The resources that were resolved based on the criterion
 
 
- 
- 
Method Details- 
getResourcesGet the resources that were resolved.- Returns:
- The resolved resources as an immutable Set. Any attempt to modify will cause error.
 
 
-