Uses of Class
org.fusesource.leveldbjni.internal.NativeSlice
Packages that use NativeSlice
-
Uses of NativeSlice in org.fusesource.leveldbjni.internal
Fields in org.fusesource.leveldbjni.internal declared as NativeSliceModifier and TypeFieldDescription(package private) NativeSliceNativeRange.RangeJNI.limit(package private) NativeSliceNativeRange.RangeJNI.startMethods in org.fusesource.leveldbjni.internal that return NativeSliceModifier and TypeMethodDescriptionstatic NativeSliceNativeSlice.create(NativeBuffer buffer) NativeSlice.data(long data) NativeSlice.set(NativeBuffer buffer) NativeSlice.set(NativeSlice buffer) NativeSlice.size(long size) Methods in org.fusesource.leveldbjni.internal with parameters of type NativeSliceModifier and TypeMethodDescriptionprivate voidNativeDB.compactRange(NativeSlice beginSlice, NativeSlice endSlice) (package private) static final voidNativeDB.DBJNI.CompactRange(long self, NativeSlice begin, NativeSlice end) private voidNativeDB.delete(NativeWriteOptions options, NativeSlice keySlice) private voidNativeWriteBatch.delete(NativeSlice keySlice) (package private) static final longNativeDB.DBJNI.Delete(long self, NativeWriteOptions options, NativeSlice key) (package private) static final voidNativeWriteBatch.WriteBatchJNI.Delete(long self, NativeSlice key) private byte[]NativeDB.get(NativeReadOptions options, NativeSlice keySlice) (package private) static final longNativeDB.DBJNI.Get(long self, NativeReadOptions options, NativeSlice key, long value) private byte[]NativeDB.getProperty(NativeSlice nameSlice) (package private) static final booleanNativeDB.DBJNI.GetProperty(long self, NativeSlice property, long value) static final voidNativeSlice.SliceJNI.memmove(long dest, NativeSlice src, long size) static final voidNativeSlice.SliceJNI.memmove(NativeSlice dest, long src, long size) private voidNativeDB.put(NativeWriteOptions options, NativeSlice keySlice, NativeSlice valueSlice) private voidNativeWriteBatch.put(NativeSlice keySlice, NativeSlice valueSlice) (package private) static final longNativeDB.DBJNI.Put(long self, NativeWriteOptions options, NativeSlice key, NativeSlice value) (package private) static final voidNativeWriteBatch.WriteBatchJNI.Put(long self, NativeSlice key, NativeSlice value) private voidNativeIterator.seek(NativeSlice keySlice) (package private) static final voidNativeIterator.IteratorJNI.Seek(long self, NativeSlice target) NativeSlice.set(NativeSlice buffer)