Package org.gorpipe.gor.clients
Class NoCacheFileCacheClient
java.lang.Object
org.gorpipe.gor.clients.LocalFileCacheClient
org.gorpipe.gor.clients.NoCacheFileCacheClient
- All Implemented Interfaces:
AutoCloseable,org.gorpipe.client.FileCache
Stub implememntation of FileCache, that doesn't do any caching - for running with caching disabled.
-
Constructor Summary
ConstructorsConstructorDescriptionNoCacheFileCacheClient(org.gorpipe.gor.model.DriverBackedFileReader fileReader, String rootPath) -
Method Summary
Methods inherited from class org.gorpipe.gor.clients.LocalFileCacheClient
close, multiLookup, store, storeSibling, storeWithSpecificCacheFilename, tempLocation
-
Constructor Details
-
NoCacheFileCacheClient
public NoCacheFileCacheClient(org.gorpipe.gor.model.DriverBackedFileReader fileReader, String rootPath)
-
-
Method Details
-
lookupFile
- Specified by:
lookupFilein interfaceorg.gorpipe.client.FileCache- Overrides:
lookupFilein classLocalFileCacheClient
-