Package org.elasticsearch.transport.nio
Class PageAllocator
java.lang.Object
org.elasticsearch.transport.nio.PageAllocator
- All Implemented Interfaces:
IntFunction<org.elasticsearch.nio.Page>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PageAllocator
public PageAllocator(org.elasticsearch.common.util.PageCacheRecycler recycler)
-
-
Method Details
-
apply
public org.elasticsearch.nio.Page apply(int length)- Specified by:
applyin interfaceIntFunction<org.elasticsearch.nio.Page>
-