public class MVSServiceFactory
extends java.lang.Object
MVSService. The implementation returned depends on the configuration value MVSConfig.getServiceInterfaceType()| Modifier and Type | Method and Description |
|---|---|
MVSService |
createMVSService(Configuration conf)
Creates a new
MVSService instance based on the job configuration parameter MVSConfig.CONF_SERVICE_INTERFACE. |
static MVSServiceFactory |
getInstance()
Gets an instance of
MVSServiceFactory |
public MVSService createMVSService(Configuration conf)
MVSService instance based on the job configuration parameter MVSConfig.CONF_SERVICE_INTERFACE. If no MVSuggest configuration is found, it returns null.conf - a new instance of MVSServicepublic static MVSServiceFactory getInstance()
MVSServiceFactoryCopyright © 2017 Oracle and/or its affiliates. All Rights Reserved.