public interface ModelStorageProvider
FileOrDirectory
files and correspondent
locks.Modifier and Type | Method and Description |
---|---|
FileOrDirectory |
get(String path)
Returns file or directory associated with the specified path.
|
Lock |
lock(String path)
Locks the specified path.
|
void |
put(String path,
FileOrDirectory file)
Saves file or directory associated with the specified path.
|
void |
remove(String path)
Removes file or directory associated with the specified path.
|
FileOrDirectory get(String path)
path
- Path of file or directory.void put(String path, FileOrDirectory file)
path
- Path to the file or directory.file
- File or directory to be saved.void remove(String path)
path
- Path to the file or directory.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024