Class LocalStorageService
java.lang.Object
de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageService<SequenceFile,Long,SequenceStorageInfo>
de.frachtwerk.essencium.storage.impl.sequence.provider.local.LocalStorageService
- All Implemented Interfaces:
StorageService<SequenceFile,Long, SequenceStorageInfo>
@Service
public class LocalStorageService
extends AbstractLocalStorageService<SequenceFile,Long,SequenceStorageInfo>
-
Constructor Summary
ConstructorsConstructorDescriptionLocalStorageService(@NotNull LocalFileCreator fileCreator, @NotNull LocalStorageConfiguration config, @NotNull UniqueNameCreator uniqueNameCreator) -
Method Summary
Methods inherited from class de.frachtwerk.essencium.storage.generic.provider.local.AbstractLocalStorageService
deleteFile, getType, loadFile, saveFile
-
Constructor Details
-
LocalStorageService
public LocalStorageService(@NotNull @NotNull LocalFileCreator fileCreator, @NotNull @NotNull LocalStorageConfiguration config, @NotNull @NotNull UniqueNameCreator uniqueNameCreator)
-
-
Method Details
-
getNewLocalStorageInfo
protected AbstractLocalStorageInfo<SequenceFile,Long, getNewLocalStorageInfoSequenceStorageInfo> (SequenceFile file, String path) - Specified by:
getNewLocalStorageInfoin classAbstractLocalStorageService<SequenceFile,Long, SequenceStorageInfo>
-