Class StorageEntry
java.lang.Object
org.nuxeo.ecm.core.transientstore.StorageEntry
- All Implemented Interfaces:
Serializable
Class representing an entry stored in the
TransientStore
.- Since:
- 7.10
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionlong
getSize()
boolean
void
putParam
(String param, Serializable value) void
putParams
(Map<String, Serializable> params) void
setBlobInfos
(List<Map<String, String>> blobInfos) void
setCompleted
(boolean completed) void
setSize
(long size)
-
Field Details
-
params
-
blobInfos
-
size
protected long size -
completed
protected boolean completed
-
-
Constructor Details
-
StorageEntry
public StorageEntry() -
StorageEntry
public StorageEntry(long size, boolean completed)
-
-
Method Details
-
getParams
-
putParams
-
getParam
-
putParam
-
getBlobInfos
-
setBlobInfos
-
getSize
public long getSize() -
setSize
public void setSize(long size) -
isCompleted
public boolean isCompleted() -
setCompleted
public void setCompleted(boolean completed)
-