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 Summary
-
Method Summary
-
Constructor Details
-
ResolvedResources
Constructor.- Parameters:
criterion
- TheCriterion
that was used to resolve resourcesresources
- The resources that were resolved based on the criterion
-
-
Method Details
-
getResources
Get the resources that were resolved.- Returns:
- The resolved resources as an immutable
Set
. Any attempt to modify will cause error.
-