public interface IAllocationManagerStore extends IStreamStore
IAllocationContext
.IAllocationManager
,
IAllocationContext
Modifier and Type | Method and Description |
---|---|
void |
delete(long addr,
IAllocationContext context)
Delete the data associated with the address within the allocation
context.
|
IPSOutputStream |
getOutputStream(IAllocationContext context)
Return an output stream which can be used to write on the backing store
within the given allocation context.
|
long |
write(ByteBuffer data,
IAllocationContext context)
Write the data within the allocation context.
|
getInputStream, getOutputStream
long write(ByteBuffer data, IAllocationContext context)
data
- The data.context
- The allocation context.void delete(long addr, IAllocationContext context)
addr
- The address whose allocation is to be deleted.context
- The allocation context.IPSOutputStream getOutputStream(IAllocationContext context)
IPSOutputStream
.context
- The context within which any allocations are made by the
returned IPSOutputStream
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.