| Package | Description |
|---|---|
| net.fortytwo.linkeddata | |
| net.fortytwo.linkeddata.rdfizers |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry.Status |
CacheEntry.getStatus() |
CacheEntry.Status |
LinkedDataCache.peek(org.openrdf.model.IRI iri,
org.openrdf.sail.SailConnection sc)
Retrieves caching metadata for a IRI if it exists, but does not dereference the IRI or modify the cache.
|
CacheEntry.Status |
Rdfizer.rdfize(java.io.InputStream is,
org.openrdf.rio.RDFHandler handler,
java.lang.String baseUri) |
CacheEntry.Status |
LinkedDataCache.retrieve(org.openrdf.model.IRI iri,
org.openrdf.sail.SailConnection sc)
Retrieves caching metadata for a URI, possibly dereferencing a document from the Web first.
|
static CacheEntry.Status |
CacheEntry.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CacheEntry.Status[] |
CacheEntry.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CacheEntry.setStatus(CacheEntry.Status status) |
| Constructor and Description |
|---|
CacheEntry(CacheEntry.Status status) |
| Modifier and Type | Method and Description |
|---|---|
CacheEntry.Status |
VerbatimRdfizer.rdfize(java.io.InputStream is,
org.openrdf.rio.RDFHandler handler,
java.lang.String baseUri) |
CacheEntry.Status |
ImageRdfizer.rdfize(java.io.InputStream is,
org.openrdf.rio.RDFHandler handler,
java.lang.String baseUri) |
Copyright © 2007-2016. All Rights Reserved.