Class UnimplementedClientFactory

java.lang.Object
com.lucidworks.apollo.pipeline.UnimplementedClientFactory

public class UnimplementedClientFactory extends Object
Class throws exception in each methods just to inform customers that it was removed and he can use different client
  • Constructor Details

    • UnimplementedClientFactory

      public UnimplementedClientFactory()
  • Method Details

    • getResourceClient

      public <T> com.google.common.base.Optional<T> getResourceClient(Class<T> aClass)
    • getResourceClientWithQueryParams

      public <T> com.google.common.base.Optional<T> getResourceClientWithQueryParams(Class<T> aClass, javax.ws.rs.core.MultivaluedMap<String,String> multivaluedMap)
    • getResourceClient

      public <T> com.google.common.base.Optional<T> getResourceClient(Class<T> aClass, Object authorizationContext)
    • getResourceClient

      public <T> com.google.common.base.Optional<T> getResourceClient(Class<T> aClass, javax.ws.rs.core.MultivaluedMap<String,String> multivaluedMap)
    • getResourceClient

      public <T> com.google.common.base.Optional<T> getResourceClient(String s)
    • getAllResourceClients

      public <T> com.google.common.base.Optional<List<T>> getAllResourceClients(Class<T> aClass)
    • getAllResourceClients

      public <T> com.google.common.base.Optional<List<T>> getAllResourceClients(Class<T> aClass, javax.ws.rs.core.MultivaluedMap<String,String> multivaluedMap)
    • getAllResourceClients

      public <T> List<T> getAllResourceClients(String s)
    • getResourceClient

      public <T> com.google.common.base.Optional<T> getResourceClient(String s, javax.ws.rs.core.MultivaluedMap<String,String> multivaluedMap)
    • getWithRetries

      public <T, R> R getWithRetries(Class<T> aClass, Object remoteFunction)
    • executeWithRetries

      public <T> void executeWithRetries(Class<T> aClass, Object remoteRunnable)
    • getOrCreateSystemClient

      public javax.ws.rs.client.Client getOrCreateSystemClient()
    • getOrCreateJerseyClient

      public javax.ws.rs.client.Client getOrCreateJerseyClient()
    • getMetricRegistry

      public com.codahale.metrics.MetricRegistry getMetricRegistry()