Class PageAllocator

java.lang.Object
org.elasticsearch.transport.nio.PageAllocator
All Implemented Interfaces:
java.util.function.IntFunction<Page>

public class PageAllocator
extends java.lang.Object
implements java.util.function.IntFunction<Page>
  • Constructor Summary

    Constructors 
    Constructor Description
    PageAllocator​(PageCacheRecycler recycler)  
  • Method Summary

    Modifier and Type Method Description
    Page apply​(int length)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait