Package org.teiid.common.buffer
Interface StorageManager
-
- All Known Subinterfaces:
BufferManager
,Cache<T>
- All Known Implementing Classes:
BufferFrontedFileStoreCache
,BufferManagerImpl
,EncryptedStorageManager
,FileStorageManager
,MemoryStorageManager
,SplittableStorageManager
public interface StorageManager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FileStore
createFileStore(String name)
long
getMaxStorageSpace()
void
initialize()
-
-
-
Method Detail
-
initialize
void initialize() throws TeiidComponentException
- Throws:
TeiidComponentException
-
getMaxStorageSpace
long getMaxStorageSpace()
-
-