java.lang.Object
org.lmdbjava.UnsafeAccess
Provides access to Unsafe.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanIndicates whether unsafe use is allowed.static final StringJava system property name that can be set to disable unsafe. -
Method Summary
-
Field Details
-
DISABLE_UNSAFE_PROP
Java system property name that can be set to disable unsafe.- See Also:
-
ALLOW_UNSAFE
public static final boolean ALLOW_UNSAFEIndicates whether unsafe use is allowed.
-