Class NoneRecycler<T>

java.lang.Object
org.elasticsearch.common.recycler.NoneRecycler<T>
All Implemented Interfaces:
Recycler<T>

public class NoneRecycler<T>
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  NoneRecycler.NV<T>  

    Nested classes/interfaces inherited from interface org.elasticsearch.common.recycler.Recycler

    Recycler.C<T>, Recycler.Factory<T>, Recycler.V<T>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected Recycler.C<T> c  
  • Constructor Summary

    Constructors 
    Constructor Description
    NoneRecycler​(Recycler.C<T> c)  
  • Method Summary

    Modifier and Type Method Description
    Recycler.V<T> obtain()  

    Methods inherited from class java.lang.Object

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