Uses of Interface
org.nuxeo.ecm.core.blob.binary.FileStorage
-
Packages that use FileStorage Package Description org.nuxeo.ecm.blob org.nuxeo.ecm.blob.azure org.nuxeo.ecm.core.blob.binary org.nuxeo.ecm.core.storage.gcp org.nuxeo.ecm.core.storage.sql Implementation of a Nuxeo repository over an SQL database. -
-
Uses of FileStorage in org.nuxeo.ecm.blob
Methods in org.nuxeo.ecm.blob that return FileStorage Modifier and Type Method Description protected abstract FileStorageAbstractCloudBinaryManager. getFileStorage() -
Uses of FileStorage in org.nuxeo.ecm.blob.azure
Classes in org.nuxeo.ecm.blob.azure that implement FileStorage Modifier and Type Class Description classAzureFileStorageMethods in org.nuxeo.ecm.blob.azure that return FileStorage Modifier and Type Method Description protected FileStorageAzureBinaryManager. getFileStorage() -
Uses of FileStorage in org.nuxeo.ecm.core.blob.binary
Fields in org.nuxeo.ecm.core.blob.binary declared as FileStorage Modifier and Type Field Description protected FileStorageCachingBinaryManager. fileStorageMethods in org.nuxeo.ecm.core.blob.binary with parameters of type FileStorage Modifier and Type Method Description protected voidCachingBinaryManager. initializeCache(File dir, long maxSize, long maxCount, long minAge, FileStorage fileStorage)Initialize the cache.voidCachingBinaryManager. initializeCache(String maxSizeStr, String maxCountStr, String minAgeStr, FileStorage fileStorage)Initializes the cache.voidCachingBinaryManager. initializeCache(String maxSizeStr, FileStorage fileStorage)Initialize the cache. -
Uses of FileStorage in org.nuxeo.ecm.core.storage.gcp
Classes in org.nuxeo.ecm.core.storage.gcp that implement FileStorage Modifier and Type Class Description classGoogleStorageBinaryManager.GCPFileStorageMethods in org.nuxeo.ecm.core.storage.gcp that return FileStorage Modifier and Type Method Description protected FileStorageGoogleStorageBinaryManager. getFileStorage() -
Uses of FileStorage in org.nuxeo.ecm.core.storage.sql
Classes in org.nuxeo.ecm.core.storage.sql that implement FileStorage Modifier and Type Class Description classS3BinaryManager.S3FileStorageMethods in org.nuxeo.ecm.core.storage.sql that return FileStorage Modifier and Type Method Description protected FileStorageS3BinaryManager. getFileStorage()
-