public class InfinispanCacheStoreEntry extends LocalBinaryStoreEntry
| Constructor and Description |
|---|
InfinispanCacheStoreEntry(org.modeshape.jcr.value.binary.infinispan.InfinispanBinaryStore store,
javax.jcr.Property property) |
| Modifier and Type | Method and Description |
|---|---|
Collection<FixityResult> |
checkFixity(String algorithm)
Calculate the fixity of a CacheEntry by piping it through
a simple fixity-calculating InputStream
|
binaryKey, equals, getExternalIdentifier, getInputStream, hashCode, propertypublic InfinispanCacheStoreEntry(org.modeshape.jcr.value.binary.infinispan.InfinispanBinaryStore store,
javax.jcr.Property property)
store - the storeproperty - the propertypublic Collection<FixityResult> checkFixity(String algorithm)
BasicCacheEntrycheckFixity in interface CacheEntrycheckFixity in class BasicCacheEntryalgorithm - the digestCopyright © 2013-2015 DuraSpace, Inc.. All Rights Reserved.