| Package | Description |
|---|---|
| org.apache.ignite.ml.inference.storage.model |
Root package for inference model storages.
|
| Modifier and Type | Method and Description |
|---|---|
FileOrDirectory |
ModelStorageProvider.get(String path)
Returns file or directory associated with the specified path.
|
FileOrDirectory |
LocalModelStorageProvider.get(String key)
Returns file or directory associated with the specified path.
|
FileOrDirectory |
IgniteModelStorageProvider.get(String path)
Returns file or directory associated with the specified path.
|
default FileOrDirectory |
FileOrDirectory.updateModifictaionTs()
Create new instance of filesystem object with current timestamp.
|
FileOrDirectory |
FileOrDirectory.updateModifictaionTs(long modificationTs)
Create new instance of filesystem object with modified timestamp.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelStorageProvider.put(String path,
FileOrDirectory file)
Saves file or directory associated with the specified path.
|
void |
LocalModelStorageProvider.put(String key,
FileOrDirectory file)
Saves file or directory associated with the specified path.
|
void |
IgniteModelStorageProvider.put(String path,
FileOrDirectory file)
Saves file or directory associated with the specified path.
|
| Constructor and Description |
|---|
IgniteModelStorageProvider(IgniteCache<String,FileOrDirectory> cache)
Constructs a new instance of Ignite model storage provider.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025