Package org.nuxeo.ecm.core.blob
Class TransactionalBlobStore.TransientInfo
- java.lang.Object
-
- org.nuxeo.ecm.core.blob.TransactionalBlobStore.TransientInfo
-
- Enclosing class:
- TransactionalBlobStore
public static class TransactionalBlobStore.TransientInfo extends Object
Transient data recording operations applied to a blob, to be executed on the permanent store at commit time.
-
-
Field Summary
Fields Modifier and Type Field Description BlobUpdateContext
blobUpdateContext
The update to apply.String
transientKey
The key in the transient store of the blob to use, or a delete marker.
-
Constructor Summary
Constructors Constructor Description TransientInfo()
-
-
-
Field Detail
-
transientKey
public String transientKey
The key in the transient store of the blob to use, or a delete marker.
-
blobUpdateContext
public BlobUpdateContext blobUpdateContext
The update to apply.
-
-