Class RecycleHandler<T extends org.apache.hugegraph.computer.core.allocator.Recyclable>
- java.lang.Object
-
- org.apache.hugegraph.computer.core.allocator.RecycleHandler<T>
-
- All Implemented Interfaces:
org.apache.hugegraph.computer.core.allocator.RecyclerReference.Handle<org.apache.hugegraph.computer.core.allocator.RecyclerReference<T>>
public class RecycleHandler<T extends org.apache.hugegraph.computer.core.allocator.Recyclable> extends java.lang.Object implements org.apache.hugegraph.computer.core.allocator.RecyclerReference.Handle<org.apache.hugegraph.computer.core.allocator.RecyclerReference<T>>
-
-
Constructor Summary
Constructors Constructor Description RecycleHandler(io.netty.util.Recycler.Handle<org.apache.hugegraph.computer.core.allocator.RecyclerReference<T>> handle)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrecycle(org.apache.hugegraph.computer.core.allocator.RecyclerReference<T> object)
-
-
-
Constructor Detail
-
RecycleHandler
public RecycleHandler(io.netty.util.Recycler.Handle<org.apache.hugegraph.computer.core.allocator.RecyclerReference<T>> handle)
-
-