Class ResolvedResources<R>
java.lang.Object
com.netflix.genie.common.internal.dtos.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.0.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ResolvedResources
Constructor.- Parameters:
criterion- TheCriterionthat 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.
-