2015/07/26 - Apache DirectMemory has been retired.

For more information, please explore the Attic.

public static class

KryoSerializer.KryoPool

extends Object
java.lang.Object
   ↳ org.apache.directmemory.serialization.kryo.KryoSerializer.KryoPool

Summary

Public Constructors
KryoSerializer.KryoPool()
Public Methods
void close()
void done(KryoSerializer.KryoHolder kh)
KryoSerializer.KryoHolder get()
Protected Methods
Kryo createInstance()
Sub classes can customize the Kryo instance by overriding this method
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public KryoSerializer.KryoPool ()

Public Methods

public void close ()

public void done (KryoSerializer.KryoHolder kh)

public KryoSerializer.KryoHolder get ()

Protected Methods

protected Kryo createInstance ()

Sub classes can customize the Kryo instance by overriding this method

Returns
  • create Kryo instance