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 FileStorecreateFileStore(String name)longgetMaxStorageSpace()voidinitialize()
-
-
-
Method Detail
-
initialize
void initialize() throws TeiidComponentException- Throws:
TeiidComponentException
-
getMaxStorageSpace
long getMaxStorageSpace()
-
-