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 FileStorage
AbstractCloudBinaryManager. 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 class
AzureFileStorage
Methods in org.nuxeo.ecm.blob.azure that return FileStorage Modifier and Type Method Description protected FileStorage
AzureBinaryManager. 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 FileStorage
CachingBinaryManager. fileStorage
Methods in org.nuxeo.ecm.core.blob.binary with parameters of type FileStorage Modifier and Type Method Description protected void
CachingBinaryManager. initializeCache(File dir, long maxSize, long maxCount, long minAge, FileStorage fileStorage)
Initialize the cache.void
CachingBinaryManager. initializeCache(String maxSizeStr, String maxCountStr, String minAgeStr, FileStorage fileStorage)
Initializes the cache.void
CachingBinaryManager. 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 class
GoogleStorageBinaryManager.GCPFileStorage
Methods in org.nuxeo.ecm.core.storage.gcp that return FileStorage Modifier and Type Method Description protected FileStorage
GoogleStorageBinaryManager. 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 class
S3BinaryManager.S3FileStorage
Methods in org.nuxeo.ecm.core.storage.sql that return FileStorage Modifier and Type Method Description protected FileStorage
S3BinaryManager. getFileStorage()
-