Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Static Public Member Functions | List of all members
Org.Apache.REEF.Driver.Bridge.ClrHandlerHelper Class Reference

Static Public Member Functions

static string GetAssembliesListForReefDriverApp ()
 Gets the list of assemblies needed for the REEF driver. More...
 
static void CopyDllsToAppDirectory (ISet< string > dlls)
 Creates a new local directory Constants.DriverAppDirectory at the current directory and copies all .dll files as specified by the input parameter dlls from the current directory into the new directory. More...
 

Member Function Documentation

◆ CopyDllsToAppDirectory()

static void Org.Apache.REEF.Driver.Bridge.ClrHandlerHelper.CopyDllsToAppDirectory ( ISet< string >  dlls)
inlinestatic

Creates a new local directory Constants.DriverAppDirectory at the current directory and copies all .dll files as specified by the input parameter dlls from the current directory into the new directory.

Parameters
dllsThe set of DLLs to copy from the current directory

◆ GetAssembliesListForReefDriverApp()

static string Org.Apache.REEF.Driver.Bridge.ClrHandlerHelper.GetAssembliesListForReefDriverApp ( )
inlinestatic

Gets the list of assemblies needed for the REEF driver.

Returns
A whitespace separated string consisting of all the required driver assemblies

The documentation for this class was generated from the following file: