org.aksw.commons.sparql.api.cache.extra
Class CacheCoreExCompressor
java.lang.Object
org.aksw.commons.sparql.api.cache.extra.CacheCoreExCompressor
- All Implemented Interfaces:
- CacheCoreEx
public class CacheCoreExCompressor
- extends Object
- implements CacheCoreEx
- Author:
- Claus Stadler
Date: 11/28/11
Time: 11:26 PM
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheCoreExCompressor
public CacheCoreExCompressor(CacheCoreEx decoratee)
wrap
public static CacheCoreExCompressor wrap(CacheCoreEx decoratee)
wrap
public CacheEntry wrap(CacheEntry raw)
lookup
public CacheEntry lookup(String service,
String queryString)
- Specified by:
lookup in interface CacheCoreEx
write
public void write(String service,
String queryString,
InputStream in)
- Specified by:
write in interface CacheCoreEx
_write
public void _write(String service,
String queryString,
InputStream in)
throws Exception
- Throws:
Exception
getDecoratee
public CacheCoreEx getDecoratee()
Copyright © 2012. All Rights Reserved.