public class EmbeddedConfiguration extends DQPConfiguration
DEFAULT_MAX_ACTIVE_PLANS, DEFAULT_MAX_PROCESS_WORKERS, DEFAULT_MAX_SOURCE_ROWS, DEFAULT_MAX_STALENESS_SECONDS, DEFAULT_USER_REQUEST_SOURCE_CONCURRENCY
Constructor and Description |
---|
EmbeddedConfiguration() |
Modifier and Type | Method and Description |
---|---|
void |
addTransport(SocketConfiguration configuration) |
AuthenticationType |
getAuthenticationType() |
String |
getBufferDirectory() |
CacheFactory |
getCacheFactory() |
String |
getInfinispanConfigFile()
Deprecated.
|
int |
getMaxAsyncThreads() |
long |
getMaxBufferSpace()
Deprecated.
|
long |
getMaxFileSize()
Deprecated.
|
int |
getMaxODBCLobSizeAllowed() |
int |
getMaxOpenFiles()
Deprecated.
|
int |
getMaxProcessingKb()
Deprecated.
|
int |
getMaxReserveKb()
Deprecated.
|
int |
getMaxResultSetCacheStaleness() |
int |
getMaxStorageObjectSize()
Deprecated.
|
int |
getMemoryBufferSpace()
Deprecated.
|
String |
getNodeName() |
ObjectReplicator |
getObjectReplicator() |
int |
getProcessorBatchSize() |
String |
getSecurityDomain() |
SecurityHelper |
getSecurityHelper() |
TransactionManager |
getTransactionManager() |
List<SocketConfiguration> |
getTransports() |
boolean |
isAllowEnvFunction() |
boolean |
isEncryptFiles()
Deprecated.
|
boolean |
isInlineLobs()
Deprecated.
|
boolean |
isMemoryBufferOffHeap()
Deprecated.
|
boolean |
isUseDisk() |
void |
setAllowEnvFunction(boolean allowEnvFunction) |
void |
setAuthenticationType(AuthenticationType authenticationType) |
void |
setBufferDirectory(String dir) |
void |
setCacheFactory(CacheFactory cacheFactory) |
void |
setEncryptFiles(boolean encryptFiles)
Deprecated.
|
void |
setInfinispanConfigFile(String infinispanConfigFile)
Deprecated.
|
void |
setInlineLobs(boolean inlineLobs)
Deprecated.
|
void |
setMaxAsyncThreads(int maxAsyncThreads) |
void |
setMaxBufferSpace(long maxBufferSpace)
Deprecated.
|
void |
setMaxFileSize(long maxFileSize)
Deprecated.
|
void |
setMaxODBCLobSizeAllowed(int lobSize) |
void |
setMaxOpenFiles(int maxOpenFiles)
Deprecated.
|
void |
setMaxProcessingKb(int maxProcessingKb)
Deprecated.
|
void |
setMaxReserveKb(int maxReserveKb)
Deprecated.
|
void |
setMaxResultSetCacheStaleness(int maxResultSetCacheStaleness) |
void |
setMaxStorageObjectSize(int maxStorageObjectSize)
Deprecated.
|
void |
setMemoryBufferOffHeap(boolean memoryBufferOffHeap)
Deprecated.
|
void |
setMemoryBufferSpace(int memoryBufferSpace)
Deprecated.
|
void |
setNodeName(String nodeName) |
void |
setObjectReplicator(ObjectReplicator objectReplicator) |
void |
setProcessorBatchSize(int processorBatchSize) |
void |
setSecurityDomain(String securityDomain) |
void |
setSecurityHelper(SecurityHelper securityHelper)
Set the
SecurityHelper that can associate the appropriate SecurityContext
with threads executing Teiid tasks. |
void |
setTransactionManager(TransactionManager transactionManager) |
void |
setUseDisk(boolean useDisk) |
protected void |
stop() |
getAuthorizationValidator, getLobChunkSizeInKB, getMaxActivePlans, getMaxRowsFetchSize, getMaxSourceRows, getMaxThreads, getPreParser, getProperties, getQueryThresholdInMilli, getQueryThresholdInSecs, getQueryTimeout, getTeiidExecutor, getTimeSliceInMilli, getUserRequestSourceConcurrency, isDetectingChangeEvents, isExceptionOnMaxSourceRows, setAuthorizationValidator, setDetectingChangeEvents, setExceptionOnMaxSourceRows, setLobChunkSizeInKB, setMaxActivePlans, setMaxRowsFetchSize, setMaxSourceRows, setMaxThreads, setPreParser, setProperties, setQueryThresholdInMilli, setQueryThresholdInSecs, setQueryTimeout, setTimeSliceInMilli, setUserRequestSourceConcurrency
public SecurityHelper getSecurityHelper()
public void setSecurityHelper(SecurityHelper securityHelper)
SecurityHelper
that can associate the appropriate SecurityContext
with threads executing Teiid tasks. Will also set the appropriate user/subject information
on the Teiid contexts.securityHelper
- public String getSecurityDomain()
public void setSecurityDomain(String securityDomain)
public TransactionManager getTransactionManager()
public void setTransactionManager(TransactionManager transactionManager)
public ObjectReplicator getObjectReplicator()
public void setObjectReplicator(ObjectReplicator objectReplicator)
public boolean isUseDisk()
public void setUseDisk(boolean useDisk)
public void setBufferDirectory(String dir)
public String getBufferDirectory()
@Deprecated public String getInfinispanConfigFile()
@Deprecated public void setInfinispanConfigFile(String infinispanConfigFile)
to set the {@link CacheFactory} directly
public CacheFactory getCacheFactory()
public void setCacheFactory(CacheFactory cacheFactory)
public int getMaxResultSetCacheStaleness()
public void setMaxResultSetCacheStaleness(int maxResultSetCacheStaleness)
protected void stop()
public void addTransport(SocketConfiguration configuration)
public List<SocketConfiguration> getTransports()
public int getMaxODBCLobSizeAllowed()
public void setMaxODBCLobSizeAllowed(int lobSize)
public int getMaxAsyncThreads()
public void setMaxAsyncThreads(int maxAsyncThreads)
public int getProcessorBatchSize()
public void setProcessorBatchSize(int processorBatchSize)
@Deprecated public int getMaxReserveKb()
@Deprecated public void setMaxReserveKb(int maxReserveKb)
@Deprecated public int getMaxProcessingKb()
@Deprecated public void setMaxProcessingKb(int maxProcessingKb)
@Deprecated public boolean isInlineLobs()
@Deprecated public void setInlineLobs(boolean inlineLobs)
@Deprecated public int getMaxOpenFiles()
@Deprecated public void setMaxOpenFiles(int maxOpenFiles)
@Deprecated public long getMaxBufferSpace()
@Deprecated public void setMaxBufferSpace(long maxBufferSpace)
@Deprecated public long getMaxFileSize()
@Deprecated public void setMaxFileSize(long maxFileSize)
@Deprecated public boolean isEncryptFiles()
@Deprecated public void setEncryptFiles(boolean encryptFiles)
@Deprecated public int getMaxStorageObjectSize()
@Deprecated public void setMaxStorageObjectSize(int maxStorageObjectSize)
@Deprecated public boolean isMemoryBufferOffHeap()
@Deprecated public void setMemoryBufferOffHeap(boolean memoryBufferOffHeap)
@Deprecated public int getMemoryBufferSpace()
@Deprecated public void setMemoryBufferSpace(int memoryBufferSpace)
public AuthenticationType getAuthenticationType()
public void setAuthenticationType(AuthenticationType authenticationType)
public String getNodeName()
public void setNodeName(String nodeName)
public boolean isAllowEnvFunction()
public void setAllowEnvFunction(boolean allowEnvFunction)
Copyright © 2019. All rights reserved.