| Package | Description |
|---|---|
| org.fcrepo.kernel.rdf | |
| org.fcrepo.kernel.rdf.impl | |
| org.fcrepo.kernel.services | |
| org.fcrepo.kernel.services.functions | |
| org.fcrepo.kernel.utils |
| Modifier and Type | Method and Description |
|---|---|
RdfStream |
JcrRdfTools.getJcrTriples(javax.jcr.Node node,
Iterable<FixityResult> blobs)
Serialize the JCR fixity information in an
RdfStream |
| Constructor and Description |
|---|
FixityRdfContext(javax.jcr.Node node,
GraphSubjects graphSubjects,
LowLevelStorageService lowLevelStorageService,
Iterable<FixityResult> blobs)
Ordinary constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.base.Function<LowLevelCacheEntry,FixityResult> |
ServiceHelpers.getCheckCacheFixityFunction(URI dsChecksum,
long dsSize)
Get the fixity function to map a low-level cache entry to its fixity
result
|
Collection<FixityResult> |
DatastreamService.getFixity(javax.jcr.Node resource,
URI dsChecksum,
long dsSize)
Get the fixity results for this datastream's bitstream, and compare it
against the given checksum and size.
|
Collection<FixityResult> |
DatastreamService.runFixityAndFixProblems(Datastream datastream)
Run the fixity check on the datastream and attempt to automatically
correct failures if additional copies of the bitstream are available
|
| Modifier and Type | Method and Description |
|---|---|
FixityResult |
CheckCacheEntryFixity.apply(LowLevelCacheEntry input) |
| Modifier and Type | Method and Description |
|---|---|
FixityResult |
CacheEntry.checkFixity(URI checksum,
long size)
Check the fixity of a
CacheEntry |
FixityResult |
BasicCacheEntry.checkFixity(URI checksum,
long size)
Calculate the fixity of a CacheEntry by piping it through
a simple fixity-calculating InputStream
|
Copyright © 2013 DuraSpace, Inc.. All Rights Reserved.