Module lmdbjava
Package org.lmdbjava

Class ByteBufferProxy

java.lang.Object
org.lmdbjava.ByteBufferProxy

public final class ByteBufferProxy extends Object
ByteBuffer-based proxy.

There are two concrete ByteBuffer proxy implementations available:

  • A "fast" implementation: ByteBufferProxy.UnsafeProxy
  • A "safe" implementation: ByteBufferProxy.ReflectiveProxy

Users nominate which implementation they prefer by referencing the PROXY_OPTIMAL or PROXY_SAFE field when invoking Env.create(org.lmdbjava.BufferProxy).