Package org.nuxeo.ecm.core.blob
Class KeyStrategyDocId
java.lang.Object
org.nuxeo.ecm.core.blob.KeyStrategyDocId
- All Implemented Interfaces:
KeyStrategy
Represents computation of blob keys based on the document id suffixed by the xpath if not the main blob.
- Since:
- 11.1
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.nuxeo.ecm.core.blob.KeyStrategy
KeyStrategy.WriteObserver -
Field Summary
FieldsFields inherited from interface org.nuxeo.ecm.core.blob.KeyStrategy
VER_SEP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBlobWriteContext(BlobContext blobContext) Gets the write context for the given blob.getDigestFromKey(String key) Gets, if possible, a digest from the key.protected StringgetKey(BlobContext blobContext) inthashCode()static KeyStrategyDocIdinstance()booleanisValidKey(String key) Does the given key have the expected pattern for this strategy.booleanChecks whether this key strategy uses de-duplication.
-
Field Details
-
UUID_REGEX
-
MAIN_BLOB_XPATH
- See Also:
-
-
Constructor Details
-
KeyStrategyDocId
public KeyStrategyDocId()
-
-
Method Details
-
instance
-
useDeDuplication
public boolean useDeDuplication()Description copied from interface:KeyStrategyChecks whether this key strategy uses de-duplication. When de-duplication is used, two blobs with identical contents have identical keys.- Specified by:
useDeDuplicationin interfaceKeyStrategy
-
getDigestFromKey
Description copied from interface:KeyStrategyGets, if possible, a digest from the key. This is not possible if the key is not derived from a digest.- Specified by:
getDigestFromKeyin interfaceKeyStrategy- Parameters:
key- the key- Returns:
- a digest, or
null
-
getBlobWriteContext
Description copied from interface:KeyStrategyGets the write context for the given blob.- Specified by:
getBlobWriteContextin interfaceKeyStrategy
-
getKey
-
equals
-
hashCode
public int hashCode() -
isValidKey
Description copied from interface:KeyStrategyDoes the given key have the expected pattern for this strategy.- Specified by:
isValidKeyin interfaceKeyStrategy
-