Interface ExternalResourceInfoProvider
- All Known Implementing Classes:
StaticExternalResourceInfoProvider
public interface ExternalResourceInfoProvider
Provide the information of external resources.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSet<org.apache.flink.api.common.externalresource.ExternalResourceInfo>getExternalResourceInfos(String resourceName) Get the specific external resource information by the resourceName.
-
Field Details
-
NO_EXTERNAL_RESOURCES
-
-
Method Details
-
getExternalResourceInfos
Set<org.apache.flink.api.common.externalresource.ExternalResourceInfo> getExternalResourceInfos(String resourceName) Get the specific external resource information by the resourceName.- Parameters:
resourceName- of the required external resource- Returns:
- information set of the external resource identified by the resourceName
-