Uses of Class
org.nuxeo.ecm.core.blob.PropertyBasedConfiguration
-
Packages that use PropertyBasedConfiguration Package Description org.nuxeo.ecm.blob org.nuxeo.ecm.blob.azure org.nuxeo.ecm.blob.s3 org.nuxeo.ecm.core.blob org.nuxeo.ecm.core.storage.gcp -
-
Uses of PropertyBasedConfiguration in org.nuxeo.ecm.blob
Subclasses of PropertyBasedConfiguration in org.nuxeo.ecm.blob Modifier and Type Class Description class
CloudBlobStoreConfiguration
Abstract blob store configuration for cloud providers. -
Uses of PropertyBasedConfiguration in org.nuxeo.ecm.blob.azure
Subclasses of PropertyBasedConfiguration in org.nuxeo.ecm.blob.azure Modifier and Type Class Description class
AzureBlobStoreConfiguration
Blob storage configuration in Azure Storage. -
Uses of PropertyBasedConfiguration in org.nuxeo.ecm.blob.s3
Subclasses of PropertyBasedConfiguration in org.nuxeo.ecm.blob.s3 Modifier and Type Class Description class
CloudFrontConfiguration
CloudFront configuration.class
S3BlobStoreConfiguration
Blob storage configuration in S3. -
Uses of PropertyBasedConfiguration in org.nuxeo.ecm.core.blob
Subclasses of PropertyBasedConfiguration in org.nuxeo.ecm.core.blob Modifier and Type Class Description class
AbstractBlobStoreConfiguration
Basic configuration for a blob store.class
AESBlobStoreConfiguration
Configuration for the AES-encrypted storage of files.class
CachingConfiguration
Configuration for a cache.class
DigestConfiguration
Configuration for the digest.class
LocalBlobStoreConfiguration
Configuration for the local storage of files.Constructors in org.nuxeo.ecm.core.blob with parameters of type PropertyBasedConfiguration Constructor Description InMemoryBlobStore(String name, PropertyBasedConfiguration config, KeyStrategy keyStrategy)
InMemoryBlobStore(String name, PropertyBasedConfiguration config, KeyStrategy keyStrategy, boolean emulateNoStream, boolean emulateLocalFile)
-
Uses of PropertyBasedConfiguration in org.nuxeo.ecm.core.storage.gcp
Subclasses of PropertyBasedConfiguration in org.nuxeo.ecm.core.storage.gcp Modifier and Type Class Description class
GoogleStorageBlobStoreConfiguration
Blob storage configuration in Google Storage.
-