Class StorageEntry

java.lang.Object
org.nuxeo.ecm.core.transientstore.StorageEntry
All Implemented Interfaces:
Serializable

public class StorageEntry extends Object implements Serializable
Class representing an entry stored in the TransientStore.
Since:
7.10
See Also:
  • Field Details

  • Constructor Details

    • StorageEntry

      public StorageEntry()
    • StorageEntry

      public StorageEntry(long size, boolean completed)
  • Method Details