Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
titleRuntimeContext
public interface RuntimeContext {
    /**
	 * Get the specific external resource information. Index by the resource name defined in "external-resource.list".resourceName.
	 */
	Map<String,<T Set<?extends extendsExternalResourceInfo> ExternalResourceInfo>>Set<T> getExternalResourceInfo(getExternalResourceInfos(String resourceName, Class<T> externalResourceType);
}

For GPU resource, we introduce the following configuration options:

...