Uses of Class
edu.wisc.library.ocfl.core.extension.storage.layout.config.HashedNTupleLayoutConfig
-
Packages that use HashedNTupleLayoutConfig Package Description edu.wisc.library.ocfl.core.extension.storage.layout.config -
-
Uses of HashedNTupleLayoutConfig in edu.wisc.library.ocfl.core.extension.storage.layout.config
Methods in edu.wisc.library.ocfl.core.extension.storage.layout.config that return HashedNTupleLayoutConfig Modifier and Type Method Description HashedNTupleLayoutConfigHashedNTupleLayoutConfig. setDigestAlgorithm(DigestAlgorithm digestAlgorithm)The digest algorithm to apply on the OCFL object identifier; MUST be an algorithm that is allowed in the OCFL fixity blockHashedNTupleLayoutConfigHashedNTupleLayoutConfig. setNumberOfTuples(int numberOfTuples)Indicates how many segments are used for path generationHashedNTupleLayoutConfigHashedNTupleLayoutConfig. setShortObjectRoot(boolean shortObjectRoot)When true, indicates that the OCFL object root directory name should contain the remainder of the digest not used in the n-tuples segmentsHashedNTupleLayoutConfigHashedNTupleLayoutConfig. setTupleSize(int tupleSize)Indicates the size of the segments (in characters) that the digest is split into
-