Class CacheFrontendImpl

java.lang.Object
org.aksw.jena_sparql_api.cache.extra.CacheFrontendImpl
All Implemented Interfaces:
CacheFrontend

public class CacheFrontendImpl extends Object implements CacheFrontend
The cache frontend accepts SPARQL domain objects (such as ResultSets and iterators of triples), serializes them to an InputStream and sends it to the backend.
Author:
Claus Stadler

Date: 7/26/11 Time: 5:12 PM

  • Field Details

    • cacheBackend

      protected CacheBackend cacheBackend
    • rdfFormat

      protected org.apache.jena.riot.RDFFormat rdfFormat
    • resultSetLang

      protected org.apache.jena.riot.Lang resultSetLang
  • Constructor Details

    • CacheFrontendImpl

      public CacheFrontendImpl(CacheBackend cacheBackend)
    • CacheFrontendImpl

      public CacheFrontendImpl(CacheBackend cacheBackend, org.apache.jena.riot.RDFFormat rdfFormat, org.apache.jena.riot.Lang resultSetLang)
  • Method Details