Package org.nuxeo.ecm.core.blob.binary
Class BinaryManagerRootDescriptor
java.lang.Object
org.nuxeo.ecm.core.blob.binary.BinaryManagerRootDescriptor
Descriptor for the configuration of an on-disk binaries storage.
Still used by
LocalBlobStoreConfiguration
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
BINARY_STORE
- See Also:
-
DIGEST
- See Also:
-
DEPTH
- See Also:
-
digest
The digest, for instanceMD5
orSHA-256
. -
depth
public int depthThe number of intermediate sub-directories to use.
-
-
Constructor Details
-
BinaryManagerRootDescriptor
public BinaryManagerRootDescriptor()
-
-
Method Details
-
write
Writes the descriptor to an XML file.- Parameters:
out
- the output file to use- Throws:
IOException
-