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) -
Uses of KeyStrategy in org.nuxeo.ecm.core.blob
Classes in org.nuxeo.ecm.core.blob that implement KeyStrategyModifier and TypeClassDescriptionclassRepresents computation of blob keys based on a message digest.classRepresents computation of blob keys based on the document id suffixed by the xpath if not the main blob.classRepresents trusted managed blob key computation with a fallbackKeyStrategyFields in org.nuxeo.ecm.core.blob declared as KeyStrategyModifier and TypeFieldDescriptionprotected final KeyStrategyAbstractBlobStore.keyStrategyfinal KeyStrategyBlobWriteContext.keyStrategyprotected final KeyStrategyKeyStrategyManaged.strategyMethods 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 BlobStoreAESBlobProvider.newBlobStore(String name, KeyStrategy keyStrategy, PathStrategy pathStrategy) protected BlobStoreLocalBlobProvider.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) protectedInMemoryBlobStore(String name, KeyStrategy keyStrategy, boolean emulateNoStream, boolean emulateLocalFile) InMemoryBlobStore(String name, PropertyBasedConfiguration config, KeyStrategy keyStrategy) protectedInMemoryBlobStore(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)