Uses of Class
org.elasticsearch.common.util.PageCacheRecycler
-
Packages that use PageCacheRecycler Package Description org.elasticsearch.common.network org.elasticsearch.common.util org.elasticsearch.plugins org.elasticsearch.transport -
-
Uses of PageCacheRecycler in org.elasticsearch.common.network
Constructors in org.elasticsearch.common.network with parameters of type PageCacheRecycler Constructor Description NetworkModule(Settings settings, boolean transportClient, List<NetworkPlugin> plugins, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Creates a network module that custom networking classes can be plugged into. -
Uses of PageCacheRecycler in org.elasticsearch.common.util
Fields in org.elasticsearch.common.util declared as PageCacheRecycler Modifier and Type Field Description static PageCacheRecyclerPageCacheRecycler. NON_RECYCLING_INSTANCEConstructors in org.elasticsearch.common.util with parameters of type PageCacheRecycler Constructor Description BigArrays(PageCacheRecycler recycler, CircuitBreakerService breakerService, String breakerName)BigArrays(PageCacheRecycler recycler, CircuitBreakerService breakerService, String breakerName, boolean checkBreaker) -
Uses of PageCacheRecycler in org.elasticsearch.plugins
Methods in org.elasticsearch.plugins with parameters of type PageCacheRecycler Modifier and Type Method Description default Map<String,Supplier<HttpServerTransport>>NetworkPlugin. getHttpTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedXContentRegistry xContentRegistry, NetworkService networkService, HttpServerTransport.Dispatcher dispatcher)Returns a map ofHttpServerTransportsuppliers.default Map<String,Supplier<Transport>>NetworkPlugin. getTransports(Settings settings, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)Returns a map ofTransportsuppliers. -
Uses of PageCacheRecycler in org.elasticsearch.transport
Fields in org.elasticsearch.transport declared as PageCacheRecycler Modifier and Type Field Description protected PageCacheRecyclerTcpTransport. pageCacheRecyclerConstructors in org.elasticsearch.transport with parameters of type PageCacheRecycler Constructor Description TcpTransport(Settings settings, Version version, ThreadPool threadPool, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)
-