org.elasticsearch.client.internal
Interface InternalIndicesAdminClient

All Superinterfaces:
IndicesAdminClient
All Known Implementing Classes:
AbstractIndicesAdminClient, InternalTransportIndicesAdminClient, NodeIndicesAdminClient

public interface InternalIndicesAdminClient
extends IndicesAdminClient


Method Summary
 ThreadPool threadPool()
           
 
Methods inherited from interface org.elasticsearch.client.IndicesAdminClient
aliases, aliases, clearCache, clearCache, create, create, delete, delete, deleteMapping, deleteMapping, flush, flush, gatewaySnapshot, gatewaySnapshot, optimize, optimize, prepareAliases, prepareClearCache, prepareCreate, prepareDelete, prepareDeleteMapping, prepareFlush, prepareGatewaySnapshot, prepareOptimize, preparePutMapping, prepareRefresh, prepareStatus, prepareUpdateSettings, putMapping, putMapping, refresh, refresh, status, status, updateSettings, updateSettings
 

Method Detail

threadPool

ThreadPool threadPool()