Modifier and Type | Method and Description |
---|---|
Set<? extends ExternalResourceInfo> |
ExternalResourceDriver.retrieveResourceInfo(long amount)
Retrieve the information of the external resources according to the amount.
|
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
RuntimeContext.getExternalResourceInfos(String resourceName)
Get the specific external resource information by the resourceName.
|
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
RuntimeUDFContext.getExternalResourceInfos(String resourceName) |
Modifier and Type | Class and Description |
---|---|
class |
GPUInfo
Information for GPU resource.
|
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
ExternalResourceInfoProvider.getExternalResourceInfos(String resourceName)
Get the specific external resource information by the resourceName.
|
Set<ExternalResourceInfo> |
StaticExternalResourceInfoProvider.getExternalResourceInfos(String resourceName) |
Constructor and Description |
---|
StaticExternalResourceInfoProvider(Map<String,Set<? extends ExternalResourceInfo>> externalResources) |
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
DistributedRuntimeUDFContext.getExternalResourceInfos(String resourceName) |
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
SavepointRuntimeContext.getExternalResourceInfos(String resourceName) |
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
StreamingRuntimeContext.getExternalResourceInfos(String resourceName) |
Modifier and Type | Method and Description |
---|---|
Set<ExternalResourceInfo> |
FunctionContext.getExternalResourceInfos(String resourceName)
Get the external resource information.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.