Uses of Class
org.fusesource.leveldbjni.internal.NativeOptions
Packages that use NativeOptions
-
Uses of NativeOptions in org.fusesource.leveldbjni
Fields in org.fusesource.leveldbjni declared as NativeOptionsModifier and TypeFieldDescription(package private) NativeOptionsJniDBFactory.OptionsResourceHolder.options -
Uses of NativeOptions in org.fusesource.leveldbjni.internal
Methods in org.fusesource.leveldbjni.internal that return NativeOptionsModifier and TypeMethodDescriptionNativeOptions.blockRestartInterval(int value) NativeOptions.blockSize(long value) NativeOptions.cache(NativeCache cache) NativeOptions.comparator(NativeComparator comparator) NativeOptions.compression(NativeCompressionType compression) NativeOptions.createIfMissing(boolean value) NativeOptions.errorIfExists(boolean value) NativeOptions.infoLog(NativeLogger logger) NativeOptions.maxOpenFiles(int value) NativeOptions.paranoidChecks(boolean value) NativeOptions.writeBufferSize(long value) Methods in org.fusesource.leveldbjni.internal with parameters of type NativeOptionsModifier and TypeMethodDescriptionstatic voidNativeDB.destroy(File path, NativeOptions options) (package private) static final longNativeDB.DBJNI.DestroyDB(String path, NativeOptions options) static NativeDBNativeDB.open(NativeOptions options, File path) (package private) static final longNativeDB.DBJNI.Open(NativeOptions options, String path, long[] self) static voidNativeDB.repair(File path, NativeOptions options) (package private) static final longNativeDB.DBJNI.RepairDB(String path, NativeOptions options)