Class EmbeddedConfiguration

    • Constructor Detail

      • EmbeddedConfiguration

        public EmbeddedConfiguration()
    • Method Detail

      • setSecurityHelper

        public void setSecurityHelper​(SecurityHelper securityHelper)
        Set the SecurityHelper that can associate the appropriate SecurityContext with threads executing Teiid tasks. Will also set the appropriate user/subject information on the Teiid contexts.
        Parameters:
        securityHelper -
      • getSecurityDomain

        public String getSecurityDomain()
      • setSecurityDomain

        public void setSecurityDomain​(String securityDomain)
      • setTransactionManager

        public void setTransactionManager​(TransactionManager transactionManager)
      • setObjectReplicator

        public void setObjectReplicator​(ObjectReplicator objectReplicator)
      • isUseDisk

        public boolean isUseDisk()
      • setUseDisk

        public void setUseDisk​(boolean useDisk)
      • setBufferDirectory

        public void setBufferDirectory​(String dir)
      • getBufferDirectory

        public String getBufferDirectory()
      • getInfinispanConfigFile

        @Deprecated
        public String getInfinispanConfigFile()
        Deprecated.
      • setCacheFactory

        public void setCacheFactory​(CacheFactory cacheFactory)
      • getMaxResultSetCacheStaleness

        public int getMaxResultSetCacheStaleness()
      • setMaxResultSetCacheStaleness

        public void setMaxResultSetCacheStaleness​(int maxResultSetCacheStaleness)
      • stop

        protected void stop()
      • getMaxODBCLobSizeAllowed

        public int getMaxODBCLobSizeAllowed()
      • setMaxODBCLobSizeAllowed

        public void setMaxODBCLobSizeAllowed​(int lobSize)
      • getMaxAsyncThreads

        public int getMaxAsyncThreads()
      • setMaxAsyncThreads

        public void setMaxAsyncThreads​(int maxAsyncThreads)
      • getProcessorBatchSize

        public int getProcessorBatchSize()
      • setProcessorBatchSize

        public void setProcessorBatchSize​(int processorBatchSize)
      • getMaxReserveKb

        @Deprecated
        public int getMaxReserveKb()
        Deprecated.
      • setMaxReserveKb

        @Deprecated
        public void setMaxReserveKb​(int maxReserveKb)
        Deprecated.
      • getMaxProcessingKb

        @Deprecated
        public int getMaxProcessingKb()
        Deprecated.
      • setMaxProcessingKb

        @Deprecated
        public void setMaxProcessingKb​(int maxProcessingKb)
        Deprecated.
      • isInlineLobs

        @Deprecated
        public boolean isInlineLobs()
        Deprecated.
      • setInlineLobs

        @Deprecated
        public void setInlineLobs​(boolean inlineLobs)
        Deprecated.
      • getMaxOpenFiles

        @Deprecated
        public int getMaxOpenFiles()
        Deprecated.
      • setMaxOpenFiles

        @Deprecated
        public void setMaxOpenFiles​(int maxOpenFiles)
        Deprecated.
      • getMaxBufferSpace

        @Deprecated
        public long getMaxBufferSpace()
        Deprecated.
      • setMaxBufferSpace

        @Deprecated
        public void setMaxBufferSpace​(long maxBufferSpace)
        Deprecated.
      • getMaxFileSize

        @Deprecated
        public long getMaxFileSize()
        Deprecated.
      • setMaxFileSize

        @Deprecated
        public void setMaxFileSize​(long maxFileSize)
        Deprecated.
      • isEncryptFiles

        @Deprecated
        public boolean isEncryptFiles()
        Deprecated.
      • setEncryptFiles

        @Deprecated
        public void setEncryptFiles​(boolean encryptFiles)
        Deprecated.
      • getMaxStorageObjectSize

        @Deprecated
        public int getMaxStorageObjectSize()
        Deprecated.
      • setMaxStorageObjectSize

        @Deprecated
        public void setMaxStorageObjectSize​(int maxStorageObjectSize)
        Deprecated.
      • isMemoryBufferOffHeap

        @Deprecated
        public boolean isMemoryBufferOffHeap()
        Deprecated.
      • setMemoryBufferOffHeap

        @Deprecated
        public void setMemoryBufferOffHeap​(boolean memoryBufferOffHeap)
        Deprecated.
      • getMemoryBufferSpace

        @Deprecated
        public int getMemoryBufferSpace()
        Deprecated.
      • setMemoryBufferSpace

        @Deprecated
        public void setMemoryBufferSpace​(int memoryBufferSpace)
        Deprecated.
      • setAuthenticationType

        public void setAuthenticationType​(AuthenticationType authenticationType)
      • getNodeName

        public String getNodeName()
      • setNodeName

        public void setNodeName​(String nodeName)
      • isAllowEnvFunction

        public boolean isAllowEnvFunction()
      • setAllowEnvFunction

        public void setAllowEnvFunction​(boolean allowEnvFunction)