Uses of Class
de.frachtwerk.essencium.storage.impl.sequence.model.SequenceFile
Packages that use SequenceFile
Package
Description
-
Uses of SequenceFile in de.frachtwerk.essencium.storage.impl.sequence.model
Fields in de.frachtwerk.essencium.storage.impl.sequence.model with type parameters of type SequenceFileModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.EntityType<SequenceFile>SequenceFile_.class_static jakarta.persistence.metamodel.SingularAttribute<SequenceFile,Long> SequenceFile_.idstatic jakarta.persistence.metamodel.ListAttribute<SequenceFile,SequenceStorageInfo> SequenceFile_.storageInfosMethod parameters in de.frachtwerk.essencium.storage.impl.sequence.model with type arguments of type SequenceFileModifier and TypeMethodDescription<T> Set<T>SequenceFile.accept(StorageInfoVisitor<T, SequenceFile, Long, SequenceStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.sequence.model with parameters of type SequenceFile -
Uses of SequenceFile in de.frachtwerk.essencium.storage.impl.sequence.provider.local
Methods in de.frachtwerk.essencium.storage.impl.sequence.provider.local that return types with arguments of type SequenceFileModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(SequenceFile file, String path) Methods in de.frachtwerk.essencium.storage.impl.sequence.provider.local with parameters of type SequenceFileModifier and TypeMethodDescriptionLocalStorageService.getNewLocalStorageInfo(SequenceFile file, String path) Method parameters in de.frachtwerk.essencium.storage.impl.sequence.provider.local with type arguments of type SequenceFileModifier and TypeMethodDescription<T> TLocalSequenceStorageInfo.accept(StorageInfoVisitor<T, SequenceFile, Long, SequenceStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.sequence.provider.local with parameters of type SequenceFile -
Uses of SequenceFile in de.frachtwerk.essencium.storage.impl.sequence.provider.s3
Methods in de.frachtwerk.essencium.storage.impl.sequence.provider.s3 that return types with arguments of type SequenceFileModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<SequenceFile,Long, SequenceStorageInfo> S3StorageService.getNewAbstractS3StorageInfo(SequenceFile file, String s3ObjectKey) Methods in de.frachtwerk.essencium.storage.impl.sequence.provider.s3 with parameters of type SequenceFileModifier and TypeMethodDescriptionprotected AbstractS3StorageInfo<SequenceFile,Long, SequenceStorageInfo> S3StorageService.getNewAbstractS3StorageInfo(SequenceFile file, String s3ObjectKey) Method parameters in de.frachtwerk.essencium.storage.impl.sequence.provider.s3 with type arguments of type SequenceFileModifier and TypeMethodDescription<T> TS3SequenceStorageInfo.accept(StorageInfoVisitor<T, SequenceFile, Long, SequenceStorageInfo> visitor) Constructors in de.frachtwerk.essencium.storage.impl.sequence.provider.s3 with parameters of type SequenceFileModifierConstructorDescriptionS3SequenceStorageInfo(SequenceFile file, @NotNull String s3ObjectKey) -
Uses of SequenceFile in de.frachtwerk.essencium.storage.impl.sequence.service
Methods in de.frachtwerk.essencium.storage.impl.sequence.service that return SequenceFileModifier and TypeMethodDescriptionprotected SequenceFileDefaultSequenceFileService.getNewFile(List<SequenceStorageInfo> infos, String name, int length, String mimeType) Constructor parameters in de.frachtwerk.essencium.storage.impl.sequence.service with type arguments of type SequenceFileModifierConstructorDescriptionDefaultSequenceFileService(StorageServiceDispatcher<SequenceFile, Long, SequenceStorageInfo> dispatcher, SequenceFileRepository repository, MimeTypeHelper mimeTypeHelper)