com.metamatrix.server.dqp.config
Class PlatformConfigSource

java.lang.Object
  extended by com.metamatrix.server.dqp.config.PlatformConfigSource
All Implemented Interfaces:
DQPConfigSource

public class PlatformConfigSource
extends java.lang.Object
implements DQPConfigSource


Field Summary
static java.lang.String PROC_DEBUG_ALLOWED
           
 
Fields inherited from interface com.metamatrix.common.application.DQPConfigSource
COMMAND_LOGGER_CLASSNAME, MAX_CODE_TABLE_RECORDS, MAX_CODE_TABLES, MAX_FETCH_SIZE, MAX_PLAN_CACHE_SIZE, MAX_RESULTSET_CACHE_AGE, MAX_RESULTSET_CACHE_SIZE, MIN_FETCH_SIZE, PROCESS_POOL_MAX_THREADS, PROCESS_POOL_THREAD_TTL, PROCESSOR_DEBUG_ALLOWED, PROCESSOR_TIMESLICE, RESULTSET_CACHE_SCOPE, STREAMING_BATCH_SIZE, USE_RESULTSET_CACHE
 
Constructor Summary
PlatformConfigSource(java.util.Properties queryServiceProps, java.util.Properties currentConfiguration, java.lang.Object clientId, Host host, java.lang.String processName)
           
 
Method Summary
 java.util.Map<java.lang.String,java.lang.Class<? extends ApplicationService>> getDefaultServiceClasses()
           
 java.util.Properties getProperties()
          Get the DQP properties, as described in DQPProperties.
 void updateBindings(com.google.inject.Binder binder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROC_DEBUG_ALLOWED

public static final java.lang.String PROC_DEBUG_ALLOWED
See Also:
Constant Field Values
Constructor Detail

PlatformConfigSource

public PlatformConfigSource(java.util.Properties queryServiceProps,
                            java.util.Properties currentConfiguration,
                            java.lang.Object clientId,
                            Host host,
                            java.lang.String processName)
Method Detail

getProperties

public java.util.Properties getProperties()
Description copied from interface: DQPConfigSource
Get the DQP properties, as described in DQPProperties.

Specified by:
getProperties in interface DQPConfigSource
Returns:
Set of properties to configure DQP

getDefaultServiceClasses

public java.util.Map<java.lang.String,java.lang.Class<? extends ApplicationService>> getDefaultServiceClasses()
Specified by:
getDefaultServiceClasses in interface DQPConfigSource

updateBindings

public void updateBindings(com.google.inject.Binder binder)
Specified by:
updateBindings in interface DQPConfigSource


Copyright © 2009. All Rights Reserved.