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