Class ElasticClient

    • Field Detail

      • DEFAULT_MAX_HTTP_POOL_CONNECTIONS

        public static final int DEFAULT_MAX_HTTP_POOL_CONNECTIONS
        See Also:
        Constant Field Values
      • urlClient

        protected String urlClient
      • client

        protected org.apache.http.client.HttpClient client
    • Method Detail

      • initHttpClient

        protected void initHttpClient()
      • getHttpClient

        protected org.apache.http.client.HttpClient getHttpClient()
      • getEsUsernameProperty

        protected abstract String getEsUsernameProperty()
      • getEsPasswordProperty

        protected abstract String getEsPasswordProperty()
      • getClientConnectionManager

        protected abstract org.apache.http.conn.HttpClientConnectionManager getClientConnectionManager()
      • getMaxConnections

        protected int getMaxConnections()