Package io.kestra.storage.local
Class LocalStorage
java.lang.Object
io.kestra.storage.local.LocalStorage
- All Implemented Interfaces:
io.kestra.core.storages.StorageInterface
@Singleton
@LocalStorageEnabled
public class LocalStorage
extends Object
implements io.kestra.core.storages.StorageInterface
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.storages.StorageInterface
cachePrefix, executionPrefix, executionPrefix, executionPrefix, extractExecutionId, from, from, outputPrefix, outputPrefix, outputPrefix, statePrefix, uri
-
Constructor Details
-
LocalStorage
-
-
Method Details
-
get
- Specified by:
getin interfaceio.kestra.core.storages.StorageInterface- Throws:
IOException
-
exists
- Specified by:
existsin interfaceio.kestra.core.storages.StorageInterface
-
size
- Specified by:
sizein interfaceio.kestra.core.storages.StorageInterface- Throws:
IOException
-
lastModifiedTime
- Specified by:
lastModifiedTimein interfaceio.kestra.core.storages.StorageInterface- Throws:
IOException
-
put
- Specified by:
putin interfaceio.kestra.core.storages.StorageInterface- Throws:
IOException
-
delete
- Specified by:
deletein interfaceio.kestra.core.storages.StorageInterface- Throws:
IOException
-
deleteByPrefix
- Specified by:
deleteByPrefixin interfaceio.kestra.core.storages.StorageInterface- Throws:
IOException
-