Uses of Interface
org.nuxeo.ecm.core.blob.KeyStrategy
Package
Description
-
Uses of KeyStrategy in org.nuxeo.ecm.blob.azure
ModifierConstructorDescriptionAzureBlobStore
(String blobProviderId, String name, AzureBlobStoreConfiguration config, KeyStrategy keyStrategy) -
Uses of KeyStrategy in org.nuxeo.ecm.blob.s3
ModifierConstructorDescriptionS3BlobStore
(String blobProviderId, String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy) S3BlobStore
(String name, S3BlobStoreConfiguration config, KeyStrategy keyStrategy) Deprecated.since 11.5 -
Uses of KeyStrategy in org.nuxeo.ecm.core.blob
Modifier and TypeClassDescriptionclass
Represents computation of blob keys based on a message digest.class
Represents computation of blob keys based on the document id suffixed by the xpath if not the main blob.class
Represents trusted managed blob key computation with a fallbackKeyStrategy
Modifier and TypeFieldDescriptionprotected final KeyStrategy
AbstractBlobStore.keyStrategy
final KeyStrategy
BlobWriteContext.keyStrategy
protected final KeyStrategy
KeyStrategyManaged.strategy
Modifier and TypeMethodDescriptionAbstractBlobStore.getKeyStrategy()
BlobStore.getKeyStrategy()
Gets the key strategy used by the store.BlobStoreBlobProvider.getKeyStrategy()
Modifier and TypeMethodDescriptionprotected BlobStore
AESBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) protected BlobStore
LocalBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) ModifierConstructorDescriptionAbstractBlobStore
(String blobProviderId, String name, KeyStrategy keyStrategy) AbstractBlobStore
(String name, KeyStrategy keyStrategy) AESBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy, AESBlobStoreConfiguration aesConfig) BlobWriteContext
(BlobContext blobContext, KeyStrategy.WriteObserver writeObserver, Supplier<String> keyComputer, KeyStrategy keyStrategy) EmptyBlobStore
(String blobProviderId, String name, KeyStrategy keyStrategy) InMemoryBlobStore
(String name, KeyStrategy keyStrategy) protected
InMemoryBlobStore
(String name, KeyStrategy keyStrategy, boolean emulateNoStream, boolean emulateLocalFile) InMemoryBlobStore
(String name, PropertyBasedConfiguration config, KeyStrategy keyStrategy) protected
InMemoryBlobStore
(String name, PropertyBasedConfiguration config, KeyStrategy keyStrategy, boolean emulateNoStream, boolean emulateLocalFile) KeyStrategyManaged
(KeyStrategy strategy) LocalBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) -
Uses of KeyStrategy in org.nuxeo.ecm.core.blob.scroll
-
Uses of KeyStrategy in org.nuxeo.ecm.core.storage.gcp
ModifierConstructorDescriptionGoogleStorageBlobStore
(String blobProviderId, String name, GoogleStorageBlobStoreConfiguration config, KeyStrategy keyStrategy) -
Uses of KeyStrategy in org.nuxeo.ecm.core.storage.mongodb.blob
ModifierConstructorDescriptionGridFSBlobStore
(String blobProviderId, String name, Map<String, String> properties, KeyStrategy keyStrategy)