- getActivePlanCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Current active plan count
- getActivePlanCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getActiveThreads() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getActiveThreads() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
Current active thread count
- getAllowAlter() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "ALTER" allowed?
- getAllowAlter() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getAllowCreate() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "CREATE" allowed?
- getAllowCreate() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getAllowDelete() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "DELETE" allowed?
- getAllowDelete() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getAllowedValues() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getAllowedValues() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get the allowed values for this property.
- getAllowExecute() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "EXECUTE" allowed?
- getAllowExecute() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getAllowLanguage() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "LANGUAGE" allowed?
- getAllowLanguage() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getAllowRead() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "SELECT" allowed?
- getAllowRead() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getAllowUpdate() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Is "INSERT/UPDATE" allowed?
- getAllowUpdate() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getApplicationName() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getApplicationName() - Method in interface org.teiid.adminapi.SessionBean
-
Get the Application Name
- getAssociatedSession() - Method in class org.teiid.adminapi.impl.TransactionMetadata
-
- getAssociatedSession() - Method in interface org.teiid.adminapi.Transaction
-
Get the session associated with the this transaction.
- getAttachment(Class<T>) - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
Get attachment
- getBufferHeapInUseKb() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Heap memory estimate in use by buffer manager
- getBufferHeapInUseKb() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getBufferHeapReservedByActivePlansKb() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Total processing memory reserved by active plans
- getBufferHeapReservedByActivePlansKb() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getBytesUsed() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getCacheReadCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Deprecated.
- getCacheReadCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getCacheStats(String) - Method in interface org.teiid.adminapi.Admin
-
Get the Cache Statistics for the given type
- getCacheTypes() - Method in interface org.teiid.adminapi.Admin
-
Get the Caches that correspond to the specified identifier pattern
- getCacheWriteCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Deprecated.
- getCacheWriteCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getCategory() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getCategory() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get the category of the property
- getChildren() - Method in exception org.teiid.adminapi.AdminException
-
Returns a non-null list of failures (AdminException
s), one for each
component that failed.
- getClientHardwareAddress() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getClientHardwareAddress() - Method in interface org.teiid.adminapi.SessionBean
-
Get the client hardware (typically MAC) address.
- getClientHostName() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getClientHostName() - Method in interface org.teiid.adminapi.SessionBean
-
Get the host name of the machine the client is
accessing from.
- getCommand() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getCommand() - Method in interface org.teiid.adminapi.RequestBean
-
Get the SQL Command sent to the Server for a Request
- getCondition() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
The condition string
- getCondition() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getConnectionJndiName() - Method in class org.teiid.adminapi.impl.SourceMappingMetadata
-
- getConnectionType() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getConnectionType() - Method in interface org.teiid.adminapi.VDB
-
- getConstraint() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
If the condition acts as a constraint.
- getConstraint() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getCreatedTime() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getCreatedTime() - Method in class org.teiid.adminapi.impl.TransactionMetadata
-
- getCreatedTime() - Method in interface org.teiid.adminapi.SessionBean
-
Get the time the
Session
was created.
- getCreatedTime() - Method in interface org.teiid.adminapi.Transaction
-
Get the local creation time.
- getDataPolicies() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getDataPolicies() - Method in interface org.teiid.adminapi.VDB
-
Get the data roles defined on this VDB
- getDataPolicyMap() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getDataSource(String) - Method in interface org.teiid.adminapi.Admin
-
Given the deployed name of the data source, this will return all the configuration properties
used to create the datasource.
- getDataSourceNames() - Method in interface org.teiid.adminapi.Admin
-
Returns the all names of all the data sources available in the configuration.
- getDataSourceTemplateNames() - Method in interface org.teiid.adminapi.Admin
-
Get the Datasource templates available in the configuration.
- getDefaultValue() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getDefaultValue() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get the default value for values of this property, or an empty String if
there is no default value.
- getDeployments() - Method in interface org.teiid.adminapi.Admin
-
Get existing deployments on in the sysem
- getDescription() - Method in interface org.teiid.adminapi.DataPolicy
-
Get the description of the Data Policy
- getDescription() - Method in interface org.teiid.adminapi.Entry
-
Description
- getDescription() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata
-
- getDescription() - Method in class org.teiid.adminapi.impl.EntryMetaData
-
- getDescription() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getDescription() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getDescription() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getDescription() - Method in class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- getDescription() - Method in interface org.teiid.adminapi.Model
-
Description about the model
- getDescription() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get the description of this property.
- getDescription() - Method in interface org.teiid.adminapi.Translator
-
Get the Translator description
- getDescription() - Method in interface org.teiid.adminapi.VDB
-
Get the description of the VDB
- getDiskReadCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Number reads from the disk used by buffer manager that cache overflowed.
- getDiskReadCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getDiskSpaceUsedInMB() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Disk space used by buffer manager to save overflowed memory contents
- getDiskSpaceUsedInMB() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getDiskWriteCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Number of writes to disk by buffer manager to save the overflow from memory
- getDiskWriteCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getDisplayName() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getDisplayName() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get the localized display name of this property.
- getEngineStats() - Method in interface org.teiid.adminapi.Admin
-
Get the Engine Statistics for the given type
- getEntries() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getEntries() - Method in interface org.teiid.adminapi.VDB
-
Get the list of other resources included in the VDB
- getExecutionFactoryClass() - Method in class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- getExecutionId() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getExecutionId() - Method in interface org.teiid.adminapi.RequestBean
-
Get the ExecutionId for a Request
- getFullName() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getHighestActiveThreads() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getHighestActiveThreads() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
Highest Active threads recorded so far
- getHighestQueued() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getHighestQueued() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
- getHitRatio() - Method in interface org.teiid.adminapi.CacheStatistics
-
- getHitRatio() - Method in class org.teiid.adminapi.impl.CacheStatisticsMetadata
-
- getHostName() - Method in interface org.teiid.adminapi.DomainAware
-
getHostName of the Server this admin object belongs to
- getHostName() - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getId() - Method in class org.teiid.adminapi.impl.TransactionMetadata
-
- getId() - Method in interface org.teiid.adminapi.Transaction
-
Returns the Xid string for GLOBAL transactions or the Transaction id string LOCAL/REQUEST.
- getImportedModels() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getIPAddress() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getIPAddress() - Method in interface org.teiid.adminapi.SessionBean
-
Get the IPAddress for this Session.
- getLastPingTime() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getLastPingTime() - Method in interface org.teiid.adminapi.SessionBean
-
Get the Last time Client has check to see if the server is still available
- getMappedRoleNames() - Method in interface org.teiid.adminapi.DataPolicy
-
Mapped Container Role names for this Data Policy
- getMappedRoleNames() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata
-
- getMask() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
The column mask string
- getMask() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getMaxThreads() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getMaxThreads() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
Max number of active threads allowed
- getMaxWaitPlanWaterMark() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
High water mark for the waiting plans
- getMaxWaitPlanWaterMark() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getMemoryUsedByActivePlansInKB() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Deprecated.
- getMemoryUsedByActivePlansInKB() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getMessages() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getMessages(boolean) - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getMetadataStatus() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getMetadataStatus() - Method in interface org.teiid.adminapi.Model
-
Metadata Load status of the model.
- getModel(String) - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getModelMetaDatas() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getModels() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getModels() - Method in interface org.teiid.adminapi.VDB
-
- getModelType() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getModelType() - Method in interface org.teiid.adminapi.Model
-
Retrieve the model type.
- getModuleName() - Method in class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- getName() - Method in interface org.teiid.adminapi.AdminObject
-
Get the name for this AdminObject, usually the last component of the identifier.
- getName() - Method in interface org.teiid.adminapi.DataPolicy
-
Get the Name of the Data Policy
- getName() - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getName() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata
-
- getName() - Method in class org.teiid.adminapi.impl.SourceMappingMetadata
-
- getName() - Method in class org.teiid.adminapi.impl.VDBImportMetadata
-
- getName() - Method in class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- getName() - Method in interface org.teiid.adminapi.VDB
-
- getName() - Method in interface org.teiid.adminapi.VDBImport
-
- getNodeId() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getNodeId() - Method in interface org.teiid.adminapi.RequestBean
-
- getOrder() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
The column mask order
- getOrder() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getOverrideTranslators() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getOverrideTranslators() - Method in interface org.teiid.adminapi.VDB
-
Get the list of translators defined in the VDB
- getOverrideTranslatorsMap() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getParent() - Method in class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- getPath() - Method in interface org.teiid.adminapi.Entry
-
Get Path to the entry
- getPath() - Method in class org.teiid.adminapi.impl.EntryMetaData
-
- getPath() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getPath() - Method in class org.teiid.adminapi.impl.ModelMetaData.Message
-
- getPermissionMap() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata
-
- getPermissions() - Method in interface org.teiid.adminapi.DataPolicy
-
Get the List of Permissions for this Data Policy.
- getPermissions() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata
-
- getProperties() - Method in interface org.teiid.adminapi.AdminObject
-
Get the Configuration Properties that defines this process
- getProperties() - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getPropertiesMap() - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getPropertyTypeClassName() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getPropertyTypeClassName() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get the name of the java class that best represents the property type.
- getPropertyValue(String) - Method in interface org.teiid.adminapi.AdminObject
-
Searches for the property with the specified key in this Admin Object.
- getPropertyValue(String) - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getQueryPlan(String, long) - Method in interface org.teiid.adminapi.Admin
-
Get the Query Plan for the given session with provided execution id.
- getQueryTimeout() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getQueued() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getQueued() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
- getQueueName() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getQueueName() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
Queue Name
- getRequestCount() - Method in interface org.teiid.adminapi.CacheStatistics
-
- getRequestCount() - Method in class org.teiid.adminapi.impl.CacheStatisticsMetadata
-
- getRequests() - Method in interface org.teiid.adminapi.Admin
-
Get the all Requests that are currently in process
- getRequestsForSession(String) - Method in interface org.teiid.adminapi.Admin
-
Get the Requests for the given session
- getRequiresRestart() - Method in class org.teiid.adminapi.impl.PropertyDefinitionMetadata
-
- getRequiresRestart() - Method in interface org.teiid.adminapi.PropertyDefinition
-
Get whether this property requires the system to be restarted before it takes effect.
- getResolvedCondition() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getResolvedMask() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getResourceName() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Get the Resource Name that the Data Permission represents
- getResourceName() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getResourceType() - Method in interface org.teiid.adminapi.DataPolicy.DataPermission
-
Get the type of resource the Data Permission is represents
- getResourceType() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getSchema(String, int, String, EnumSet<Admin.SchemaObjectType>, String) - Method in interface org.teiid.adminapi.Admin
-
Deprecated.
- getSchema(String, String, String, EnumSet<Admin.SchemaObjectType>, String) - Method in interface org.teiid.adminapi.Admin
-
Retrieve the schema of the given model
- getSchemas() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata
-
- getSchemaSourceType() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
Deprecated.
- getSchemaText() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
Deprecated.
- getScope() - Method in class org.teiid.adminapi.impl.TransactionMetadata
-
- getScope() - Method in interface org.teiid.adminapi.Transaction
-
Get the scope for the transaction.
- getSecurityContext() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getSecurityDomain() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getSecurityDomain() - Method in interface org.teiid.adminapi.SessionBean
-
Security Domain user logged into currently
- getServerGroup() - Method in interface org.teiid.adminapi.DomainAware
-
Server group that admin object belongs to
- getServerGroup() - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getServerName() - Method in interface org.teiid.adminapi.DomainAware
-
Name of the Server that this admin object belongs to
- getServerName() - Method in class org.teiid.adminapi.impl.AdminObjectImpl
-
- getSessionCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Active Number of Sessions in the engine
- getSessionCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getSessionId() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getSessionId() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getSessionId() - Method in interface org.teiid.adminapi.RequestBean
-
Get the SessionID for a Request
- getSessionId() - Method in interface org.teiid.adminapi.SessionBean
-
Get the unique Teiid session
within a given Teiid System
- getSessions() - Method in interface org.teiid.adminapi.Admin
-
Get all the current Sessions.
- getSessionToken() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getSessionVariables() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getSeverity() - Method in class org.teiid.adminapi.impl.ModelMetaData.Message
-
- getSourceConnectionJndiName(String) - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceConnectionJndiName(String) - Method in interface org.teiid.adminapi.Model
-
Get the configured JNDI name for the given source name.
- getSourceMapping(String) - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceMappings() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceMetadataText() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceMetadataType() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceNames() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceNames() - Method in interface org.teiid.adminapi.Model
-
Associated Source Names for the Models
- getSources() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceTranslatorName(String) - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getSourceTranslatorName(String) - Method in interface org.teiid.adminapi.Model
-
Get the configured translator name for the given source
- getStartTime() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getStartTime() - Method in interface org.teiid.adminapi.RequestBean
-
Get when the processing began for this Request
- getState() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getState() - Method in interface org.teiid.adminapi.RequestBean
-
- getStatus() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getStatus() - Method in interface org.teiid.adminapi.VDB
-
- getStatusTimestamp(VDB.Status) - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getStorageReadCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Total number of storage reads from the layer below the heap
- getStorageReadCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getStorageWriteCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Total number of storage writes to the layer below the heap
- getStorageWriteCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getSubject() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getTemplatePropertyDefinitions(String) - Method in interface org.teiid.adminapi.Admin
-
Get all of the available configuration Properties for the specified connector
- getThreadState() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getThreadState() - Method in interface org.teiid.adminapi.RequestBean
-
- getTotalCompleted() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getTotalCompleted() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
- getTotalEntries() - Method in interface org.teiid.adminapi.CacheStatistics
-
- getTotalEntries() - Method in class org.teiid.adminapi.impl.CacheStatisticsMetadata
-
- getTotalMemoryUsedInKB() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Deprecated.
- getTotalMemoryUsedInKB() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getTotalSubmitted() - Method in class org.teiid.adminapi.impl.WorkerPoolStatisticsMetadata
-
- getTotalSubmitted() - Method in interface org.teiid.adminapi.WorkerPoolStatisticsBean
-
- getTransactionId() - Method in class org.teiid.adminapi.impl.RequestMetadata
-
- getTransactionId() - Method in interface org.teiid.adminapi.RequestBean
-
Get the TransactionID of the Request
- getTransactions() - Method in interface org.teiid.adminapi.Admin
-
Get all transaction matching the identifier.
- getTranslator(String) - Method in interface org.teiid.adminapi.Admin
-
Get the translator by the given the deployed name.
- getTranslator(String) - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getTranslatorName() - Method in class org.teiid.adminapi.impl.SourceMappingMetadata
-
- getTranslatorPropertyDefinitions(String) - Method in interface org.teiid.adminapi.Admin
-
Deprecated.
- getTranslatorPropertyDefinitions(String, Admin.TranlatorPropertyType) - Method in interface org.teiid.adminapi.Admin
-
Get all of the available configuration Properties for the specified translator
- getTranslators() - Method in interface org.teiid.adminapi.Admin
-
Get the translators that are available in the configuration
- getType() - Method in class org.teiid.adminapi.impl.DataPolicyMetadata.PermissionMetaData
-
- getType() - Method in class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- getType() - Method in interface org.teiid.adminapi.Translator
-
Get the Translator type
- getUserName() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getUserName() - Method in interface org.teiid.adminapi.SessionBean
-
- getValidityErrors() - Method in class org.teiid.adminapi.impl.ModelMetaData
-
- getValidityErrors() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getValidityErrors() - Method in interface org.teiid.adminapi.Model
-
Shows any validity errors present in the model
- getValidityErrors() - Method in interface org.teiid.adminapi.VDB
-
Shows any validity errors present in the VDB
- getValue() - Method in class org.teiid.adminapi.impl.ModelMetaData.Message
-
- getVDB(String, int) - Method in interface org.teiid.adminapi.Admin
-
Deprecated.
- getVDB(String, String) - Method in interface org.teiid.adminapi.Admin
-
Get the VDB
- getVdb() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getVDBImports() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getVDBImports() - Method in interface org.teiid.adminapi.VDB
-
Get the list of vdb imports
- getVDBName() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getVDBName() - Method in interface org.teiid.adminapi.SessionBean
-
Get the VDB Name for this Session
- getVDBs() - Method in interface org.teiid.adminapi.Admin
-
Get the VDBs that are currently deployed in the system
- getVDBs(boolean) - Method in interface org.teiid.adminapi.Admin
-
Get the VDBs that are currently deployed in the system
- getVDBVersion() - Method in class org.teiid.adminapi.impl.SessionMetadata
-
- getVDBVersion() - Method in interface org.teiid.adminapi.SessionBean
-
Get the VDB Version for this Session
- getVersion() - Method in class org.teiid.adminapi.impl.VDBImportMetadata
-
- getVersion() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getVersion() - Method in interface org.teiid.adminapi.VDB
-
- getVersion() - Method in interface org.teiid.adminapi.VDBImport
-
- getVisibilityOverrides() - Method in class org.teiid.adminapi.impl.VDBMetaData
-
- getWaitPlanCount() - Method in interface org.teiid.adminapi.EngineStatisticsBean
-
Current number of waiting plans in the queue
- getWaitPlanCount() - Method in class org.teiid.adminapi.impl.EngineStatisticsMetadata
-
- getWorkerPoolStats() - Method in interface org.teiid.adminapi.Admin
-
Get the Worker Pool statistics in runtime engine.
- validate(InputStream) - Static method in class org.teiid.adminapi.impl.VDBMetadataParser
-
- value - Variable in class org.teiid.adminapi.impl.ModelMetaData.Message
-
- valueOf(String) - Static method in enum org.teiid.adminapi.Admin.Cache
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.Admin.SchemaObjectType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.Admin.TranlatorPropertyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.AdminPlugin.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.DataPolicy.Context
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.DataPolicy.PermissionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.DataPolicy.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.impl.ModelMetaData.Message.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.Model.MetadataStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.Model.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.PropertyDefinition.RestartType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.Request.ProcessingState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.Request.ThreadState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.VDB.ConnectionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.teiid.adminapi.VDB.Status
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.teiid.adminapi.Admin.Cache
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.Admin.SchemaObjectType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.Admin.TranlatorPropertyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.AdminPlugin.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.DataPolicy.Context
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.DataPolicy.PermissionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.DataPolicy.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.impl.ModelMetaData.Message.Severity
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.Model.MetadataStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.Model.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.PropertyDefinition.RestartType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.Request.ProcessingState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.Request.ThreadState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.VDB.ConnectionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.teiid.adminapi.VDB.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VDB - Interface in org.teiid.adminapi
-
Represents a Virtual Database in the Teiid System.
- VDB.ConnectionType - Enum in org.teiid.adminapi
-
- VDB.Status - Enum in org.teiid.adminapi
-
- VDBImport - Interface in org.teiid.adminapi
-
- VDBImportMetadata - Class in org.teiid.adminapi.impl
-
- VDBImportMetadata() - Constructor for class org.teiid.adminapi.impl.VDBImportMetadata
-
- VDBMetaData - Class in org.teiid.adminapi.impl
-
- VDBMetaData() - Constructor for class org.teiid.adminapi.impl.VDBMetaData
-
- VDBMetadataParser - Class in org.teiid.adminapi.impl
-
- VDBMetadataParser() - Constructor for class org.teiid.adminapi.impl.VDBMetadataParser
-
- VDBTranslatorMetaData - Class in org.teiid.adminapi.impl
-
- VDBTranslatorMetaData() - Constructor for class org.teiid.adminapi.impl.VDBTranslatorMetaData
-
- VERSION_DELIM - Static variable in class org.teiid.adminapi.impl.VDBMetaData
-
- visible - Variable in class org.teiid.adminapi.impl.ModelMetaData
-