public class SettingsFactory extends Object implements Serializable
Settings instance.| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEF_CACHE_REG_FACTORY  | 
| Constructor and Description | 
|---|
SettingsFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
Settings | 
buildSettings(Properties props,
             ServiceRegistry serviceRegistry)  | 
protected QueryCacheFactory | 
createQueryCacheFactory(Properties properties,
                       ServiceRegistry serviceRegistry)  | 
protected QueryTranslatorFactory | 
createQueryTranslatorFactory(Properties properties,
                            ServiceRegistry serviceRegistry)  | 
static RegionFactory | 
createRegionFactory(Properties properties,
                   boolean cachingEnabled)  | 
public static final String DEF_CACHE_REG_FACTORY
public Settings buildSettings(Properties props, ServiceRegistry serviceRegistry)
protected QueryCacheFactory createQueryCacheFactory(Properties properties, ServiceRegistry serviceRegistry)
public static RegionFactory createRegionFactory(Properties properties, boolean cachingEnabled)
protected QueryTranslatorFactory createQueryTranslatorFactory(Properties properties, ServiceRegistry serviceRegistry)
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.