public class ServiceFactoryFactory extends Object
ServiceFactory
Modifier and Type | Class and Description |
---|---|
static class |
ServiceFactoryFactory.ServiceFactoryError |
Modifier and Type | Field and Description |
---|---|
static String |
ATTIVIO_INTERNAL_TEST_CLASS_RESOURCE |
static String |
ATTIVIO_TEST_FILE_RESOURCE |
Constructor and Description |
---|
ServiceFactoryFactory() |
Modifier and Type | Method and Description |
---|---|
static ServiceFactory |
get()
Get an instance of the
#com.attivio.sdk.service.ServiceFactory |
static ServiceFactory |
get(Object serviceFactoryParams)
Get an instance of the
#com.attivio.sdk.service.ServiceFactory |
static ServiceFactory |
getRemote(String projectName,
String projectEnvironment,
String zookeeperConnectionInfo)
Get an instance of the
#com.attivio.sdk.service.ServiceFactory |
static ServiceFactory |
getRemote(String projectName,
String projectEnvironment,
String zookeeperConnectionInfo,
Object serviceFactoryParams)
Similar to
getRemote(String, String, String) , but allows for specification of arbitrary service factory parameters. |
public static final String ATTIVIO_TEST_FILE_RESOURCE
public static final String ATTIVIO_INTERNAL_TEST_CLASS_RESOURCE
public static ServiceFactory get()
#com.attivio.sdk.service.ServiceFactory
public static ServiceFactory get(Object serviceFactoryParams)
#com.attivio.sdk.service.ServiceFactory
public static ServiceFactory getRemote(String projectName, String projectEnvironment, String zookeeperConnectionInfo, Object serviceFactoryParams)
getRemote(String, String, String)
, but allows for specification of arbitrary service factory parameters.projectName
- projectEnvironment
- zookeeperConnectionInfo
- serviceFactoryParams
- The factory parameters for the type params.getClass()
and all interfaces provided by the type for this client
process. There can be only one set of parameters per type.public static ServiceFactory getRemote(String projectName, String projectEnvironment, String zookeeperConnectionInfo)
#com.attivio.sdk.service.ServiceFactory
projectName
- The name of the Attivio project from which services should be fetched.projectEnvironment
- The environment of the Attivio project from which services should be fetched.zookeeperConnectionInfo
- The Zookeeper connection information for Attivio project from which services should be fetched. String should
be in the format host:port.Copyright © 2018 Attivio, Inc. All Rights Reserved.
PATENT NOTICE: Attivio, Inc. Software Related Patents. With respect to the Attivio software product(s) being used, the following patents apply: Querying Joined Data Within A Search Engine Index: United States Patent No.(s): 8,073,840. Ordered Processing of Groups of Messages: U.S. Patent No.(s) 8,495,656. Signal processing approach to sentiment analysis for entities in documents: U.S. Patent No.(s) 8,725,494. Other U.S. and International Patents Pending.