Serialized Form
-
Package nux.xom.xquery
-
Class nux.xom.xquery.StreamingPathFilterException extends RuntimeException implements Serializable
-
-
Package org.teiid.adminapi
-
Class org.teiid.adminapi.AdminComponentException extends AdminException implements Serializable
- serialVersionUID:
- 7117721841515240902L
-
Class org.teiid.adminapi.AdminException extends TeiidException implements Serializable
- serialVersionUID:
- -4446936145500241358L
-
Serialized Fields
-
children
List<AdminException> children
-
-
Class org.teiid.adminapi.AdminProcessingException extends AdminException implements Serializable
- serialVersionUID:
- -878521636838205857L
-
-
Package org.teiid.adminapi.impl
-
Class org.teiid.adminapi.impl.AdminObjectImpl extends Object implements Serializable
- serialVersionUID:
- -6381303538713462682L
-
Class org.teiid.adminapi.impl.CacheStatisticsMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -3514505497661004560L
-
Serialized Fields
-
hitRatio
double hitRatio
-
requestCount
int requestCount
-
totalEntries
int totalEntries
-
-
Class org.teiid.adminapi.impl.DataPolicyMetadata extends Object implements Serializable
- serialVersionUID:
- -4119646357275977190L
-
Serialized Fields
-
allowCreateTemporaryTables
Boolean allowCreateTemporaryTables
-
anyAuthenticated
boolean anyAuthenticated
-
description
String description
-
grantAll
boolean grantAll
-
hasRowPermissions
Set<String> hasRowPermissions
-
languagePermissions
Map<String,DataPolicyMetadata.PermissionMetaData> languagePermissions
-
mappedRoleNames
List<String> mappedRoleNames
-
name
String name
-
permissions
Map<DataPolicyMetadata.ResourceKey,DataPolicyMetadata.PermissionMetaData> permissions
-
policies
Map<Role.ResourceKey,Map<String,Policy>> policies
-
schemas
Set<String> schemas
-
-
Class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData extends Object implements Serializable
- serialVersionUID:
- 7034744531663164277L
-
Serialized Fields
-
bits
byte bits
-
bitsSet
byte bitsSet
-
resourceName
String resourceName
-
resourceType
DataPolicy.ResourceType resourceType
-
rowSecurityState
org.teiid.adminapi.impl.DataPolicyMetadata.RowSecurityState rowSecurityState
-
-
Class org.teiid.adminapi.impl.EngineStatisticsMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -6207621797253332528L
-
Serialized Fields
-
activePlanCount
int activePlanCount
-
cacheReadCount
long cacheReadCount
-
cacheWriteCount
long cacheWriteCount
-
diskReadCount
long diskReadCount
-
diskSpaceUsedInMB
long diskSpaceUsedInMB
-
diskWriteCount
long diskWriteCount
-
maxWaitPlanCount
int maxWaitPlanCount
-
memoryUsedByActivePlansInKB
long memoryUsedByActivePlansInKB
-
sessionCount
int sessionCount
-
totalMemoryUsedInKB
long totalMemoryUsedInKB
-
waitPlanCount
int waitPlanCount
-
-
Class org.teiid.adminapi.impl.EntryMetaData extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -3602627159192411780L
-
Class org.teiid.adminapi.impl.ModelMetaData extends AdminObjectImpl implements Serializable
- serialVersionUID:
- 3714234763056162230L
-
Serialized Fields
-
description
String description
-
messages
List<ModelMetaData.Message> messages
-
metadataStatus
Model.MetadataStatus metadataStatus
-
modelType
String modelType
-
path
String path
-
sourceMetadataText
List<String> sourceMetadataText
-
sourceMetadataType
List<String> sourceMetadataType
-
sources
Map<String,SourceMappingMetadata> sources
-
visible
boolean visible
-
-
Class org.teiid.adminapi.impl.ModelMetaData.Message extends Object implements Serializable
- serialVersionUID:
- 2044197069467559527L
-
Serialized Fields
-
path
String path
-
severity
ModelMetaData.Message.Severity severity
-
value
String value
-
-
Class org.teiid.adminapi.impl.PropertyDefinitionMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- 6612838530524627205L
-
Serialized Fields
-
advanced
boolean advanced
-
allowedValues
Collection allowedValues
-
category
String category
-
defaultValue
Object defaultValue
-
description
String description
-
displayName
String displayName
-
masked
boolean masked
-
modifiable
boolean modifiable
-
propertyTypeClassName
String propertyTypeClassName
-
required
boolean required
-
requiresRestart
PropertyDefinition.RestartType requiresRestart
-
-
Class org.teiid.adminapi.impl.RequestMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -2779106368517784259L
-
Serialized Fields
-
command
String command
-
executionId
long executionId
-
nodeID
Integer nodeID
-
processingState
Request.ProcessingState processingState
-
sessionId
String sessionId
-
sourceRequest
boolean sourceRequest
-
startTime
long startTime
-
threadState
Request.ThreadState threadState
-
transactionId
String transactionId
-
-
Class org.teiid.adminapi.impl.SessionMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- 918638989081830034L
-
Serialized Fields
-
active
boolean active
-
applicationName
String applicationName
-
bytesUsed
AtomicLong bytesUsed
-
clientHardwareAddress
String clientHardwareAddress
-
clientHostName
String clientHostName
-
closed
boolean closed
-
createdTime
long createdTime
-
ipAddress
String ipAddress
-
lastPingTime
long lastPingTime
-
securityDomain
String securityDomain
-
sessionId
String sessionId
-
userName
String userName
-
vdbName
String vdbName
-
vdbVersion
String vdbVersion
-
-
Class org.teiid.adminapi.impl.SourceMappingMetadata extends Object implements Serializable
- serialVersionUID:
- -4417878417697685794L
-
Class org.teiid.adminapi.impl.TransactionMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -8588785315218789068L
-
Class org.teiid.adminapi.impl.VDBImportMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- 8827106139518843217L
-
Class org.teiid.adminapi.impl.VDBMetaData extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -4723595252013356436L
-
Serialized Fields
-
connectionType
VDB.ConnectionType connectionType
-
dataPolicies
LinkedHashMap<String,DataPolicyMetadata> dataPolicies
-
description
String description
-
entries
List<EntryMetaData> entries
-
importedModels
Set<String> importedModels
-
imports
List<VDBImportMetadata> imports
-
models
LinkedHashMap<String,ModelMetaData> models
-
queryTimeout
long queryTimeout
-
status
VDB.Status status
-
statusTimestamps
Map<VDB.Status,Timestamp> statusTimestamps
-
translators
LinkedHashMap<String,VDBTranslatorMetaData> translators
-
version
String version
-
visibilityOverrides
Map<String,Boolean> visibilityOverrides
-
xmlDeployment
boolean xmlDeployment
-
-
Class org.teiid.adminapi.impl.VDBTranslatorMetaData extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -3454161477587996138L
-
Class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata extends AdminObjectImpl implements Serializable
- serialVersionUID:
- -4917902925523802295L
-
Serialized Fields
-
activeThreads
int activeThreads
-
highestActiveThreads
int highestActiveThreads
-
highestQueued
int highestQueued
-
maxThreads
int maxThreads
-
queued
int queued
-
totalCompleted
long totalCompleted
-
totalSubmitted
long totalSubmitted
-
-
-
Package org.teiid.api.exception.query
-
Class org.teiid.api.exception.query.ExpressionEvaluationException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- 4955469005442543688L
-
Class org.teiid.api.exception.query.FunctionExecutionException extends ExpressionEvaluationException implements Serializable
- serialVersionUID:
- -4421419169341759699L
-
Class org.teiid.api.exception.query.FunctionMetadataException extends QueryProcessingException implements Serializable
- serialVersionUID:
- -3315048240596850619L
-
Class org.teiid.api.exception.query.InvalidFunctionException extends ExpressionEvaluationException implements Serializable
- serialVersionUID:
- -1743553921704505430L
-
Class org.teiid.api.exception.query.QueryMetadataException extends TeiidComponentException implements Serializable
- serialVersionUID:
- -2109331443434830452L
-
Class org.teiid.api.exception.query.QueryParserException extends QueryProcessingException implements Serializable
- serialVersionUID:
- 7565287582917117432L
-
Serialized Fields
-
parseException
ParseException parseException
-
-
Class org.teiid.api.exception.query.QueryPlannerException extends QueryProcessingException implements Serializable
- serialVersionUID:
- -4209763837004780184L
-
Class org.teiid.api.exception.query.QueryProcessingException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- -1976946369356781737L
-
Class org.teiid.api.exception.query.QueryResolverException extends QueryProcessingException implements Serializable
- serialVersionUID:
- 752912934870580744L
-
Class org.teiid.api.exception.query.QueryValidatorException extends QueryProcessingException implements Serializable
- serialVersionUID:
- 7003393883967513820L
-
Class org.teiid.api.exception.query.UnresolvedSymbolDescription extends Object implements Serializable
-
-
Package org.teiid.cache.infinispan
-
Class org.teiid.cache.infinispan.InfinispanCacheFactory extends Object implements Serializable
- serialVersionUID:
- -2767452034178675653L
-
Serialized Fields
-
classLoader
ClassLoader classLoader
-
destroyed
boolean destroyed
-
-
-
Package org.teiid.client
-
Class org.teiid.client.ProcedureErrorInstructionException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- 895480748445855790L
-
Class org.teiid.client.RequestMessage extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.client.ResultsMessage extends Object implements Serializable
- serialVersionUID:
- 3546924172976187793L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.SourceWarning extends TeiidException implements Serializable
-
-
Package org.teiid.client.lob
-
Class org.teiid.client.lob.LobChunk extends Object implements Serializable
- serialVersionUID:
- -5634014429424520672L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.client.metadata
-
Class org.teiid.client.metadata.MetadataResult extends Object implements Serializable
- serialVersionUID:
- -1520482281079030324L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.metadata.ParameterInfo extends Object implements Serializable
- serialVersionUID:
- -683851729051138932L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.client.plan
-
Class org.teiid.client.plan.Annotation extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.client.plan.PlanNode extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.client.plan.PlanNode.Property extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.teiid.client.security
-
Class org.teiid.client.security.InvalidSessionException extends TeiidSecurityException implements Serializable
- serialVersionUID:
- 594047711693346844L
-
Class org.teiid.client.security.LogonException extends TeiidSecurityException implements Serializable
- serialVersionUID:
- -4407245748107257061L
-
Class org.teiid.client.security.LogonResult extends Object implements Serializable
- serialVersionUID:
- 4481443514871448269L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.security.SessionToken extends Object implements Serializable
- serialVersionUID:
- -2853708320435636107L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.client.security.TeiidSecurityException extends TeiidProcessingException implements Serializable
-
-
Package org.teiid.client.util
-
Class org.teiid.client.util.ExceptionHolder extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.teiid.client.xa
-
Class org.teiid.client.xa.XATransactionException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- 5685144848609237877L
-
Serialized Fields
-
errorCode
int errorCode
-
-
Class org.teiid.client.xa.XidImpl extends Object implements Serializable
- serialVersionUID:
- -7078441828703404308L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.common.buffer
-
Class org.teiid.common.buffer.BlockedException extends TeiidComponentException implements Serializable
-
-
Package org.teiid.common.buffer.impl
-
Class org.teiid.common.buffer.impl.OutOfDiskException extends IOException implements Serializable
- serialVersionUID:
- -1332091322315668612L
-
-
Package org.teiid.core
-
Class org.teiid.core.ComponentNotFoundException extends TeiidComponentException implements Serializable
- serialVersionUID:
- 8484545412724259223L
-
Class org.teiid.core.TeiidComponentException extends TeiidException implements Serializable
- serialVersionUID:
- 5853804556425201591L
-
Class org.teiid.core.TeiidException extends Exception implements Serializable
- serialVersionUID:
- -3033427629587497938L
-
Serialized Fields
-
code
String code
-
-
Class org.teiid.core.TeiidProcessingException extends TeiidException implements Serializable
- serialVersionUID:
- -4013536109023540872L
-
Class org.teiid.core.TeiidRuntimeException extends RuntimeException implements Serializable
- serialVersionUID:
- -4035276728007979320L
-
Serialized Fields
-
code
String code
An error code.
-
-
-
Package org.teiid.core.crypto
-
Class org.teiid.core.crypto.CryptoException extends TeiidException implements Serializable
-
-
Package org.teiid.core.types
-
Class org.teiid.core.types.AbstractGeospatialType extends BlobType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.core.types.ArrayImpl extends Object implements Serializable
- serialVersionUID:
- 517794153664734815L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.ArrayImpl.NullException extends RuntimeException implements Serializable
-
Class org.teiid.core.types.BaseClobType extends Streamable<Clob> implements Serializable
- serialVersionUID:
- 2753412502127824104L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.BaseLob extends Object implements Serializable
- serialVersionUID:
- -1586959324208959519L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.BlobImpl extends BaseLob implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.core.types.BlobType extends Streamable<Blob> implements Serializable
- serialVersionUID:
- 1294191629070433450L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.ClobImpl extends BaseLob implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.core.types.ClobType extends BaseClobType implements Serializable
- serialVersionUID:
- 2753412502127824104L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.GeographyType extends AbstractGeospatialType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.core.types.GeometryType extends AbstractGeospatialType implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.core.types.JsonType extends BaseClobType implements Serializable
- serialVersionUID:
- 2753412502127824104L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.SQLXMLImpl extends BaseLob implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Class org.teiid.core.types.Streamable extends Object implements Serializable
- serialVersionUID:
- -8252488562134729374L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.core.types.TransformationException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- -4112567582638012800L
-
Class org.teiid.core.types.XMLType extends Streamable<SQLXML> implements Serializable
- serialVersionUID:
- -7922647237095135723L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
Package org.teiid.core.util
-
Class org.teiid.core.util.ApplicationInfo extends Object implements Serializable
-
Serialized Fields
-
props
Properties props
-
-
-
Class org.teiid.core.util.CopyOnWriteLinkedHashMap extends Object implements Serializable
- serialVersionUID:
- -2690353315316696065L
-
Serialized Fields
-
map
LinkedHashMap<K,V> map
-
-
Class org.teiid.core.util.LRUCache extends LinkedHashMap<K,V> implements Serializable
-
Serialized Fields
-
maxSize
int maxSize
-
-
-
Class org.teiid.core.util.PropertiesUtils.InvalidPropertyException extends TeiidRuntimeException implements Serializable
- serialVersionUID:
- 1586068295007497776L
-
-
Package org.teiid.deployers
-
Class org.teiid.deployers.ExtendedPropertyMetadataList extends ArrayList<ExtendedPropertyMetadata> implements Serializable
-
Class org.teiid.deployers.PgCatalogMetadataStore extends MetadataFactory implements Serializable
- serialVersionUID:
- 2158418324376966987L
-
Class org.teiid.deployers.VDBRepository extends Object implements Serializable
- serialVersionUID:
- 312177538191772674L
-
Serialized Fields
-
allowEnv
boolean allowEnv
-
bufferManager
BufferManager bufferManager
-
databaseStore
DatabaseStore databaseStore
-
dataRolesRequired
boolean dataRolesRequired
-
datatypeMap
Map<String,Datatype> datatypeMap
-
listeners
Set<VDBLifeCycleListener> listeners
-
lock
ReentrantLock lock
-
objectReplictor
ObjectReplicator objectReplictor
-
odbcException
MetadataException odbcException
-
odbcStore
MetadataStore odbcStore
-
pendingDeployments
NavigableMap<VDBKey,VDBMetaData> pendingDeployments
-
systemFunctionManager
SystemFunctionManager systemFunctionManager
-
systemStore
MetadataStore systemStore
-
vdbAdded
Condition vdbAdded
-
vdbRepo
NavigableMap<VDBKey,CompositeVDB> vdbRepo
-
-
Class org.teiid.deployers.VirtualDatabaseException extends TeiidProcessingException implements Serializable
- serialVersionUID:
- -6654557123904497650L
-
-
Package org.teiid.dqp.internal.datamgr
-
Class org.teiid.dqp.internal.datamgr.ConnectorManagerRepository extends Object implements Serializable
- serialVersionUID:
- -1611063218178314458L
-
Serialized Fields
-
provider
ConnectorManagerRepository.ExecutionFactoryProvider provider
-
repo
Map<String,ConnectorManager> repo
-
shared
boolean shared
-
-
Class org.teiid.dqp.internal.datamgr.ConnectorManagerRepository.ConnectorManagerException extends TeiidException implements Serializable
-
Class org.teiid.dqp.internal.datamgr.TranslatorRepository extends Object implements Serializable
- serialVersionUID:
- -1212280886010974273L
-
Serialized Fields
-
translatorRepo
Map<String,VDBTranslatorMetaData> translatorRepo
-
-
-
Package org.teiid.dqp.internal.process
-
Class org.teiid.dqp.internal.process.AccessInfo extends Object implements Serializable
- serialVersionUID:
- -2608267960584191359L
-
Serialization Methods
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.teiid.dqp.internal.process.CachedResults extends Object implements Serializable
- serialVersionUID:
- -5603182134635082207L
-
Serialized Fields
-
accessInfo
AccessInfo accessInfo
-
hasLobs
boolean hasLobs
-
rowLimit
int rowLimit
-
uuid
String uuid
-
-
Class org.teiid.dqp.internal.process.DQPWorkContext extends Object implements Serializable
- serialVersionUID:
- -6389893410233192977L
-
Serialized Fields
-
admin
boolean admin
-
clientAddress
String clientAddress
-
clientHostname
String clientHostname
-
clientVersion
DQPWorkContext.Version clientVersion
-
derived
boolean derived
-
local
boolean local
-
metadataFactory
MetadataFactory metadataFactory
-
policies
HashMap<String,DataPolicy> policies
-
securityHelper
SecurityHelper securityHelper
-
session
SessionMetadata session
-
sslSession
SSLSession sslSession
-
useCallingThread
boolean useCallingThread
-
-
Class org.teiid.dqp.internal.process.SessionAwareCache.CacheID extends Object implements Serializable
- serialVersionUID:
- 8261905111156764744L
-
-
Package org.teiid.dqp.internal.process.multisource
-
Class org.teiid.dqp.internal.process.multisource.MultiSourceElement extends Column implements Serializable
- serialVersionUID:
- 5275578893617706914L
-
-
Package org.teiid.dqp.message
-
Class org.teiid.dqp.message.AtomicRequestID extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Class org.teiid.dqp.message.RequestID extends Object implements Serializable
- serialVersionUID:
- -2888539138291776071L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
- See Also:
Externalizable.writeExternal(java.io.ObjectOutput)
-
-
-
Package org.teiid.dqp.service
-
Class org.teiid.dqp.service.SessionServiceException extends TeiidSecurityException implements Serializable
- serialVersionUID:
- 7354291430587008894L
-
Class org.teiid.dqp.service.TransactionContext extends Object implements Serializable
- serialVersionUID:
- -8689401273499649058L
-
Serialized Fields
-
creationTime
long creationTime
-
isolationLevel
int isolationLevel
-
suspendedBy
Set<String> suspendedBy
-
threadId
String threadId
-
transaction
Transaction transaction
-
transactionType
TransactionContext.Scope transactionType
-
xid
Xid xid
-
-
-
Package org.teiid.eclipselink.platform
-
Class org.teiid.eclipselink.platform.TeiidPlatform extends org.eclipse.persistence.platform.database.DatabasePlatform implements Serializable
- serialVersionUID:
- 6894570254643353289L
-
-
Package org.teiid.infinispan.api
-
Class org.teiid.infinispan.api.TableWireFormat extends Object implements Serializable
- serialVersionUID:
- -9204011747402762948L
-
Serialized Fields
-
attributeName
String attributeName
-
column
Column column
-
nested
TreeMap<Integer,TableWireFormat> nested
-
readTag
int readTag
-
type
org.infinispan.protostream.descriptors.Type type
-
writeTag
int writeTag
-
-
Class org.teiid.infinispan.api.TeiidTableMarshaller extends Object implements Serializable
- serialVersionUID:
- 6540991524742624955L
-
Serialized Fields
-
documentName
String documentName
-
wireMap
TreeMap<Integer,TableWireFormat> wireMap
-
-
-
Package org.teiid.jboss
-
Class org.teiid.jboss.DQPCoreService extends DQPConfiguration implements Serializable
- serialVersionUID:
- -4676205340262775388L
-
Serialized Fields
-
authorizationValidatorInjector
org.jboss.msc.value.InjectedValue<AuthorizationValidator> authorizationValidatorInjector
-
bufferManagerInjector
org.jboss.msc.value.InjectedValue<BufferManager> bufferManagerInjector
-
eventDistributorFactoryInjector
org.jboss.msc.value.InjectedValue<InternalEventDistributorFactory> eventDistributorFactoryInjector
-
preparedPlanCacheInjector
org.jboss.msc.value.InjectedValue<SessionAwareCache> preparedPlanCacheInjector
-
preParserInjector
org.jboss.msc.value.InjectedValue<PreParser> preParserInjector
-
resultSetCacheInjector
org.jboss.msc.value.InjectedValue<SessionAwareCache> resultSetCacheInjector
-
translatorRepositoryInjector
org.jboss.msc.value.InjectedValue<TranslatorRepository> translatorRepositoryInjector
-
txnManagerInjector
org.jboss.msc.value.InjectedValue<TransactionManager> txnManagerInjector
-
vdbRepositoryInjector
org.jboss.msc.value.InjectedValue<VDBRepository> vdbRepositoryInjector
-
workManagerInjector
org.jboss.msc.value.InjectedValue<javax.resource.spi.work.WorkManager> workManagerInjector
-
xaTerminatorInjector
org.jboss.msc.value.InjectedValue<javax.resource.spi.XATerminator> xaTerminatorInjector
-
-
Class org.teiid.jboss.JBossSecurityHelper extends Object implements Serializable
- serialVersionUID:
- 3598997061994110254L
-
Class org.teiid.jboss.TeiidServiceNames.InvalidServiceNameException extends TeiidException implements Serializable
- serialVersionUID:
- 7555741825606486101L
-
-
Package org.teiid.jboss.oauth
-
Package org.teiid.jboss.rest
-
Class org.teiid.jboss.rest.BootstrapServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- 5704762873796188429L
-
-
Package org.teiid.jdbc
-
Class org.teiid.jdbc.AsynchPositioningException extends TeiidSQLException implements Serializable
- serialVersionUID:
- 4965087364648306848L
-
Class org.teiid.jdbc.BaseDataSource extends WrapperImpl implements Serializable
-
Serialized Fields
-
additionalProperties
String additionalProperties
String to hold additional properties that are not represented with an explicit getter/setter -
ansiQuotedIdentifiers
boolean ansiQuotedIdentifiers
-
applicationName
String applicationName
The name of the application. Supplying this property may allow an administrator of a Teiid Server to better identify individual connections and usage patterns. This property is optional. -
databaseName
String databaseName
The name of the virtual database on a particular Teiid Server. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required. -
databaseVersion
String databaseVersion
The version number of the virtual database to which a connection is to be established. This property is optional; if not specified, the assumption is that the latest version on the Teiid Server is to be used. -
dataSourceName
String dataSourceName
The logical name for the underlyingXADataSource
orConnectionPoolDataSource
; used only when pooling connections or distributed transactions are implemented. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional. -
description
String description
The description of this data source. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is optional. -
disableLocalTxn
String disableLocalTxn
-
fetchSize
int fetchSize
Default fetch size, <= 0 indicates not set. -
loginTimeout
int loginTimeout
The number of milliseconds before timing out. This property is optional and defaults to "0" (meaning no time out). -
noExec
boolean noExec
-
partialResultsMode
String partialResultsMode
Support partial results mode or not. -
password
String password
The user's password. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required. -
queryTimeout
int queryTimeout
-
resultSetCacheMode
String resultSetCacheMode
Whether to use result set cache if it available -
showPlan
String showPlan
-
transactionAutoWrap
String transactionAutoWrap
-
useJDBC4ColumnNameAndLabelSemantics
boolean useJDBC4ColumnNameAndLabelSemantics
-
user
String user
The user's name. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.
-
-
-
Class org.teiid.jdbc.PartialResultsWarning extends SQLWarning implements Serializable
- serialVersionUID:
- 5301215068719177369L
-
Serialized Fields
-
failures
Map failures
-
-
Class org.teiid.jdbc.TeiidDataSource extends BaseDataSource implements Serializable
- serialVersionUID:
- -5170316154373144878L
-
Serialized Fields
-
alternateServers
String alternateServers
Holds a comma delimited list of alternate Server(s):Port(s) that can be used for connection fail-over.- Since:
- 5.5
-
autoFailover
String autoFailover
The auto failover mode for calls made to the query engine. If true query engine calls that fail will allow the connection to choose another process. -
driver
TeiidDriver driver
-
encryptRequests
boolean encryptRequests
If not using ssl determines whether requests with the associated command payload should be encrypted -
jaasName
String jaasName
Name of the jass configuration to use from the -Djava.security.auth.login.config=login.conf property -
kerberosServicePrincipleName
String kerberosServicePrincipleName
Name of Kerberos KDC service principle name -
passthroughAuthentication
boolean passthroughAuthentication
when "true", in the "embedded" scenario, authentication is information is read in pass though manner. -
portNumber
int portNumber
The port number where a server is listening for requests. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required. -
secure
boolean secure
Specify whether to make a secure (SSL, mms:) connection or a normal non-SSL mm: connection. the default is to use a non-secure connection.- Since:
- 5.0.2
-
serverName
String serverName
The name of the host where the sServer is running. This property name is one of the standard property names defined by the JDBC 2.0 specification, and is required.
-
-
Class org.teiid.jdbc.TeiidSQLException extends SQLException implements Serializable
- serialVersionUID:
- 3672305321346173922L
-
Serialized Fields
-
teiidCode
String teiidCode
-
-
Class org.teiid.jdbc.TeiidSQLWarning extends SQLWarning implements Serializable
- serialVersionUID:
- -7080782561220818997L
-
-
Package org.teiid.json.simple
-
Class org.teiid.json.simple.ParseException extends Exception implements Serializable
- serialVersionUID:
- -7880698968187728548L
-
Serialized Fields
-
errorType
int errorType
-
position
int position
-
unexpectedObject
Object unexpectedObject
-
-
-
Package org.teiid.metadata
-
Class org.teiid.metadata.AbstractMetadataRecord extends Object implements Serializable
- serialVersionUID:
- 564092984812414058L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
Class org.teiid.metadata.AggregateAttributes extends Object implements Serializable
- serialVersionUID:
- 5398000844375944790L
-
Serialized Fields
-
allowsDistinct
boolean allowsDistinct
-
allowsOrderBy
boolean allowsOrderBy
-
analytic
boolean analytic
-
decomposable
boolean decomposable
-
usesDistinctRows
boolean usesDistinctRows
-
-
Class org.teiid.metadata.BaseColumn extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- 6382258617714856616L
-
Serialized Fields
-
arrayDimensions
int arrayDimensions
-
datatype
Datatype datatype
-
datatypeUUID
String datatypeUUID
-
defaultValue
String defaultValue
-
length
int length
-
nativeType
String nativeType
-
nullType
BaseColumn.NullType nullType
-
position
int position
-
precision
int precision
-
radix
int radix
-
runtimeType
String runtimeType
-
scale
int scale
-
-
Class org.teiid.metadata.Column extends BaseColumn implements Serializable
- serialVersionUID:
- -1310120788764453726L
-
Serialized Fields
-
autoIncremented
boolean autoIncremented
-
caseSensitive
boolean caseSensitive
-
charOctetLength
int charOctetLength
-
currency
boolean currency
-
distinctValues
int distinctValues
-
fixedLength
boolean fixedLength
-
format
String format
-
maximumValue
String maximumValue
-
minimumValue
String minimumValue
-
nativeType
String nativeType
-
nullValues
int nullValues
-
parent
ColumnSet<?> parent
-
searchType
Column.SearchType searchType
-
selectable
boolean selectable
-
signed
boolean signed
-
updatable
boolean updatable
-
-
Class org.teiid.metadata.ColumnSet extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -1185104601468519829L
-
Serialized Fields
-
columns
List<Column> columns
-
parent
T extends AbstractMetadataRecord parent
-
-
Class org.teiid.metadata.ColumnStats extends Object implements Serializable
- serialVersionUID:
- 7827734836519486538L
-
Class org.teiid.metadata.Database extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- 7595765832848232840L
-
Serialized Fields
-
namespaceContainer
NamespaceContainer namespaceContainer
-
servers
NavigableMap<String,Server> servers
-
store
MetadataStore store
-
version
String version
-
wrappers
NavigableMap<String,DataWrapper> wrappers
-
-
Class org.teiid.metadata.Datatype extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -7839335802224393230L
-
Serialized Fields
-
basetypeName
String basetypeName
-
isAutoIncrement
boolean isAutoIncrement
-
isCaseSensitive
boolean isCaseSensitive
-
isSigned
boolean isSigned
-
javaClassName
String javaClassName
-
length
int length
-
nullType
BaseColumn.NullType nullType
-
precisionLength
int precisionLength
-
radix
int radix
-
runtimeTypeName
String runtimeTypeName
-
scale
int scale
-
searchType
Column.SearchType searchType
-
type
Datatype.Type type
-
varietyType
Datatype.Variety varietyType
-
-
Class org.teiid.metadata.DataWrapper extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -8632502901046172816L
-
Serialized Fields
-
type
String type
-
-
Class org.teiid.metadata.DuplicateRecordException extends MetadataException implements Serializable
- serialVersionUID:
- -1319489333975416115L
-
Class org.teiid.metadata.ForeignKey extends KeyRecord implements Serializable
- serialVersionUID:
- -8835750783230001311L
-
Class org.teiid.metadata.FunctionMethod extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -8039086494296455152L
-
Serialized Fields
-
aggregateAttributes
AggregateAttributes aggregateAttributes
-
category
String category
-
description
String description
-
determinism
FunctionMethod.Determinism determinism
-
inParameters
List<FunctionParameter> inParameters
-
invocationClass
String invocationClass
-
invocationMethod
String invocationMethod
-
nullOnNull
boolean nullOnNull
-
outputParameter
FunctionParameter outputParameter
-
parent
Schema parent
-
pushdown
FunctionMethod.PushDown pushdown
-
-
Class org.teiid.metadata.FunctionParameter extends BaseColumn implements Serializable
- serialVersionUID:
- -4696050948395485266L
-
Serialized Fields
-
isVarArg
boolean isVarArg
-
parent
FunctionMethod parent
-
-
Class org.teiid.metadata.Grant extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- 3728259393244582775L
-
Serialized Fields
-
permission
Permission permission
-
role
String role
-
-
Class org.teiid.metadata.KeyRecord extends ColumnSet<Table> implements Serializable
- serialVersionUID:
- -3526999525526556933L
-
Serialized Fields
-
type
KeyRecord.Type type
-
-
Class org.teiid.metadata.MetadataException extends TeiidRuntimeException implements Serializable
- serialVersionUID:
- -7889770730039591817L
-
Class org.teiid.metadata.MetadataFactory extends NamespaceContainer implements Serializable
- serialVersionUID:
- 8590341087771685630L
-
Serialized Fields
-
autoCorrectColumnNames
boolean autoCorrectColumnNames
-
count
int count
-
dataTypes
Map<String,Datatype> dataTypes
-
idPrefix
String idPrefix
-
importPushdownFunctions
boolean importPushdownFunctions
-
modelProperties
Properties modelProperties
-
nameFormat
String nameFormat
-
rawMetadata
String rawMetadata
-
renameAllDuplicates
boolean renameAllDuplicates
-
renameDuplicateColumns
boolean renameDuplicateColumns
-
renameDuplicateTables
boolean renameDuplicateTables
-
roles
Map<String,Role> roles
-
schema
Schema schema
-
vdbName
String vdbName
-
vdbVersion
String vdbVersion
-
-
Class org.teiid.metadata.MetadataStore extends Object implements Serializable
- serialVersionUID:
- -3130247626435324312L
-
Serialized Fields
-
datatypes
NavigableMap<String,Datatype> datatypes
-
roles
LinkedHashMap<String,Role> roles
-
schemaList
List<Schema> schemaList
-
schemas
NavigableMap<String,Schema> schemas
-
unmondifiableDatatypes
NavigableMap<String,Datatype> unmondifiableDatatypes
-
-
Class org.teiid.metadata.NamespaceContainer extends Object implements Serializable
-
Class org.teiid.metadata.ParseException extends MetadataException implements Serializable
- serialVersionUID:
- -7889770730039591817L
-
Class org.teiid.metadata.Permission extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -1445856249500105877L
-
Serialized Fields
-
condition
String condition
-
isConstraint
Boolean isConstraint
-
mask
String mask
-
maskOrder
Integer maskOrder
-
privileges
EnumSet<Permission.Privilege> privileges
-
resource
String resource
-
resourceType
Database.ResourceType resourceType
-
revokePrivileges
EnumSet<Permission.Privilege> revokePrivileges
-
-
Class org.teiid.metadata.Policy extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- 6571225750196709855L
-
Serialized Fields
-
condition
String condition
-
operations
Set<Policy.Operation> operations
-
resourceName
String resourceName
-
resourceType
Database.ResourceType resourceType
-
-
Class org.teiid.metadata.Procedure extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- 7714869437683360834L
-
Class org.teiid.metadata.ProcedureParameter extends BaseColumn implements Serializable
- serialVersionUID:
- 3484281155208939073L
-
Serialized Fields
-
isVarArg
boolean isVarArg
-
optional
boolean optional
-
procedure
Procedure procedure
-
type
ProcedureParameter.Type type
-
-
Class org.teiid.metadata.Role extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- 1379125260214964302L
-
Serialized Fields
-
anyAuthenticated
boolean anyAuthenticated
-
grants
Map<Role.ResourceKey,Permission> grants
-
mappedRoles
List<String> mappedRoles
-
policies
Map<Role.ResourceKey,Map<String,Policy>> policies
-
-
Class org.teiid.metadata.Schema extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -5113742472848113008L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
7.1 schemas did not have functions- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
functions
NavigableMap<String,FunctionMethod> functions
-
physical
boolean physical
-
primaryMetamodelUri
String primaryMetamodelUri
-
procedures
NavigableMap<String,Procedure> procedures
-
resolvingOrder
List<AbstractMetadataRecord> resolvingOrder
-
servers
NavigableMap<String,Server> servers
-
tables
NavigableMap<String,Table> tables
-
-
Class org.teiid.metadata.Server extends AbstractMetadataRecord implements Serializable
- serialVersionUID:
- -3969389574210542638L
-
Class org.teiid.metadata.Table extends ColumnSet<Schema> implements Serializable
- serialVersionUID:
- 4891356771125218672L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
accessPatterns
List<KeyRecord> accessPatterns
-
bindings
List<String> bindings
-
cardinality
int cardinality
-
deletePlan
String deletePlan
-
deletePlanEnabled
boolean deletePlanEnabled
-
foreignKeys
List<ForeignKey> foreignKeys
-
functionBasedIndexes
List<KeyRecord> functionBasedIndexes
-
indexes
List<KeyRecord> indexes
-
insertPlan
String insertPlan
-
insertPlanEnabled
boolean insertPlanEnabled
-
isMaterialized
boolean isMaterialized
-
isSystem
boolean isSystem
-
isVirtual
boolean isVirtual
-
materializedStageTable
Table materializedStageTable
-
materializedTable
Table materializedTable
-
primaryKey
KeyRecord primaryKey
-
resourcePath
String resourcePath
-
schemaPaths
List<String> schemaPaths
-
selectTransformation
String selectTransformation
-
supportsUpdate
boolean supportsUpdate
-
tableType
Table.Type tableType
-
triggers
Map<String,Trigger> triggers
-
uniqueKeys
List<KeyRecord> uniqueKeys
-
updatePlan
String updatePlan
-
updatePlanEnabled
boolean updatePlanEnabled
-
-
Class org.teiid.metadata.TableStats extends Object implements Serializable
- serialVersionUID:
- 4316568283357485330L
-
Serialized Fields
-
cardinality
Number cardinality
-
-
Class org.teiid.metadata.Trigger extends AbstractMetadataRecord implements Serializable
-
Serialized Fields
-
after
boolean after
-
event
Table.TriggerEvent event
-
name
String name
-
plan
String plan
-
-
-
-
Package org.teiid.metadata.index
-
Class org.teiid.metadata.index.TransformationRecordImpl extends AbstractMetadataRecord implements Serializable
-
-
Package org.teiid.net
-
Class org.teiid.net.CommunicationException extends TeiidException implements Serializable
- serialVersionUID:
- -8352601998078723446L
-
Class org.teiid.net.ConnectionException extends TeiidException implements Serializable
- serialVersionUID:
- -5647655775983865084L
-
-
Package org.teiid.net.socket
-
Class org.teiid.net.socket.Handshake extends Object implements Serializable
- serialVersionUID:
- 7839271224736355515L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.net.socket.Message extends Object implements Serializable
- serialVersionUID:
- 1063704220782714098L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.net.socket.ServiceInvocationStruct extends Object implements Serializable
- serialVersionUID:
- 1207674062670068350L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
Class org.teiid.net.socket.SingleInstanceCommunicationException extends CommunicationException implements Serializable
-
-
Package org.teiid.olingo.service
-
Class org.teiid.olingo.service.TeiidNotImplementedException extends TeiidProcessingException implements Serializable
-
-
Package org.teiid.olingo.web
-
Class org.teiid.olingo.web.ODataServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class org.teiid.olingo.web.StaticContentServlet extends javax.servlet.http.HttpServlet implements Serializable
-
-
Package org.teiid.query.function
-
Class org.teiid.query.function.FunctionDescriptor extends Object implements Serializable
- serialVersionUID:
- 5374103983118037242L
-
Serialized Fields
-
classLoader
ClassLoader classLoader
-
hasWrappedArgs
boolean hasWrappedArgs
-
method
FunctionMethod method
-
procedure
Procedure procedure
-
requiresContext
boolean requiresContext
-
returnType
Class<?> returnType
-
schema
String schema
-
types
Class<?>[] types
-
-
-
Package org.teiid.query.function.metadata
-
Class org.teiid.query.function.metadata.InvalidFunctionItem extends ValidatorFailure implements Serializable
- serialVersionUID:
- 5679334286895174700L
-
Serialized Fields
-
method
FunctionMethod method
-
-
-
Package org.teiid.query.metadata
-
Class org.teiid.query.metadata.CompositeMetadataStore extends MetadataStore implements Serializable
- serialVersionUID:
- 6868525815774998010L
-
Serialized Fields
-
oidId
int oidId
-
oids
TreeMap<String,CompositeMetadataStore.RecordHolder> oids
-
-
Class org.teiid.query.metadata.GroupInfo extends Object implements Serializable
- serialVersionUID:
- 5724520038004637086L
-
Serialized Fields
-
idToSymbolMap
Map<Object,ElementSymbol> idToSymbolMap
-
shortNameToSymbolMap
Map<String,ElementSymbol> shortNameToSymbolMap
-
symbolList
List<ElementSymbol> symbolList
-
-
Class org.teiid.query.metadata.StoredProcedureInfo extends Object implements Serializable
-
Class org.teiid.query.metadata.TempMetadataID extends Object implements Serializable
- serialVersionUID:
- -1879211827339120135L
-
Serialized Fields
-
autoIncrement
boolean autoIncrement
-
data
TempMetadataID.TableData data
-
ID
String ID
-
metadataType
TempMetadataID.Type metadataType
-
name
String name
-
notNull
boolean notNull
-
originalMetadataID
Object originalMetadataID
-
position
int position
-
type
Class<?> type
-
updatable
boolean updatable
-
-
Class org.teiid.query.metadata.TempMetadataStore extends Object implements Serializable
- serialVersionUID:
- 4055072385672022478L
-
Serialized Fields
-
tempGroups
NavigableMap<String,TempMetadataID> tempGroups
-
-
Class org.teiid.query.metadata.TransformationMetadata extends BasicQueryMetadata implements Serializable
- serialVersionUID:
- 1058627332954475287L
-
Serialized Fields
-
allowedLanguages
Set<String> allowedLanguages
-
allowEnv
boolean allowEnv
-
designTime
boolean designTime
-
functionLibrary
FunctionLibrary functionLibrary
-
groupInfoCache
Map<String,Object> groupInfoCache
-
hiddenQualified
boolean hiddenQualified
-
hiddenResolvable
boolean hiddenResolvable
-
importedModels
Set<String> importedModels
-
longRanks
boolean longRanks
-
metadataCache
Map<String,Object> metadataCache
-
partialNameToFullNameCache
Map<String,Collection<Table>> partialNameToFullNameCache
-
policies
Map<String,DataPolicyMetadata> policies
-
procedureCache
Map<String,Collection<StoredProcedureInfo>> procedureCache
-
scriptEngineFactories
Map<String,ScriptEngineFactory> scriptEngineFactories
-
scriptEngineManager
ScriptEngineManager scriptEngineManager
-
store
CompositeMetadataStore store
-
useOutputNames
boolean useOutputNames
-
vdbEntries
Map<String,VDBResources.Resource> vdbEntries
-
vdbMetaData
VDBMetaData vdbMetaData
-
visibleFunctionLibrary
FunctionLibrary visibleFunctionLibrary
-
widenComparisonToString
boolean widenComparisonToString
-
-
-
Package org.teiid.query.optimizer.capabilities
-
Class org.teiid.query.optimizer.capabilities.BasicSourceCapabilities extends Object implements Serializable
- serialVersionUID:
- -1779069588746365579L
-
Serialized Fields
-
capabilityMap
Map<SourceCapabilities.Capability,Boolean> capabilityMap
-
functionMap
Map<String,Boolean> functionMap
-
propertyMap
Map<SourceCapabilities.Capability,Object> propertyMap
-
translator
ExecutionFactory<?,?> translator
-
-
-
Package org.teiid.query.parser
-
Class org.teiid.query.parser.ParseException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token followng this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class org.teiid.query.parser.ParseInfo extends Object implements Serializable
- serialVersionUID:
- -7323683731955992888L
-
Serialized Fields
-
ansiQuotedIdentifiers
boolean ansiQuotedIdentifiers
-
backslashDefaultMatchEscape
boolean backslashDefaultMatchEscape
-
referenceCount
int referenceCount
-
-
Class org.teiid.query.parser.Token extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Class org.teiid.query.parser.TokenMgrError extends Error implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package org.teiid.query.processor
-
Class org.teiid.query.processor.QueryProcessor.ExpiredTimeSliceException extends BlockedException implements Serializable
- serialVersionUID:
- 4585044674826578060L
-
-
Package org.teiid.query.report
-
Class org.teiid.query.report.ActivityReport extends Object implements Serializable
-
Serialized Fields
-
items
Collection<R extends ReportItem> items
Holder for report items. Holds collection ofReportItem
s. -
reportType
String reportType
Type of report
-
-
-
Class org.teiid.query.report.ReportItem extends Object implements Serializable
-
-
Package org.teiid.query.sql.lang
-
Class org.teiid.query.sql.lang.CacheHint extends CacheDirective implements Serializable
- serialVersionUID:
- -4119606289701982511L
-
Serialized Fields
-
minRows
Long minRows
-
-
-
Package org.teiid.query.validator
-
Class org.teiid.query.validator.ValidatorFailure extends ReportItem implements Serializable
-
Serialized Fields
-
status
ValidatorFailure.Status status
-
-
-
Class org.teiid.query.validator.ValidatorReport extends ActivityReport<ValidatorFailure> implements Serializable
-
-
Package org.teiid.replication.jgroups
-
Class org.teiid.replication.jgroups.JGroupsObjectReplicator extends Object implements Serializable
- serialVersionUID:
- -6851804958313095166L
-
-
Package org.teiid.resource.adapter.accumulo
-
Class org.teiid.resource.adapter.accumulo.AccumuloManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- 1608787576847881344L
-
-
Package org.teiid.resource.adapter.cassandra
-
Class org.teiid.resource.adapter.cassandra.CassandraManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- 6467964324032304311L
-
-
Package org.teiid.resource.adapter.couchbase
-
Class org.teiid.resource.adapter.couchbase.CouchbaseManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- 8822399069779170119L
-
Serialized Fields
-
connectionString
String connectionString
The connection string to identify the remote cluster -
connectTimeout
Long connectTimeout
-
dnsSrvEnabled
Boolean dnsSrvEnabled
-
keyspace
String keyspace
The Keyspace/Bucket in Couchbase Server -
kvTimeout
Long kvTimeout
-
managementTimeout
Long managementTimeout
-
namespace
String namespace
-
password
String password
The Keyspace/Bucket password in Couchbase Server -
queryTimeout
Long queryTimeout
-
scanConsistency
String scanConsistency
-
searchTimeout
Long searchTimeout
-
timeUnit
String timeUnit
Pair with connectTimeout, allowed value including MILLISECONDS, SECONDS, etc. -
viewTimeout
Long viewTimeout
-
-
-
Package org.teiid.resource.adapter.file
-
Class org.teiid.resource.adapter.file.FileManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -1495488034205703625L
-
-
Package org.teiid.resource.adapter.ftp
-
Class org.teiid.resource.adapter.ftp.FtpManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -687763504336137294L
-
Serialized Fields
-
authValue
String authValue
-
bufferSize
Integer bufferSize
-
certificate
String certificate
-
cipherSuites
String[] cipherSuites
-
clientMode
Integer clientMode
-
config
org.apache.commons.net.ftp.FTPClientConfig config
-
connectTimeout
Integer connectTimeout
-
controlEncoding
String controlEncoding
-
dataTimeout
Integer dataTimeout
-
defaultTimeout
Integer defaultTimeout
-
execProt
String execProt
-
fileMapping
String fileMapping
-
fileType
Integer fileType
-
host
String host
-
implicit
Boolean implicit
-
isFtps
Boolean isFtps
-
keyManager
KeyManager keyManager
-
keyPassword
String keyPassword
-
keyPath
String keyPath
-
needClientAuth
Boolean needClientAuth
-
parentDirectory
String parentDirectory
-
password
String password
-
port
Integer port
-
protocol
String protocol
-
protocols
String[] protocols
-
sessionCreation
Boolean sessionCreation
-
trustManager
TrustManager trustManager
-
useClientMode
Boolean useClientMode
-
username
String username
-
wantsClientAuth
Boolean wantsClientAuth
-
-
-
Package org.teiid.resource.adapter.google
-
Class org.teiid.resource.adapter.google.SpreadsheetManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -1832915223199053471L
-
Serialized Fields
-
apiVersion
String apiVersion
-
batchSize
Integer batchSize
-
clientId
String clientId
-
clientSecret
String clientSecret
-
refreshToken
String refreshToken
-
spreadsheetId
String spreadsheetId
-
spreadsheetMap
String spreadsheetMap
-
spreadsheetName
String spreadsheetName
-
spreadsheets
Map<String,String> spreadsheets
-
-
-
Package org.teiid.resource.adapter.hdfs
-
Class org.teiid.resource.adapter.hdfs.HdfsManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -687763504336137294L
-
-
Package org.teiid.resource.adapter.infinispan.hotrod
-
Class org.teiid.resource.adapter.infinispan.hotrod.InfinispanManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -4791974803005018658L
-
Serialized Fields
-
authenticationRealm
String authenticationRealm
-
authenticationServerName
String authenticationServerName
-
cacheName
String cacheName
-
cacheTemplate
String cacheTemplate
-
keyStoreFileName
String keyStoreFileName
-
keyStorePassword
String keyStorePassword
-
password
String password
-
remoteServerList
String remoteServerList
-
saslMechanism
String saslMechanism
-
transactionMode
String transactionMode
-
trustStoreFileName
String trustStoreFileName
-
trustStorePassword
String trustStorePassword
-
userName
String userName
-
-
-
Package org.teiid.resource.adapter.ldap
-
Class org.teiid.resource.adapter.ldap.LDAPManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -1832915223199053471L
-
-
Package org.teiid.resource.adapter.mongodb
-
Class org.teiid.resource.adapter.mongodb.MongoDBManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -4945630936957298180L
-
-
Package org.teiid.resource.adapter.s3
-
Class org.teiid.resource.adapter.s3.S3ManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -1L
-
-
Package org.teiid.resource.adapter.salesforce
-
Class org.teiid.resource.adapter.salesforce.SalesForceManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- 5298591275313314698L
-
Serialized Fields
-
-
Package org.teiid.resource.adapter.simpledb
-
Class org.teiid.resource.adapter.simpledb.SimpleDBManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -1346340853914009086L
-
-
Package org.teiid.resource.adapter.solr
-
Class org.teiid.resource.adapter.solr.SolrConnectionFactory extends BasicConnectionFactory<SolrConnectionImpl> implements Serializable
- serialVersionUID:
- 7636834759365334558L
-
Serialized Fields
-
config
SolrManagedConnectionFactory config
-
-
Class org.teiid.resource.adapter.solr.SolrManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -2751565394772750705L
-
-
Package org.teiid.resource.adapter.ws
-
Class org.teiid.resource.adapter.ws.WSManagedConnectionFactory extends BasicManagedConnectionFactory implements Serializable
- serialVersionUID:
- -2998163922934555003L
-
Serialized Fields
-
authPassword
String authPassword
-
authUserName
String authUserName
-
configFile
String configFile
-
connectTimeout
Long connectTimeout
-
endPoint
String endPoint
-
endPointName
String endPointName
-
namespaceUri
String namespaceUri
-
requestTimeout
Long requestTimeout
-
securityType
String securityType
-
serviceName
String serviceName
-
wsdl
String wsdl
-
-
-
Package org.teiid.resource.spi
-
Class org.teiid.resource.spi.BasicConnectionFactory extends Object implements Serializable
- serialVersionUID:
- 2900581028589520388L
-
Serialized Fields
-
reference
Reference reference
-
-
Class org.teiid.resource.spi.BasicManagedConnectionFactory extends Object implements Serializable
- serialVersionUID:
- -7302713800883776790L
-
Serialized Fields
-
cf
BasicConnectionFactory cf
-
log
PrintWriter log
-
ra
BasicResourceAdapter ra
-
-
Class org.teiid.resource.spi.WrappedConnectionFactory extends Object implements Serializable
- serialVersionUID:
- 5499157394014613035L
-
Serialized Fields
-
cm
javax.resource.spi.ConnectionManager cm
-
delegate
BasicConnectionFactory delegate
-
mcf
BasicManagedConnectionFactory mcf
-
reference
Reference reference
-
-
-
Package org.teiid.runtime
-
Class org.teiid.runtime.EmbeddedServer.ProviderAwareConnectorManagerRepository extends ConnectorManagerRepository implements Serializable
-
-
Package org.teiid.security
-
Class org.teiid.security.Credentials extends Object implements Serializable
- serialVersionUID:
- 7453114713211221240L
-
Serialized Fields
-
credentials
Object credentials
-
-
-
Package org.teiid.services
-
Class org.teiid.services.BufferServiceImpl extends Object implements Serializable
- serialVersionUID:
- -6217808623863643531L
-
Serialized Fields
-
bufferDir
File bufferDir
-
bufferMgr
BufferManagerImpl bufferMgr
-
encryptFiles
boolean encryptFiles
-
fixedMemoryBufferOffHeap
boolean fixedMemoryBufferOffHeap
-
fixedMemoryBufferSpaceMb
long fixedMemoryBufferSpaceMb
-
fsc
BufferFrontedFileStoreCache fsc
-
fsm
FileStorageManager fsm
-
inlineLobs
boolean inlineLobs
-
maxDiskBufferSpace
long maxDiskBufferSpace
-
maxFileSize
long maxFileSize
-
maxOpenFiles
int maxOpenFiles
-
maxProcessingKb
int maxProcessingKb
-
maxReservedHeapKb
int maxReservedHeapKb
-
maxStorageObjectSize
int maxStorageObjectSize
-
processorBatchSize
int processorBatchSize
-
sessionService
SessionServiceImpl sessionService
-
useDisk
boolean useDisk
-
vmMaxMemory
long vmMaxMemory
-
-
-
Package org.teiid.translator
-
Class org.teiid.translator.CacheDirective extends Object implements Serializable
- serialVersionUID:
- -4119606289701982511L
-
Serialized Fields
-
invalidation
CacheDirective.Invalidation invalidation
-
prefersMemory
Boolean prefersMemory
-
readAll
Boolean readAll
-
scope
CacheDirective.Scope scope
-
ttl
Long ttl
-
updatable
Boolean updatable
-
-
Class org.teiid.translator.DataNotAvailableException extends TeiidRuntimeException implements Serializable
- serialVersionUID:
- 5569111182915674334L
-
Serialized Fields
-
retryDelay
long retryDelay
-
strict
boolean strict
-
waitUntil
Date waitUntil
-
-
Class org.teiid.translator.TranslatorBatchException extends TranslatorException implements Serializable
- serialVersionUID:
- 1981353880269174140L
-
Serialized Fields
-
updateCounts
int[] updateCounts
-
-
Class org.teiid.translator.TranslatorException extends TeiidException implements Serializable
- serialVersionUID:
- -5980862789340592219L
-
-
Package org.teiid.translator.google.api
-
Class org.teiid.translator.google.api.SpreadsheetAuthException extends RuntimeException implements Serializable
- serialVersionUID:
- 5098286312672469818L
-
Class org.teiid.translator.google.api.SpreadsheetOperationException extends RuntimeException implements Serializable
- serialVersionUID:
- 4939489286115962870L
-
-
Package org.teiid.translator.jdbc
-
Class org.teiid.translator.jdbc.JDBCExecutionException extends TranslatorException implements Serializable
- serialVersionUID:
- 1758087499488916573L
-
-
Package org.teiid.translator.ws
-
Class org.teiid.translator.ws.BinaryWSProcedureExecution.StreamingBlob extends BlobImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.teiid.transport
-
Class org.teiid.transport.ObjectEncoder.FailedWriteException extends Exception implements Serializable
- serialVersionUID:
- -998903582526732966L
-
Serialized Fields
-
object
Object object
-
-
Class org.teiid.transport.SocketListenerStats extends Object implements Serializable
-
Serialized Fields
-
maxSockets
int maxSockets
-
objectsRead
long objectsRead
-
objectsWritten
long objectsWritten
-
sockets
int sockets
-
-
-
-
Package org.teiid.util
-
Class org.teiid.util.StAXSQLXML extends SQLXMLImpl implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
- Throws:
IOException
-
-
-
-
Package org.teiid.vdb.runtime
-
Class org.teiid.vdb.runtime.VDBKey extends Object implements Serializable
- serialVersionUID:
- -7249750823144856081L
-
-
Package org.teiid.ws.cxf
-
Class org.teiid.ws.cxf.WSSecurityCredential extends Object implements Serializable
- serialVersionUID:
- 7725328159246858176L
-
Serialized Fields
-
requestProps
HashMap<String,Object> requestProps
-
responseProps
HashMap<String,Object> responseProps
-
securityHandler
WSSecurityCredential.SecurityHandler securityHandler
-
stsPort
QName stsPort
-
stsProps
HashMap<String,Object> stsProps
-
stsService
QName stsService
-
stsWsdlLocation
String stsWsdlLocation
-
useSts
boolean useSts
-
-