|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StorageManager | |
---|---|
com.metamatrix.common.buffer | |
com.metamatrix.common.buffer.impl | |
com.metamatrix.common.buffer.storage.file |
Uses of StorageManager in com.metamatrix.common.buffer |
---|
Methods in com.metamatrix.common.buffer with parameters of type StorageManager | |
---|---|
void |
BufferManager.setStorageManager(StorageManager storageManager)
Adds a StorageManager to this BufferManager instance. |
Uses of StorageManager in com.metamatrix.common.buffer.impl |
---|
Methods in com.metamatrix.common.buffer.impl with parameters of type StorageManager | |
---|---|
void |
BufferManagerImpl.setStorageManager(StorageManager storageManager)
Add a storage manager to this buffer manager, order is unimportant |
Uses of StorageManager in com.metamatrix.common.buffer.storage.file |
---|
Classes in com.metamatrix.common.buffer.storage.file that implement StorageManager | |
---|---|
class |
FileStorageManager
This class stores batches in files on disk in a specified directory. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |