Class GPUDriverFactory

  • All Implemented Interfaces:
    org.apache.flink.api.common.externalresource.ExternalResourceDriverFactory

    public class GPUDriverFactory
    extends Object
    implements org.apache.flink.api.common.externalresource.ExternalResourceDriverFactory
    Factory for creating GPUDriver.
    • Constructor Detail

      • GPUDriverFactory

        public GPUDriverFactory()
    • Method Detail

      • createExternalResourceDriver

        public org.apache.flink.api.common.externalresource.ExternalResourceDriver createExternalResourceDriver​(org.apache.flink.configuration.Configuration config)
                                                                                                         throws Exception
        Specified by:
        createExternalResourceDriver in interface org.apache.flink.api.common.externalresource.ExternalResourceDriverFactory
        Throws:
        Exception