Uses of Class
org.fusesource.leveldbjni.internal.NativeSnapshot
Packages that use NativeSnapshot
-
Uses of NativeSnapshot in org.fusesource.leveldbjni.internal
Fields in org.fusesource.leveldbjni.internal declared as NativeSnapshotMethods in org.fusesource.leveldbjni.internal that return NativeSnapshotModifier and TypeMethodDescriptionNativeDB.getSnapshot()(package private) NativeSnapshotJniSnapshot.snapshot()NativeReadOptions.snapshot()Methods in org.fusesource.leveldbjni.internal with parameters of type NativeSnapshotModifier and TypeMethodDescriptionvoidNativeDB.releaseSnapshot(NativeSnapshot snapshot) NativeReadOptions.snapshot(NativeSnapshot snapshot) Constructors in org.fusesource.leveldbjni.internal with parameters of type NativeSnapshotModifierConstructorDescription(package private)JniSnapshot(NativeDB db, NativeSnapshot snapshot)