Package | Description |
---|---|
com.bigdata.io |
Modifier and Type | Method and Description |
---|---|
DirectBufferPoolAllocator.IAllocation[] |
DirectBufferPoolAllocator.IAllocationContext.alloc(int nbytes)
Allocate a series of
ByteBuffer slices on which the
application may write data. |
DirectBufferPoolAllocator.IAllocation |
DirectBufferPoolAllocator.getAllocation(UUID id)
Return the allocation associated with that id.
|
Modifier and Type | Method and Description |
---|---|
static void |
DirectBufferPoolAllocator.put(byte[] src,
DirectBufferPoolAllocator.IAllocation[] a)
Copy the caller's data onto the ordered array of allocations.
|
static void |
DirectBufferPoolAllocator.put(ByteBuffer src,
DirectBufferPoolAllocator.IAllocation[] a)
Copy the caller's data onto the ordered array of allocations.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.