Uses of Class
org.exoplatform.services.jcr.ext.distribution.impl.AbstractDataDistributionType
-
Packages that use AbstractDataDistributionType Package Description org.exoplatform.services.jcr.ext.distribution.impl -
-
Uses of AbstractDataDistributionType in org.exoplatform.services.jcr.ext.distribution.impl
Subclasses of AbstractDataDistributionType in org.exoplatform.services.jcr.ext.distribution.impl Modifier and Type Class Description classDataDistributionByHashIt will generate from the data id an hash code thanks to an hashing function then with this hash code it will be able to generate a hierarchy of sub-nodes withnlevels of depth for example withn = 4and MD5 as hashing function: For "john.smith" with MD5, the hash code in base 32 is 12spjkm4fhsrl151pva3f7mf1r, so the path would be "1/2/s/john.smith"classDataDistributionByNameThis data distribution will distribute the data in a understandable way for a human being.classDataDistributionByPathThis distribution doesn't do anything specific, it only stores the content as requested, which means that the data id expected is simply a relative path.
-