Uses of Interface
org.nuxeo.ecm.core.blob.KeyStrategy
Packages that use KeyStrategy
Package
Description
-
Uses of KeyStrategy in org.nuxeo.ecm.blob.azure
Constructors in org.nuxeo.ecm.blob.azure with parameters of type KeyStrategyModifierConstructorDescriptionAzureBlobStore
(String blobProviderId, String name, AzureBlobStoreConfiguration config, KeyStrategy keyStrategy) -
Uses of KeyStrategy in org.nuxeo.ecm.blob.s3
Constructors in org.nuxeo.ecm.blob.s3 with parameters of type KeyStrategyModifierConstructorDescriptionS3BlobStore
(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
Classes in org.nuxeo.ecm.core.blob that implement KeyStrategyModifier 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
Fields in org.nuxeo.ecm.core.blob declared as KeyStrategyModifier and TypeFieldDescriptionprotected final KeyStrategy
AbstractBlobStore.keyStrategy
final KeyStrategy
BlobWriteContext.keyStrategy
protected final KeyStrategy
KeyStrategyManaged.strategy
Methods in org.nuxeo.ecm.core.blob that return KeyStrategyModifier and TypeMethodDescriptionAbstractBlobStore.getKeyStrategy()
BlobStore.getKeyStrategy()
Gets the key strategy used by the store.BlobStoreBlobProvider.getKeyStrategy()
Methods in org.nuxeo.ecm.core.blob with parameters of type KeyStrategyModifier and TypeMethodDescriptionprotected BlobStore
AESBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) protected BlobStore
LocalBlobProvider.newBlobStore
(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) Constructors in org.nuxeo.ecm.core.blob with parameters of type KeyStrategyModifierConstructorDescriptionAbstractBlobStore
(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
Fields in org.nuxeo.ecm.core.blob.scroll declared as KeyStrategy -
Uses of KeyStrategy in org.nuxeo.ecm.core.storage.gcp
Constructors in org.nuxeo.ecm.core.storage.gcp with parameters of type KeyStrategyModifierConstructorDescriptionGoogleStorageBlobStore
(String blobProviderId, String name, GoogleStorageBlobStoreConfiguration config, KeyStrategy keyStrategy) -
Uses of KeyStrategy in org.nuxeo.ecm.core.storage.mongodb.blob
Constructors in org.nuxeo.ecm.core.storage.mongodb.blob with parameters of type KeyStrategyModifierConstructorDescriptionGridFSBlobStore
(String blobProviderId, String name, Map<String, String> properties, KeyStrategy keyStrategy)