com.metamatrix.server.dqp.config
Class PlatformConfigSource
java.lang.Object
com.metamatrix.server.dqp.config.PlatformConfigSource
- All Implemented Interfaces:
- DQPConfigSource
public class PlatformConfigSource
- extends java.lang.Object
- implements DQPConfigSource
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, PROCESS_POOL_MAX_THREADS, 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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROC_DEBUG_ALLOWED
public static final java.lang.String PROC_DEBUG_ALLOWED
- See Also:
- Constant Field Values
PlatformConfigSource
public PlatformConfigSource(java.util.Properties queryServiceProps,
java.util.Properties currentConfiguration,
java.lang.Object clientId,
Host host,
java.lang.String processName)
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.