A B C D E F G I L M P R S T U V W

A

addConnectorArchive(byte[], AdminOptions) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addConnectorBinding(String, String, Properties, AdminOptions) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addConnectorBinding(String, char[], AdminOptions) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addConnectorBinding(ConfigurationModelContainer, ConnectorBinding) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Add the Connector Bindings to the Configuration object and return the modified object
addConnectorBinding(String, ConnectorBinding, boolean) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
addConnectorBindingProperties(ConnectorBinding, Properties) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
Add or modify properties for the given cnnector binding and return the modified connector binding.
addConnectorBindingProperty(ConnectorBinding, String, Object) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
Add or modify property for the given cnnector binding and return the modified connector binding.
addConnectorType(String, char[]) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addConnectorType(ConfigurationModelContainer, ConnectorBindingType) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Add the connector Type to the configuration object supplied and return the modified object
addExtensionModule(String, String, byte[], String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addProperties(ConfigurationModelContainer, Properties) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Add the specified properties to the configuration object and return the modified object
addProperty(ConfigurationModelContainer, String, String) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Add the given property to the configuration object and return the modified object
addUDF(byte[], String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addVDB(String, byte[], AdminOptions) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
addVDB(VDBArchive, boolean) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
assignBindingToModel(String, String, String, String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
assignConnectorBinding(String, String, String, ConnectorBinding[]) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 

B

BUFFER_PREFIX - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.BufferService
Property prefix for DQP Buffer Service properties.

C

cancelRequest(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
cancelRequest(AtomicRequestID, ConnectorID) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
cancelSourceRequest(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
changeVDBStatus(String, String, int) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
changeVDBStatus(String, String, int) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
clearCache(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
clearConnectorBindingCache(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
close() - Method in class com.metamatrix.jdbc.EmbeddedConnection
 
closeRequest(AtomicRequestID, ConnectorID) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
com.metamatrix.dqp.embedded - package com.metamatrix.dqp.embedded
 
com.metamatrix.dqp.embedded.admin - package com.metamatrix.dqp.embedded.admin
 
com.metamatrix.dqp.embedded.configuration - package com.metamatrix.dqp.embedded.configuration
 
com.metamatrix.dqp.embedded.services - package com.metamatrix.dqp.embedded.services
 
com.metamatrix.jdbc - package com.metamatrix.jdbc
 
com.metamatrix.jdbc.transport - package com.metamatrix.jdbc.transport
 
COMMON_EXTENSION_CLASPATH - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
configure() - Method in class com.metamatrix.jdbc.EmbeddedGuiceModule
 
ConnectorConfigurationReader - Class in com.metamatrix.dqp.embedded.configuration
This reader object is used to read the connector types and connector bindings.
ConnectorConfigurationReader() - Constructor for class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
 
ConnectorConfigurationWriter - Class in com.metamatrix.dqp.embedded.configuration
Writer utility for dealing with Connector Bindings and Connector Types
ConnectorConfigurationWriter() - Constructor for class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationWriter
 
createConnection(Properties) - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 
createConnection(Properties) - Method in class com.metamatrix.jdbc.transport.LocalTransportHandler
 

D

DATA_PREFIX - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.DataService
Property prefix for DQP Data Service properties.
decryptProperty(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Decrypt the given property using the Crypto libraries.
deleteConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
deleteConnectorBinding(ConfigurationModelContainer, ConnectorBinding) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Remove the Connector Bindings to the Configuration object and return the modified object
deleteConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
deleteConnectorType(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
deleteConnectorType(ConfigurationModelContainer, ConnectorBindingType) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Delete the connector Type to the configuration object supplied and return the modified object
deleteConnectorType(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
deleteExtensionModule(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
deleteExtensionModule(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
deleteModule(URL) - Static method in class com.metamatrix.dqp.embedded.configuration.ExtensionModuleWriter
Delete the extension module from the file system.
deleteUDF() - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
deleteVDB(VDBArchive, URL) - Static method in class com.metamatrix.dqp.embedded.configuration.VDBConfigurationWriter
Delete the VDB specified by the URL
deleteVDB(VDBArchive) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
DQP_BOOTSTRAP_PROPERTIES_FILE - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_BUFFER_DIR - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.BufferService
Determines the directory to use if buffer management is using disk.
DQP_BUFFER_MEMORY - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.BufferService
Determines amount of memory to use in-memory before buffering to disk.
DQP_BUFFER_USEDISK - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.BufferService
Determines whether buffer management should be all-memory (if false) or mixed memory and disk access (if true).
DQP_CONFIGFILE - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_CONNECTOR_BATCH_SIZE - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.BufferService
The maximum number of rows a connector batch should contain.
DQP_EXTENSIONS - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_IDENTITY - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_KEYSTORE - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_LOGFILE - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_LOGLEVEL - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_METADATA_SYSTEMURL - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_PROCESSOR_BATCH_SIZE - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.BufferService
The maximum number of rows a processor batch should contain.
DQP_SERVICE_DATA - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_SERVICE_METADATA - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQP_TMPDIR - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
DQPConfigAdminImpl - Class in com.metamatrix.dqp.embedded.admin
DQP implementation of the Config Admin API
DQPConfigAdminImpl(EmbeddedConnectionFactoryImpl) - Constructor for class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
DQPEmbeddedPlugin - Class in com.metamatrix.dqp.embedded
 
DQPEmbeddedPlugin() - Constructor for class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 
DQPEmbeddedProperties - Interface in com.metamatrix.dqp.embedded
 
DQPEmbeddedProperties.BufferService - Interface in com.metamatrix.dqp.embedded
 
DQPEmbeddedProperties.DataService - Interface in com.metamatrix.dqp.embedded
 
DQPEmbeddedProperties.MetadataService - Interface in com.metamatrix.dqp.embedded
 
DQPLogListener - Class in com.metamatrix.dqp.embedded.admin
 
DQPLogListener(EmbeddedLogger) - Constructor for class com.metamatrix.dqp.embedded.admin.DQPLogListener
 
DQPMonitoringAdminImpl - Class in com.metamatrix.dqp.embedded.admin
DQP implementation of the Monitoring API
DQPMonitoringAdminImpl(EmbeddedConnectionFactoryImpl) - Constructor for class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
DQPRuntimeStateAdminImpl - Class in com.metamatrix.dqp.embedded.admin
 
DQPRuntimeStateAdminImpl(EmbeddedConnectionFactoryImpl) - Constructor for class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
DQPSecurityAdminImpl - Class in com.metamatrix.dqp.embedded.admin
 
DQPSecurityAdminImpl(EmbeddedConnectionFactoryImpl) - Constructor for class com.metamatrix.dqp.embedded.admin.DQPSecurityAdminImpl
 

E

EmbeddedBaseDQPService - Class in com.metamatrix.dqp.embedded.services
This a base service for all the Embedded DQP Services.
EmbeddedBaseDQPService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
EmbeddedBufferService - Class in com.metamatrix.dqp.embedded.services
Implement the BufferService for the DQP Embedded component.
EmbeddedBufferService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedBufferService
 
EmbeddedConfigSource - Class in com.metamatrix.dqp.embedded
This class is main hook point for the Embedded DQP configuration.
EmbeddedConfigSource(Properties) - Constructor for class com.metamatrix.dqp.embedded.EmbeddedConfigSource
Based the configuration file load the DQP services
EmbeddedConfigurationService - Class in com.metamatrix.dqp.embedded.services
A File based configuration service implementation Implementation notes - While loading the VDBs also keep track of Connector Bindings loaded separately - While loading the VDBs also keep track of Connector types loaded separately - The above list also should contain the list from server config file.
EmbeddedConfigurationService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
EmbeddedConnection - Class in com.metamatrix.jdbc
This class simple wrapper on top of MMConnection for the EmbeddedDriver and EmbeddedDataSource.
EmbeddedConnection(EmbeddedConnectionFactoryImpl, ServerConnection, Properties, ConnectionListener) - Constructor for class com.metamatrix.jdbc.EmbeddedConnection
ctor
EmbeddedConnectionFactoryImpl - Class in com.metamatrix.jdbc
A factory class which creates the connections to the embedded DQP instance.
EmbeddedConnectionFactoryImpl() - Constructor for class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 
EmbeddedDataService - Class in com.metamatrix.dqp.embedded.services
A DataService implementation for the DQP.
EmbeddedDataService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
EmbeddedGuiceModule - Class in com.metamatrix.jdbc
 
EmbeddedGuiceModule(Properties) - Constructor for class com.metamatrix.jdbc.EmbeddedGuiceModule
 
EmbeddedMetadataService - Class in com.metamatrix.dqp.embedded.services
 
EmbeddedMetadataService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedMetadataService
 
EmbeddedTrackingService - Class in com.metamatrix.dqp.embedded.services
 
EmbeddedTrackingService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
EmbeddedTransactionService - Class in com.metamatrix.dqp.embedded.services
 
EmbeddedTransactionService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 
EmbeddedVDBService - Class in com.metamatrix.dqp.embedded.services
A VDBService implementation for Embedded DQP.
EmbeddedVDBService() - Constructor for class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
executeRequest(AtomicRequestMessage, ConnectorID, ResultsReceiver<AtomicResultsMessage>) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Execute the given request on a Connector.
exportConfiguration() - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
exportConnectorArchive(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
exportConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
exportConnectorType(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
exportExtensionModule(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
exportVDB(String, String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
ExtensionModuleReader - Class in com.metamatrix.dqp.embedded.configuration
 
ExtensionModuleReader() - Constructor for class com.metamatrix.dqp.embedded.configuration.ExtensionModuleReader
 
ExtensionModuleWriter - Class in com.metamatrix.dqp.embedded.configuration
Utility to abstract the Extension Module's persistence.
ExtensionModuleWriter() - Constructor for class com.metamatrix.dqp.embedded.configuration.ExtensionModuleWriter
 

F

findService(String) - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 

G

getAdminAPI() - Method in class com.metamatrix.jdbc.EmbeddedConnection
Get the Admin API interface, so that the caller can manager various aspects of configuring the DQP, like adding, deleteing a VDB.
getAvailableVDBs() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getBaseDriver() - Method in class com.metamatrix.jdbc.EmbeddedConnection
 
getBufferManager() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBufferService
 
getBufferMemorySize() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Size of Memory in MB allocated to be used by the Resultset Management before disk buffering kicks in.
getCaches(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getCapabilities(RequestMessage, DQPWorkContext, ConnectorID) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
getClientConnections() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getCommonExtensionClasspath() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConfigFile() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConfiguration() - Method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileReader
Get Server Configuration
getConfigurationService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
Helper to find the configuration service
getConnectionListener() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConnectorBatchSize() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
getConnectorBindingNames(String, String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
This should changed to connectorBindingNames.
getConnectorBindings(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getConnectorBindings() - Method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileReader
Will return a map of connector binding properties if the configuration file contained any, key->binding name value->Map of binding properties
getConnectorBindings() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConnectorBindings() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
getConnectorBindingsInVDB(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getConnectorBindingState(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
getConnectorBindingStatistics(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
getConnectorName(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getConnectorType(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getConnectorTypes(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getConnectorTypes() - Method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileReader
Return the Connector types registered with the server configuration
getConnectorTypes() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getDefaultProperties(ConnectorBinding) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Get the default properties for the connector binding given.
getDefaultServiceClasses() - Method in class com.metamatrix.dqp.embedded.EmbeddedConfigSource
 
getDiskBufferDirectory() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Get the directory to use for the disk buffering
getDQP() - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 
getEncryptionKeyStore() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getExtensionModule(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getExtensionModules(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getExtensionModules() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getExtensionPath() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getFileVisibility(String, String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getInstanceIdenifier() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getLogConfiguration() - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
getLogFile() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getLogLevel() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getLogonResult() - Method in class com.metamatrix.jdbc.transport.LocalServerConnection
 
getMetadataObjectSource(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedMetadataService
 
getModelVisibility(String, String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getMultiSourceModels(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getProcessorBatchSize() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getProperties() - Method in class com.metamatrix.dqp.embedded.EmbeddedConfigSource
 
getProperties() - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 
getPropertyDefinitions(String, String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getQueueWorkerPools(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getRequests(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getService(Class<T>) - Method in class com.metamatrix.jdbc.transport.LocalServerConnection
 
getSessions(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getSourceRequests(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getStartTime() - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 
getSystem() - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getSystemConfiguration() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getSystemProperties() - Method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileReader
Get properties defined for the System/Query Service
getSystemProperties() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getSystemVdb() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getTransactionServer() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 
getUDFFile() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getVDB(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getVDBLocations() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Get path(s) for VDB(s) that are availble from the configuration to the DQP engine.
getVDBResource(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getVDBs(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPMonitoringAdminImpl
 
getVDBs() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
getVDBStatus(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
getXAServer() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 

I

initialize(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBufferService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Initialize the service with the specified properties.
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedMetadataService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 
initializeService(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
isAlive() - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
 
isFullyConfiguredVDB(VDBArchive) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
isMaskedProperty(String, ComponentType) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Check to see if the property read is a masked/encoded property
isOpen() - Method in class com.metamatrix.jdbc.transport.LocalServerConnection
 
isStarted() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
isValidVDB(VDBArchive) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
checks the validity of the VDB

L

loadConnectorArchive(byte[]) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
Load the Connector Archive from the given byte arrary contents
loadConnectorBinding(String, char[]) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
Load the connector bindings from the given char array contents.
loadConnectorBinding(String, Properties, ConnectorBindingType) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
Load/build connector binding from the given properties
loadConnectorType(char[]) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationReader
Load the connector type from the given char array contents.
loadExtensionModule(String, URL) - Static method in class com.metamatrix.dqp.embedded.configuration.ExtensionModuleReader
Load the extension module from the file system
loadExtensionModules(URL) - Static method in class com.metamatrix.dqp.embedded.configuration.ExtensionModuleReader
Load all the Extension modules from the given directory
loadUDF() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Load the User defined functions file
loadVDB(String, char[], byte[]) - Static method in class com.metamatrix.dqp.embedded.configuration.VDBConfigurationReader
Load the VDB from the contents given.
loadVDB(String, byte[]) - Static method in class com.metamatrix.dqp.embedded.configuration.VDBConfigurationReader
Load the combined VDB file and DEF file archive
loadVDB(URL) - Static method in class com.metamatrix.dqp.embedded.configuration.VDBConfigurationReader
Load the VDB at the given URL.
loadVDBS(URL[]) - Static method in class com.metamatrix.dqp.embedded.configuration.VDBConfigurationReader
Load the VDBS at the given URLS.
LocalServerConnection - Class in com.metamatrix.jdbc.transport
 
LocalServerConnection(MetaMatrixSessionID, Properties, ClientSideDQP, ServerConnectionListener) - Constructor for class com.metamatrix.jdbc.transport.LocalServerConnection
 
LocalTransportHandler - Class in com.metamatrix.jdbc.transport
 
LocalTransportHandler(ClientSideDQP) - Constructor for class com.metamatrix.jdbc.transport.LocalTransportHandler
Default constructor - used by reflection to create a new instance.
log(String, long, String, short, String, String, short, String, String, String, int, ExecutionContext) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
log(String, short, short, String, String, String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
log(String, String, short, short, String, String, String, String, String, String, int) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
logError(Exception, String, Object[]) - Static method in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 
logError(String, Object[]) - Static method in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 
logInfo(String, Object[]) - Static method in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 
logMessage(LogMessage) - Method in class com.metamatrix.dqp.embedded.admin.DQPLogListener
 
logWarning(Exception, String, Object[]) - Static method in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 
logWarning(String, Object[]) - Static method in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 
lookupMetadata(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedMetadataService
 
lookupService(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
Look up the the service

M

METADATA_PREFIX - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties.MetadataService
Property prefix for DQP Metadata Service properties.

P

PLUGIN_ID - Static variable in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 

R

register(ConnectorBindingLifeCycleListener) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Register a listener for the VDB life cycle events, and get notified for when vdb is loded and unloaded
register(VDBLifeCycleListener) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Register a listener for the VDB life cycle events, and get notified for when vdb is loded and unloaded
registerListener(ServerConnectionListener) - Method in class com.metamatrix.jdbc.transport.LocalTransportHandler
 
requestBatch(AtomicRequestID, ConnectorID) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
resolveExtensionClasspath(String, URL) - Static method in class com.metamatrix.dqp.embedded.configuration.ExtensionModuleReader
Convert the extension path into URLS
restart() - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 

S

saveConnectorType(ConnectorBindingType) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
saveExtensionModule(ExtensionModule) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
saveVDB(VDBArchive, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
selectConnector(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Select a connector to use for the given connector binding.
ServerConfigFileReader - Class in com.metamatrix.dqp.embedded.configuration
This class loades the server configuration file ServerConfig.xml
ServerConfigFileReader(URL) - Constructor for class com.metamatrix.dqp.embedded.configuration.ServerConfigFileReader
Load the server configuration
ServerConfigFileWriter - Class in com.metamatrix.dqp.embedded.configuration
A utility to write/convert the ServerConfig file from its object form.
ServerConfigFileWriter() - Constructor for class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
 
setLogConfiguration(LogConfiguration) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
setLogListener(EmbeddedLogger) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
setProperty(String, String, String, String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
setSystemProperty(String, String) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
setSystemProperty(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
shutdown() - Method in class com.metamatrix.dqp.embedded.admin.DQPLogListener
 
shutdown() - Method in class com.metamatrix.jdbc.EmbeddedConnectionFactoryImpl
A shutdown could happen when somebody calls stop/restart on DQP or in normal course of process, we may have just closed the last connection in both cases we want to handle the situation of graceful/proper shutdown.
shutdown() - Method in class com.metamatrix.jdbc.transport.LocalServerConnection
 
start(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
startConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
startConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBufferService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Start the service with the specified environment.
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedMetadataService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 
startService(ApplicationEnvironment) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
stop(int) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
stop() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
stopConnectorBinding(String, boolean) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
stopConnectorBinding(String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBufferService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedDataService
Stop the service.
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedMetadataService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 
stopService() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedVDBService
 
SYSTEM_PHYSICAL_MODEL_NAME - Static variable in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 

T

terminateSession(String) - Method in class com.metamatrix.dqp.embedded.admin.DQPRuntimeStateAdminImpl
 
TRANSACTIONS_ENABLED - Static variable in class com.metamatrix.dqp.embedded.services.EmbeddedTransactionService
 

U

unloadUDF() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Unload the UDF file at the end of the DQP, because the same JVM could be used to load another DQP and we do want the static function library hanging on to old function libraries
unregister(VDBLifeCycleListener) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
unregister(ConnectorBindingLifeCycleListener) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
updateBindings(Binder) - Method in class com.metamatrix.dqp.embedded.EmbeddedConfigSource
 
updateConnectorBinding(ConnectorBinding) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
updateProperties(String, String, Properties) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
updateSystemProperties(Properties) - Method in class com.metamatrix.dqp.embedded.admin.DQPConfigAdminImpl
 
updateSystemProperties(Properties) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
useDiskBuffering() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
Use disk for buffering for result set management during the processing
useExtensionClasspath() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedConfigurationService
 
USER_DEFINED_FUNCTIONS - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
Util - Static variable in class com.metamatrix.dqp.embedded.DQPEmbeddedPlugin
 

V

VDB_DEFINITION - Static variable in interface com.metamatrix.dqp.embedded.DQPEmbeddedProperties
 
VDBConfigurationReader - Class in com.metamatrix.dqp.embedded.configuration
This is reader class for DEF file.
VDBConfigurationReader() - Constructor for class com.metamatrix.dqp.embedded.configuration.VDBConfigurationReader
 
VDBConfigurationWriter - Class in com.metamatrix.dqp.embedded.configuration
Utility to export VDBs to files or streams.
VDBConfigurationWriter() - Constructor for class com.metamatrix.dqp.embedded.configuration.VDBConfigurationWriter
 
vdbId(VDBArchive) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 
vdbId(String, String) - Method in class com.metamatrix.dqp.embedded.services.EmbeddedBaseDQPService
 

W

willRecordMMCmd() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
willRecordSrcCmd() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
willRecordTxn() - Method in class com.metamatrix.dqp.embedded.services.EmbeddedTrackingService
 
write(ExtensionModule, URL) - Static method in class com.metamatrix.dqp.embedded.configuration.ExtensionModuleWriter
 
write(ConfigurationModelContainer, URL) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Write the Server Configuration into supplied file, in the known Server Configuration format as in config.xml
write(VDBArchive, URL) - Static method in class com.metamatrix.dqp.embedded.configuration.VDBConfigurationWriter
Convert the supplied VDBDefn object into a VDB archive where the DEF file and VDB file are inside single file.
writeToByteArray(ConnectorArchive) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationWriter
Convert the Connector type supplied into known CDK (XML) format
writeToCharArray(ConnectorBinding[], ConnectorBindingType[]) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationWriter
Convert the Connector binding supplied into known CDK (XML) format
writeToCharArray(ConnectorBindingType[]) - Static method in class com.metamatrix.dqp.embedded.configuration.ConnectorConfigurationWriter
Convert the Connector type supplied into known CDK (XML) format
writeToCharArray(ConfigurationModelContainer) - Static method in class com.metamatrix.dqp.embedded.configuration.ServerConfigFileWriter
Write the Server Configuration into supplied file, in the known Server Configuration format as in config.xml (This is clearly a hack without Mr.Halbert's help)

A B C D E F G I L M P R S T U V W

Copyright © 2009. All Rights Reserved.