Skip navigation links
WildFly Configuration API, 1.0.1
A B D E G I K L M O P Q R S T V W 

A

accept(T) - Method in interface org.wildfly.swarm.config.teiid.TranslatorConsumer
Configure a pre-constructed instance of Translator resource
accept(T) - Method in interface org.wildfly.swarm.config.teiid.TransportConsumer
Configure a pre-constructed instance of Transport resource
accept(T) - Method in interface org.wildfly.swarm.config.TeiidConsumer
Configure a pre-constructed instance of Teiid resource
activeSessionCount() - Method in class org.wildfly.swarm.config.Teiid
Number of active sessions in the system
activeSessionCount(Integer) - Method in class org.wildfly.swarm.config.Teiid
Number of active sessions in the system
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.Teiid
Adds a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.teiid.Translator
Adds a property change listener
addPropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.teiid.Transport
Adds a property change listener
allowEnvFunction() - Method in class org.wildfly.swarm.config.Teiid
Allow the execution of ENV, ENV_VAR, and SYS_PROP function.
allowEnvFunction(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Allow the execution of ENV, ENV_VAR, and SYS_PROP function.
andThen(TranslatorConsumer<T>) - Method in interface org.wildfly.swarm.config.teiid.TranslatorConsumer
 
andThen(TransportConsumer<T>) - Method in interface org.wildfly.swarm.config.teiid.TransportConsumer
 
andThen(TeiidConsumer<T>) - Method in interface org.wildfly.swarm.config.TeiidConsumer
 
asyncThreadPoolMaxThreadCount() - Method in class org.wildfly.swarm.config.Teiid
Maximum number of threads for asynchronous processing
asyncThreadPoolMaxThreadCount(Integer) - Method in class org.wildfly.swarm.config.Teiid
Maximum number of threads for asynchronous processing
authenticationMaxSessionsAllowed() - Method in class org.wildfly.swarm.config.Teiid
Maximum number of sessions allowed by the system (default 10000)
authenticationMaxSessionsAllowed(Integer) - Method in class org.wildfly.swarm.config.Teiid
Maximum number of sessions allowed by the system (default 10000)
authenticationSecurityDomain() - Method in class org.wildfly.swarm.config.Teiid
Security domain to be enforced with the transport
authenticationSecurityDomain(String) - Method in class org.wildfly.swarm.config.Teiid
Security domain to be enforced with the transport
authenticationSessionsExpirationTimelimit() - Method in class org.wildfly.swarm.config.Teiid
Max allowed time in milliseconds before the session is terminated by the system, 0 indicates unlimited (default 0)
authenticationSessionsExpirationTimelimit(Integer) - Method in class org.wildfly.swarm.config.Teiid
Max allowed time in milliseconds before the session is terminated by the system, 0 indicates unlimited (default 0)
authenticationTrustAllLocal() - Method in class org.wildfly.swarm.config.Teiid
Allow all local pass-through connections regardless of whether they are in the configured security domain.
authenticationTrustAllLocal(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Allow all local pass-through connections regardless of whether they are in the configured security domain.
authenticationType() - Method in class org.wildfly.swarm.config.Teiid
Default authentication type to use with this transport.
authenticationType(Teiid.AuthenticationType) - Method in class org.wildfly.swarm.config.Teiid
Default authentication type to use with this transport.
authorizationValidatorModule() - Method in class org.wildfly.swarm.config.Teiid
Authorization Module; Implementation of org.teiid.dqp.internal.process.AuthorizationValidator class.
authorizationValidatorModule(String) - Method in class org.wildfly.swarm.config.Teiid
Authorization Module; Implementation of org.teiid.dqp.internal.process.AuthorizationValidator class.

B

bufferServiceEncryptFiles() - Method in class org.wildfly.swarm.config.Teiid
Set to true to encrypt temporary data files with 128-bit AES.
bufferServiceEncryptFiles(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Set to true to encrypt temporary data files with 128-bit AES.
bufferServiceInlineLobs() - Method in class org.wildfly.swarm.config.Teiid
Set to true to allow inlining of memory based and small lobs into results.
bufferServiceInlineLobs(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Set to true to allow inlining of memory based and small lobs into results.
bufferServiceMaxBufferSpace() - Method in class org.wildfly.swarm.config.Teiid
Max storage space, in MB, to be used for buffer files (default 50G)
bufferServiceMaxBufferSpace(Long) - Method in class org.wildfly.swarm.config.Teiid
Max storage space, in MB, to be used for buffer files (default 50G)
bufferServiceMaxFileSize() - Method in class org.wildfly.swarm.config.Teiid
Max File size in MB (default 2GB)
bufferServiceMaxFileSize(Long) - Method in class org.wildfly.swarm.config.Teiid
Max File size in MB (default 2GB)
bufferServiceMaxOpenFiles() - Method in class org.wildfly.swarm.config.Teiid
Max open buffer files (default 64)
bufferServiceMaxOpenFiles(Integer) - Method in class org.wildfly.swarm.config.Teiid
Max open buffer files (default 64)
bufferServiceMaxProcessingKb() - Method in class org.wildfly.swarm.config.Teiid
The approximate amount of buffer memory in kilobytes allowable for a single processing operation (sort, grouping, etc.) regardless of existing memory commitments.
bufferServiceMaxProcessingKb(Integer) - Method in class org.wildfly.swarm.config.Teiid
The approximate amount of buffer memory in kilobytes allowable for a single processing operation (sort, grouping, etc.) regardless of existing memory commitments.
bufferServiceMaxReserveKb() - Method in class org.wildfly.swarm.config.Teiid
The approximate amount of memory in kilobytes allowed to be held by the buffer manager.
bufferServiceMaxReserveKb(Integer) - Method in class org.wildfly.swarm.config.Teiid
The approximate amount of memory in kilobytes allowed to be held by the buffer manager.
bufferServiceMaxStorageObjectSize() - Method in class org.wildfly.swarm.config.Teiid
The maximum size of a buffer managed object (typically a table page or a results batch) in bytes (default 8388608 or 8MB).
bufferServiceMaxStorageObjectSize(Integer) - Method in class org.wildfly.swarm.config.Teiid
The maximum size of a buffer managed object (typically a table page or a results batch) in bytes (default 8388608 or 8MB).
bufferServiceMemoryBufferOffHeap() - Method in class org.wildfly.swarm.config.Teiid
Set to true to hold the memory buffer off-heap.
bufferServiceMemoryBufferOffHeap(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Set to true to hold the memory buffer off-heap.
bufferServiceMemoryBufferSpace() - Method in class org.wildfly.swarm.config.Teiid
Memory buffer space used by the buffer manager in MB.
bufferServiceMemoryBufferSpace(Integer) - Method in class org.wildfly.swarm.config.Teiid
Memory buffer space used by the buffer manager in MB.
bufferServiceProcessorBatchSize() - Method in class org.wildfly.swarm.config.Teiid
The nominal row count of a batch sent internally within the query processor.
bufferServiceProcessorBatchSize(Integer) - Method in class org.wildfly.swarm.config.Teiid
The nominal row count of a batch sent internally within the query processor.
bufferServiceUseDisk() - Method in class org.wildfly.swarm.config.Teiid
Use disk for buffer management
bufferServiceUseDisk(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Use disk for buffer management

D

dataRolesRequired() - Method in class org.wildfly.swarm.config.Teiid
WorkManager name to use in processing.
dataRolesRequired(Boolean) - Method in class org.wildfly.swarm.config.Teiid
WorkManager name to use in processing.
detectChangeEvents() - Method in class org.wildfly.swarm.config.Teiid
Set to true for the engine to detect local change events.
detectChangeEvents(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Set to true for the engine to detect local change events.
distributedCacheJgroupsStack() - Method in class org.wildfly.swarm.config.Teiid
JGroups stack name for cache replication channel
distributedCacheJgroupsStack(String) - Method in class org.wildfly.swarm.config.Teiid
JGroups stack name for cache replication channel

E

exceptionOnMaxSourceRows() - Method in class org.wildfly.swarm.config.Teiid
Indicates if an exception should be thrown if the specified value for Maximum Source Rows is exceeded; only up to the maximum rows will be consumed.
exceptionOnMaxSourceRows(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Indicates if an exception should be thrown if the specified value for Maximum Source Rows is exceeded; only up to the maximum rows will be consumed.

G

get() - Method in interface org.wildfly.swarm.config.teiid.TranslatorSupplier
Constructed instance of Translator resource
get() - Method in interface org.wildfly.swarm.config.teiid.TransportSupplier
Constructed instance of Transport resource
get() - Method in interface org.wildfly.swarm.config.TeiidSupplier
Constructed instance of Teiid resource
getAllowedValue() - Method in enum org.wildfly.swarm.config.Teiid.AuthenticationType
Returns the allowed value for the management model.
getAllowedValue() - Method in enum org.wildfly.swarm.config.teiid.Transport.Protocol
Returns the allowed value for the management model.
getAllowedValue() - Method in enum org.wildfly.swarm.config.teiid.Transport.SslAuthenticationMode
Returns the allowed value for the management model.
getAllowedValue() - Method in enum org.wildfly.swarm.config.teiid.Transport.SslMode
Returns the allowed value for the management model.
getKey() - Method in class org.wildfly.swarm.config.Teiid
 
getKey() - Method in class org.wildfly.swarm.config.teiid.Translator
 
getKey() - Method in class org.wildfly.swarm.config.teiid.Transport
 

I

inputBufferSize() - Method in class org.wildfly.swarm.config.teiid.Transport
SO_RCVBUF size, 0 indicates that system default should be used (default 0)
inputBufferSize(Integer) - Method in class org.wildfly.swarm.config.teiid.Transport
SO_RCVBUF size, 0 indicates that system default should be used (default 0)

K

keystoreKeyAlias() - Method in class org.wildfly.swarm.config.teiid.Transport
key alias name
keystoreKeyAlias(String) - Method in class org.wildfly.swarm.config.teiid.Transport
key alias name
keystoreKeyPassword() - Method in class org.wildfly.swarm.config.teiid.Transport
key password
keystoreKeyPassword(String) - Method in class org.wildfly.swarm.config.teiid.Transport
key password
keystoreName() - Method in class org.wildfly.swarm.config.teiid.Transport
Keystore file name
keystoreName(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Keystore file name
keystorePassword() - Method in class org.wildfly.swarm.config.teiid.Transport
Keystore password
keystorePassword(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Keystore password
keystoreType() - Method in class org.wildfly.swarm.config.teiid.Transport
Keystore type
keystoreType(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Keystore type

L

lobChunkSizeInKb() - Method in class org.wildfly.swarm.config.Teiid
The max lob chunk size in KB transferred each time when processing blobs, clobs (100KB default)
lobChunkSizeInKb(Integer) - Method in class org.wildfly.swarm.config.Teiid
The max lob chunk size in KB transferred each time when processing blobs, clobs (100KB default)

M

maxActivePlans() - Method in class org.wildfly.swarm.config.Teiid
Max active plans (default 20).
maxActivePlans(Integer) - Method in class org.wildfly.swarm.config.Teiid
Max active plans (default 20).
maxRowFetchSize() - Method in class org.wildfly.swarm.config.Teiid
Maximum allowed fetch size, set via JDBC.
maxRowFetchSize(Integer) - Method in class org.wildfly.swarm.config.Teiid
Maximum allowed fetch size, set via JDBC.
maxSocketThreads() - Method in class org.wildfly.swarm.config.teiid.Transport
Max number of threads dedicated to initial request processing.
maxSocketThreads(Integer) - Method in class org.wildfly.swarm.config.teiid.Transport
Max number of threads dedicated to initial request processing.
maxSourceRowsAllowed() - Method in class org.wildfly.swarm.config.Teiid
Maximum rows allowed from a source query.
maxSourceRowsAllowed(Integer) - Method in class org.wildfly.swarm.config.Teiid
Maximum rows allowed from a source query.
maxThreads() - Method in class org.wildfly.swarm.config.Teiid
Process pool maximum thread count.
maxThreads(Integer) - Method in class org.wildfly.swarm.config.Teiid
Process pool maximum thread count.
module() - Method in class org.wildfly.swarm.config.teiid.Translator
Name of the module that implements the translator
module(String) - Method in class org.wildfly.swarm.config.teiid.Translator
Name of the module that implements the translator

O

org.wildfly.swarm.config - package org.wildfly.swarm.config
 
org.wildfly.swarm.config.teiid - package org.wildfly.swarm.config.teiid
 
outputBufferSize() - Method in class org.wildfly.swarm.config.teiid.Transport
SO_SNDBUF size, 0 indicates that system default should be used (default 0)
outputBufferSize(Integer) - Method in class org.wildfly.swarm.config.teiid.Transport
SO_SNDBUF size, 0 indicates that system default should be used (default 0)

P

pgMaxLobSizeInBytes() - Method in class org.wildfly.swarm.config.teiid.Transport
Max LOB size in Postgres protocol, as streaming is not supported
pgMaxLobSizeInBytes(Integer) - Method in class org.wildfly.swarm.config.teiid.Transport
Max LOB size in Postgres protocol, as streaming is not supported
policyDeciderModule() - Method in class org.wildfly.swarm.config.Teiid
Policy Module; Implementation of org.teiid.PolicyDecider class
policyDeciderModule(String) - Method in class org.wildfly.swarm.config.Teiid
Policy Module; Implementation of org.teiid.PolicyDecider class
preparedplanCacheEnable() - Method in class org.wildfly.swarm.config.Teiid
Prepared Plan cache enabled (default true)
preparedplanCacheEnable(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Prepared Plan cache enabled (default true)
preparedplanCacheInfinispanContainer() - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache container name
preparedplanCacheInfinispanContainer(String) - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache container name
preparedplanCacheName() - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache name for prepared plans
preparedplanCacheName(String) - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache name for prepared plans
preparserModule() - Method in class org.wildfly.swarm.config.Teiid
Incoming SQL can be modified by an "org.teiid.PreParser"
preparserModule(String) - Method in class org.wildfly.swarm.config.Teiid
Incoming SQL can be modified by an "org.teiid.PreParser"
protocol() - Method in class org.wildfly.swarm.config.teiid.Transport
Transport protocol (allowed=teiid, pg)
protocol(Transport.Protocol) - Method in class org.wildfly.swarm.config.teiid.Transport
Transport protocol (allowed=teiid, pg)

Q

queryThresholdInSeconds() - Method in class org.wildfly.swarm.config.Teiid
Long running query threshold, after which a alert can be generated by tooling if configured
queryThresholdInSeconds(Integer) - Method in class org.wildfly.swarm.config.Teiid
Long running query threshold, after which a alert can be generated by tooling if configured
queryTimeout() - Method in class org.wildfly.swarm.config.Teiid
Set the default query timeout for all queries in milliseconds.
queryTimeout(Long) - Method in class org.wildfly.swarm.config.Teiid
Set the default query timeout for all queries in milliseconds.

R

removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.Teiid
Removes a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.teiid.Translator
Removes a property change listener
removePropertyChangeListener(PropertyChangeListener) - Method in class org.wildfly.swarm.config.teiid.Transport
Removes a property change listener
resultsetCacheEnable() - Method in class org.wildfly.swarm.config.Teiid
Resultset cache enabled (default true)
resultsetCacheEnable(Boolean) - Method in class org.wildfly.swarm.config.Teiid
Resultset cache enabled (default true)
resultsetCacheInfinispanContainer() - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache container name
resultsetCacheInfinispanContainer(String) - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache container name
resultsetCacheMaxStaleness() - Method in class org.wildfly.swarm.config.Teiid
Max staleness in seconds.
resultsetCacheMaxStaleness(Integer) - Method in class org.wildfly.swarm.config.Teiid
Max staleness in seconds.
resultsetCacheName() - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache name for resultset; if not specified default cache on infinispan container is used.
resultsetCacheName(String) - Method in class org.wildfly.swarm.config.Teiid
Infinispan cache name for resultset; if not specified default cache on infinispan container is used.
runtimeVersion() - Method in class org.wildfly.swarm.config.Teiid
Teiid Runtime Version
runtimeVersion(String) - Method in class org.wildfly.swarm.config.Teiid
Teiid Runtime Version

S

slot() - Method in class org.wildfly.swarm.config.teiid.Translator
Name of the module slot that implements the translator
slot(String) - Method in class org.wildfly.swarm.config.teiid.Translator
Name of the module slot that implements the translator
socketBinding() - Method in class org.wildfly.swarm.config.teiid.Transport
Socket binding to be used for the transport
socketBinding(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Socket binding to be used for the transport
sslAuthenticationMode() - Method in class org.wildfly.swarm.config.teiid.Transport
Authentication Mode (1-way, 2-way, anonymous)
sslAuthenticationMode(Transport.SslAuthenticationMode) - Method in class org.wildfly.swarm.config.teiid.Transport
Authentication Mode (1-way, 2-way, anonymous)
sslEnabledCipherSuites() - Method in class org.wildfly.swarm.config.teiid.Transport
Comma separated cipher suites that are allowed to be used for SSL.
sslEnabledCipherSuites(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Comma separated cipher suites that are allowed to be used for SSL.
sslKeymanagementAlgorithm() - Method in class org.wildfly.swarm.config.teiid.Transport
Use key management algorithm
sslKeymanagementAlgorithm(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Use key management algorithm
sslMode() - Method in class org.wildfly.swarm.config.teiid.Transport
can be one of disabled, login, or enabled disabled = no transport or message level security will be used; login = only the login traffic will be encrypted at a message level using 128 bit AES with an ephemerial DH key exchange.
sslMode(Transport.SslMode) - Method in class org.wildfly.swarm.config.teiid.Transport
can be one of disabled, login, or enabled disabled = no transport or message level security will be used; login = only the login traffic will be encrypted at a message level using 128 bit AES with an ephemerial DH key exchange.
sslSslProtocol() - Method in class org.wildfly.swarm.config.teiid.Transport
SSL protocol used
sslSslProtocol(String) - Method in class org.wildfly.swarm.config.teiid.Transport
SSL protocol used
subresources() - Method in class org.wildfly.swarm.config.Teiid
 

T

Teiid<T extends Teiid<T>> - Class in org.wildfly.swarm.config
Teiid SubSystem
Teiid() - Constructor for class org.wildfly.swarm.config.Teiid
 
Teiid.AuthenticationType - Enum in org.wildfly.swarm.config
 
Teiid.TeiidResources - Class in org.wildfly.swarm.config
Child mutators for Teiid
TeiidConsumer<T extends Teiid<T>> - Interface in org.wildfly.swarm.config
 
TeiidResources() - Constructor for class org.wildfly.swarm.config.Teiid.TeiidResources
 
TeiidSupplier<T extends Teiid> - Interface in org.wildfly.swarm.config
 
threadCountForSourceConcurrency() - Method in class org.wildfly.swarm.config.Teiid
Max source query concurrency per user request (default 0).
threadCountForSourceConcurrency(Integer) - Method in class org.wildfly.swarm.config.Teiid
Max source query concurrency per user request (default 0).
timeSliceInMilliseconds() - Method in class org.wildfly.swarm.config.Teiid
Query processor time slice, in milliseconds.
timeSliceInMilliseconds(Integer) - Method in class org.wildfly.swarm.config.Teiid
Query processor time slice, in milliseconds.
toString() - Method in enum org.wildfly.swarm.config.Teiid.AuthenticationType
 
toString() - Method in enum org.wildfly.swarm.config.teiid.Transport.Protocol
 
toString() - Method in enum org.wildfly.swarm.config.teiid.Transport.SslAuthenticationMode
 
toString() - Method in enum org.wildfly.swarm.config.teiid.Transport.SslMode
 
translator(String) - Method in class org.wildfly.swarm.config.Teiid.TeiidResources
 
Translator<T extends Translator<T>> - Class in org.wildfly.swarm.config.teiid
Teiid Translator
translator(Translator) - Method in class org.wildfly.swarm.config.Teiid
Add the Translator object to the list of subresources
translator(String, TranslatorConsumer) - Method in class org.wildfly.swarm.config.Teiid
Create and configure a Translator object to the list of subresources
translator(String) - Method in class org.wildfly.swarm.config.Teiid
Create and configure a Translator object to the list of subresources
translator(TranslatorSupplier) - Method in class org.wildfly.swarm.config.Teiid
Install a supplied Translator object to the list of subresources
Translator(String) - Constructor for class org.wildfly.swarm.config.teiid.Translator
 
TranslatorConsumer<T extends Translator<T>> - Interface in org.wildfly.swarm.config.teiid
 
translators() - Method in class org.wildfly.swarm.config.Teiid.TeiidResources
Get the list of Translator resources
translators(List<Translator>) - Method in class org.wildfly.swarm.config.Teiid
Add all Translator objects to this subresource
TranslatorSupplier<T extends Translator> - Interface in org.wildfly.swarm.config.teiid
 
transport(String) - Method in class org.wildfly.swarm.config.Teiid.TeiidResources
 
Transport<T extends Transport<T>> - Class in org.wildfly.swarm.config.teiid
Teiid transport
transport(Transport) - Method in class org.wildfly.swarm.config.Teiid
Add the Transport object to the list of subresources
transport(String, TransportConsumer) - Method in class org.wildfly.swarm.config.Teiid
Create and configure a Transport object to the list of subresources
transport(String) - Method in class org.wildfly.swarm.config.Teiid
Create and configure a Transport object to the list of subresources
transport(TransportSupplier) - Method in class org.wildfly.swarm.config.Teiid
Install a supplied Transport object to the list of subresources
Transport(String) - Constructor for class org.wildfly.swarm.config.teiid.Transport
 
Transport.Protocol - Enum in org.wildfly.swarm.config.teiid
 
Transport.SslAuthenticationMode - Enum in org.wildfly.swarm.config.teiid
 
Transport.SslMode - Enum in org.wildfly.swarm.config.teiid
 
TransportConsumer<T extends Transport<T>> - Interface in org.wildfly.swarm.config.teiid
 
transports() - Method in class org.wildfly.swarm.config.Teiid.TeiidResources
Get the list of Transport resources
transports(List<Transport>) - Method in class org.wildfly.swarm.config.Teiid
Add all Transport objects to this subresource
TransportSupplier<T extends Transport> - Interface in org.wildfly.swarm.config.teiid
 
truststoreCheckExpired() - Method in class org.wildfly.swarm.config.teiid.Transport
Truststore check expired
truststoreCheckExpired(Boolean) - Method in class org.wildfly.swarm.config.teiid.Transport
Truststore check expired
truststoreName() - Method in class org.wildfly.swarm.config.teiid.Transport
Truststore file name
truststoreName(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Truststore file name
truststorePassword() - Method in class org.wildfly.swarm.config.teiid.Transport
Truststore password
truststorePassword(String) - Method in class org.wildfly.swarm.config.teiid.Transport
Truststore password

V

valueOf(String) - Static method in enum org.wildfly.swarm.config.Teiid.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.swarm.config.teiid.Transport.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.swarm.config.teiid.Transport.SslAuthenticationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.wildfly.swarm.config.teiid.Transport.SslMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.swarm.config.Teiid.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.swarm.config.teiid.Transport.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.swarm.config.teiid.Transport.SslAuthenticationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.wildfly.swarm.config.teiid.Transport.SslMode
Returns an array containing the constants of this enum type, in the order they are declared.

W

workmanager() - Method in class org.wildfly.swarm.config.Teiid
WorkManager name to use in processing.
workmanager(String) - Method in class org.wildfly.swarm.config.Teiid
WorkManager name to use in processing.
A B D E G I K L M O P Q R S T V W 
Skip navigation links
WildFly Configuration API, 1.0.1

Copyright © 2018 JBoss by Red Hat. All rights reserved.