public class QueryProcessorFactory extends Object
Modifier and Type | Field and Description |
---|---|
static String |
COM_GIGASPACES_EMBEDDED_QP_ENABLED |
static String |
COM_GS_EMBEDDED_QP_ENABLED |
Constructor and Description |
---|
QueryProcessorFactory() |
Modifier and Type | Method and Description |
---|---|
static IQueryProcessor |
newInstance(IJSpace proxy,
IRemoteSpace remoteSpace,
Properties config)
Creates local or remote QP according to configuration
|
static IQueryProcessor |
newLocalInstance(IJSpace clusterProxy,
IJSpace spaceProxy,
Properties connectionProperties,
SecurityInterceptor securityInterceptor)
Create new QueryProcessor instance using the connection properties and the qp.properties
|
public static final String COM_GS_EMBEDDED_QP_ENABLED
public static final String COM_GIGASPACES_EMBEDDED_QP_ENABLED
public static IQueryProcessor newInstance(IJSpace proxy, IRemoteSpace remoteSpace, Properties config) throws Exception
Exception
public static IQueryProcessor newLocalInstance(IJSpace clusterProxy, IJSpace spaceProxy, Properties connectionProperties, SecurityInterceptor securityInterceptor) throws Exception
Exception
Copyright © GigaSpaces.