Interface EngineServices


public interface EngineServices
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
    • WHITESPACE_MATCHER

      static final com.google.common.base.CharMatcher WHITESPACE_MATCHER
    • SEARCH_LIMIT_ERROR

      static final Protocol.ErrorReplyFactory SEARCH_LIMIT_ERROR
  • Method Details

    • getConfigClass

      static <C> Class<C> getConfigClass(Object o)
    • getFirstParameterizedTypeClass

      static <C> Class<C> getFirstParameterizedTypeClass(Object o)
    • batchRequestsRecursive

      static <T, R> com.google.common.util.concurrent.ListenableFuture<List<R>> batchRequestsRecursive(int batchSize, Executor executor, int index, Function<T,com.google.common.util.concurrent.ListenableFuture<R>> processor, @Nullable List<R> replyCollector, List<T> requests)
    • sanitizeString

      static @Nullable String sanitizeString(String s)