Package org.apache.cassandra.cache
Interface AutoSavingCache.IStreamFactory
- Enclosing class:
- AutoSavingCache<K extends CacheKey,
V>
public static interface AutoSavingCache.IStreamFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetInputStream(File dataPath, File crcPath) getOutputStream(File dataPath, File crcPath)
-
Method Details
-
getInputStream
- Throws:
IOException
-
getOutputStream
-