Uses of Class
org.nuxeo.ecm.core.blob.BlobWriteContext
Package
Description
-
Uses of BlobWriteContext in org.nuxeo.ecm.blob.azure
Modifier and TypeMethodDescriptionprotected String
AzureBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) -
Uses of BlobWriteContext in org.nuxeo.ecm.blob.s3
Modifier and TypeMethodDescriptionprotected String
S3BlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) -
Uses of BlobWriteContext in org.nuxeo.ecm.core.blob
Modifier and TypeMethodDescriptionBlobWriteContext.copyWithKey
(String key) BlobWriteContext.copyWithNoWriteObserverAndKey
(String key) KeyStrategy.getBlobWriteContext
(BlobContext blobContext) Gets the write context for the given blob.KeyStrategyDigest.getBlobWriteContext
(BlobContext blobContext) KeyStrategyDocId.getBlobWriteContext
(BlobContext blobContext) KeyStrategyManaged.getBlobWriteContext
(BlobContext blobContext) Modifier and TypeMethodDescriptionvoid
AbstractBlobStore.transfer
(BlobWriteContext blobWriteContext, OutputStream out) Transfers a blob to an output stream, notifying an observer while doing this.void
AbstractBlobStore.transfer
(BlobWriteContext blobWriteContext, Path dest) Transfers a blob to a file, notifying an observer while doing this.protected void
AESBlobStore.write
(BlobWriteContext blobWriteContext, Path file) protected void
LocalBlobStore.write
(BlobWriteContext blobWriteContext, Path file) AbstractBlobStore.writeBlob
(BlobWriteContext blobWriteContext) BlobStore.writeBlob
(BlobWriteContext blobWriteContext) Writes a blob.protected String
AbstractBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) Writes the blob without using any store-to-store optimization.protected String
CachingBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
EmptyBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
InMemoryBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
LocalBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
TransactionalBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) protected String
AbstractBlobStore.writeBlobUsingOptimizedCopy
(BlobWriteContext blobWriteContext) Tries to do an optimize copy to write this blob. -
Uses of BlobWriteContext in org.nuxeo.ecm.core.storage.gcp
Modifier and TypeMethodDescriptionprotected String
GoogleStorageBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext) -
Uses of BlobWriteContext in org.nuxeo.ecm.core.storage.mongodb.blob
Modifier and TypeMethodDescriptionprotected String
GridFSBlobStore.writeBlobGeneric
(BlobWriteContext blobWriteContext)