|
Apache REEF
0.15.0
Retainable Evaluator Execution Framework
|
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... | |
Provide interface to wrap temp file folder and temp file folder creation
| 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
| prefix | |
| suffix |
| string Org.Apache.REEF.IO.TempFileCreation.ITempFileCreator.GetTempFileName | ( | string | prefix = "", |
| string | suffix = "" |
||
| ) |
Return the full path of a temp file name
| prefix | |
| suffix |
1.8.11