public interface ExternalResourceInfoProvider
| Modifier and Type | Field and Description |
|---|---|
static ExternalResourceInfoProvider |
NO_EXTERNAL_RESOURCES |
| Modifier and Type | Method and Description |
|---|---|
Set<org.apache.flink.api.common.externalresource.ExternalResourceInfo> |
getExternalResourceInfos(String resourceName)
Get the specific external resource information by the resourceName.
|
static final ExternalResourceInfoProvider NO_EXTERNAL_RESOURCES
Set<org.apache.flink.api.common.externalresource.ExternalResourceInfo> getExternalResourceInfos(String resourceName)
resourceName - of the required external resourceCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.