Uses of Interface
org.apache.flink.api.common.externalresource.ExternalResourceInfo
-
Packages that use ExternalResourceInfo Package Description org.apache.flink.api.common.externalresource org.apache.flink.api.common.functions org.apache.flink.api.common.functions.util -
-
Uses of ExternalResourceInfo in org.apache.flink.api.common.externalresource
Methods in org.apache.flink.api.common.externalresource that return types with arguments of type ExternalResourceInfo Modifier and Type Method Description Set<? extends ExternalResourceInfo>ExternalResourceDriver. retrieveResourceInfo(long amount)Retrieve the information of the external resources according to the amount. -
Uses of ExternalResourceInfo in org.apache.flink.api.common.functions
Methods in org.apache.flink.api.common.functions that return types with arguments of type ExternalResourceInfo Modifier and Type Method Description Set<ExternalResourceInfo>RuntimeContext. getExternalResourceInfos(String resourceName)Get the specific external resource information by the resourceName. -
Uses of ExternalResourceInfo in org.apache.flink.api.common.functions.util
Methods in org.apache.flink.api.common.functions.util that return types with arguments of type ExternalResourceInfo Modifier and Type Method Description Set<ExternalResourceInfo>RuntimeUDFContext. getExternalResourceInfos(String resourceName)
-