- PoolOfImmortalByteBuffers - Class in ej.sni
-
A pool of reusable immortal byte buffers.
- PoolOfImmortalByteBuffers(int, int) - Constructor for class ej.sni.PoolOfImmortalByteBuffers
-
Allocate a new pool of Immortals byte buffer resources
- PoolOfLimitedReusableResources - Class in ej.sni
-
A pool of resources where resources are allocated at creation time (no lazy allocation).
- PoolOfLimitedReusableResources(int, int) - Constructor for class ej.sni.PoolOfLimitedReusableResources
-
Allocate a new pool of resources
- PoolOfReusableResources - Class in ej.sni
-
A pool of reusable resources.
- PoolOfReusableResources(int) - Constructor for class ej.sni.PoolOfReusableResources
-
Allocate a new pool of resources
- printRegisteredNativeResources(PrintStream) - Static method in class ej.sni.NativeResource
-
Prints a description of the registered native resources to the specified print stream.