Package com.lucidworks.apollo.pipeline
Class UnimplementedClientFactory
java.lang.Object
com.lucidworks.apollo.pipeline.UnimplementedClientFactory
Class throws exception in each methods just to inform customers that it was removed and he can use different client
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> voidexecuteWithRetries(Class<T> aClass, Object remoteRunnable) <T> com.google.common.base.Optional<List<T>>getAllResourceClients(Class<T> aClass) <T> com.google.common.base.Optional<List<T>>getAllResourceClients(Class<T> aClass, javax.ws.rs.core.MultivaluedMap<String, String> multivaluedMap) <T> List<T>com.codahale.metrics.MetricRegistryjavax.ws.rs.client.Clientjavax.ws.rs.client.Client<T> com.google.common.base.Optional<T>getResourceClient(Class<T> aClass) <T> com.google.common.base.Optional<T>getResourceClient(Class<T> aClass, Object authorizationContext) <T> com.google.common.base.Optional<T>getResourceClient(Class<T> aClass, javax.ws.rs.core.MultivaluedMap<String, String> multivaluedMap) <T> com.google.common.base.Optional<T><T> com.google.common.base.Optional<T>getResourceClient(String s, javax.ws.rs.core.MultivaluedMap<String, String> multivaluedMap) <T> com.google.common.base.Optional<T>getResourceClientWithQueryParams(Class<T> aClass, javax.ws.rs.core.MultivaluedMap<String, String> multivaluedMap) <T,R> R getWithRetries(Class<T> aClass, Object remoteFunction)
-
Constructor Details
-
UnimplementedClientFactory
public UnimplementedClientFactory()
-
-
Method Details
-
getResourceClient
-
getResourceClientWithQueryParams
-
getResourceClient
-
getResourceClient
-
getResourceClient
-
getAllResourceClients
-
getAllResourceClients
-
getAllResourceClients
-
getResourceClient
-
getWithRetries
-
executeWithRetries
-
getOrCreateSystemClient
public javax.ws.rs.client.Client getOrCreateSystemClient() -
getOrCreateJerseyClient
public javax.ws.rs.client.Client getOrCreateJerseyClient() -
getMetricRegistry
public com.codahale.metrics.MetricRegistry getMetricRegistry()
-