Class 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 Detail

      • transientKey

        public String transientKey
        The key in the transient store of the blob to use, or a delete marker.
    • Constructor Detail

      • TransientInfo

        public TransientInfo()