A B C D E F G H I J L M N O P Q R S T U V W X Y
All Classes All Packages
All Classes All Packages
All Classes All Packages
J
- JAVA_DIRECT_BUFFERS - com.avpkit.ferry.JNIMemoryManager.MemoryModel
-
Large memory blocks are allocated as Direct
ByteBufferobjects (as returned fromByteBuffer.allocateDirect(int)). - JAVA_DIRECT_BUFFERS_WITH_STANDARD_HEAP_NOTIFICATION - com.avpkit.ferry.JNIMemoryManager.MemoryModel
-
Large memory blocks are allocated as Direct
ByteBufferobjects (as returned fromByteBuffer.allocateDirect(int)), but the Java standard-heap is informed of the allocation by also attempting to quickly allocate (and release) a buffer of the same size on the standard heap.. - java_getByteBuffer(int, int) - Method in class com.avpkit.ferry.IBuffer
- JAVA_STANDARD_HEAP - com.avpkit.ferry.JNIMemoryManager.MemoryModel
-
Large memory blocks are allocated in Java byte[] arrays, and passed back into native code.
- JNIEnv - Class in com.avpkit.ferry
-
A set of utilities that can be used to find out information about the Native environment that we are running within.
- JNILibrary - Class in com.avpkit.ferry
- JNILibrary(String, Long) - Constructor for class com.avpkit.ferry.JNILibrary
- JNILibraryLoader - Class in com.avpkit.ferry
-
Internal Only.
- JNIMemoryAllocator - Class in com.avpkit.ferry
-
Internal Only.
- JNIMemoryManager - Class in com.avpkit.ferry
-
Manages the native memory that Ferry objects allocate and destroy.
- JNIMemoryManager.MemoryModel - Enum in com.avpkit.ferry
-
The different types of native memory allocation models Ferry supports.
- JNINativeFinalizer - Class in com.avpkit.ferry
-
Internal Only.
- JNINativeFinalizer() - Constructor for class com.avpkit.ferry.JNINativeFinalizer
-
Internal Only.
- JNIPointerReference - Class in com.avpkit.ferry
-
Internal Only.
- JNIPointerReference() - Constructor for class com.avpkit.ferry.JNIPointerReference
-
Internal Only.
- JNIReference - Class in com.avpkit.ferry
-
Returned by
IBuffer.getByteBuffer(int, int, java.util.concurrent.atomic.AtomicReference)for users that want to explicitly manage when the returnedByteBufferis released. - JNIThreadProxy - Class in com.avpkit.ferry
-
Proxy for
Threadthat is called by Ferry native code. - JNIThreadProxy.Interruptable - Interface in com.avpkit.ferry
-
Interface that global interrupt handlers should use.
All Classes All Packages