Apache REEF  0.16.0
Retainable Evaluator Execution Framework
Public Member Functions | List of all members
Org.Apache.REEF.IO.TempFileCreation.ITempFileCreator Interface Reference

Provide interface to wrap temp file folder and temp file folder creation More...

Inherited by Org.Apache.REEF.IO.TempFileCreation.TempFileCreator.

Public Member Functions

string GetTempFileName (string prefix="", string suffix="")
 Return the full path of a temp file name More...
 
string CreateTempDirectory (string prefix="", string suffix="")
 Create a temp folder with given prefix and suffix as part of the name More...
 

Detailed Description

Provide interface to wrap temp file folder and temp file folder creation

Member Function Documentation

◆ CreateTempDirectory()

string Org.Apache.REEF.IO.TempFileCreation.ITempFileCreator.CreateTempDirectory ( string  prefix = "",
string  suffix = "" 
)

Create a temp folder with given prefix and suffix as part of the name

Parameters
prefix
suffix
Returns

◆ GetTempFileName()

string Org.Apache.REEF.IO.TempFileCreation.ITempFileCreator.GetTempFileName ( string  prefix = "",
string  suffix = "" 
)

Return the full path of a temp file name

Parameters
prefix
suffix
Returns

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