| Package | Description |
|---|---|
| org.teiid.common.buffer | |
| org.teiid.common.buffer.impl | |
| org.teiid.transport |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BufferManager
The buffer manager controls how memory is used and how data flows through
the system.
|
interface |
Cache<T>
Represents the storage strategy for the
BufferManager |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferFrontedFileStoreCache
Implements storage against a
FileStore abstraction using a fronting
memory buffer with a filesystem paradigm. |
class |
BufferManagerImpl
Default implementation of BufferManager.
|
class |
EncryptedStorageManager
Implements a block AES cipher over a regular filestore.
|
class |
FileStorageManager
Implements file storage that automatically splits large files and limits the number of open files.
|
class |
MemoryStorageManager |
class |
SplittableStorageManager
A storage manager that combines smaller files into a larger
logical file.
|
| Modifier and Type | Method and Description |
|---|---|
StorageManager |
BufferFrontedFileStoreCache.getStorageManager() |
StorageManager |
SplittableStorageManager.getStorageManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
BufferFrontedFileStoreCache.setStorageManager(StorageManager storageManager) |
void |
BufferManagerImpl.setStorageManager(StorageManager ssm) |
| Constructor and Description |
|---|
EncryptedStorageManager(StorageManager manager) |
SplittableStorageManager(StorageManager storageManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SocketListener.configureChannelPipeline(io.netty.channel.ChannelPipeline pipeline,
SSLConfiguration config,
StorageManager storageManager) |
protected void |
ODBCSocketListener.configureChannelPipeline(io.netty.channel.ChannelPipeline pipeline,
SSLConfiguration config,
StorageManager storageManager) |
| Constructor and Description |
|---|
ObjectDecoder(int maxObjectSize,
long maxLobSize,
ClassLoader classLoader,
StorageManager storageManager)
Creates a new decoder with the specified maximum object size.
|
ODBCSocketListener(InetSocketAddress address,
SocketConfiguration config,
ClientServiceRegistryImpl csr,
StorageManager storageManager,
int maxLobSize,
LogonImpl logon,
TeiidDriver driver) |
SocketListener(InetSocketAddress address,
int inputBufferSize,
int outputBufferSize,
int maxWorkers,
SSLConfiguration config,
ClientServiceRegistryImpl csr,
StorageManager storageManager) |
SocketListener(InetSocketAddress address,
SocketConfiguration config,
ClientServiceRegistryImpl csr,
StorageManager storageManager) |
Copyright © 2019. All rights reserved.