Class NativeBuffer.Pool
java.lang.Object
org.fusesource.leveldbjni.internal.NativeBuffer.Pool
- Enclosing class:
NativeBuffer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) NativeBuffer.Allocation(package private) int(package private) longprivate final NativeBuffer.Pool(package private) long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidallocate()(package private) NativeBuffercreate(long size) voiddelete()
-
Field Details
-
prev
-
allocation
NativeBuffer.Allocation allocation -
pos
long pos -
remaining
long remaining -
chunk
int chunk
-
-
Constructor Details
-
Pool
-
-
Method Details
-
create
-
allocate
private void allocate() -
delete
public void delete()
-