Package | Description |
---|---|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rawstore |
A set of interfaces and some simple implementations for a read-write
store without atomic commit or transactions.
|
com.bigdata.rwstore | |
com.bigdata.rwstore.sector |
Modifier and Type | Method and Description |
---|---|
IPSOutputStream |
JournalDelegate.getOutputStream() |
IPSOutputStream |
AbstractJournal.getOutputStream() |
IPSOutputStream |
RWStrategy.getOutputStream() |
IPSOutputStream |
AbstractJournal.getOutputStream(IAllocationContext context) |
IPSOutputStream |
RWStrategy.getOutputStream(IAllocationContext context) |
Modifier and Type | Method and Description |
---|---|
IPSOutputStream |
AbstractRawStore.getOutputStream() |
IPSOutputStream |
RawStoreDelegate.getOutputStream() |
IPSOutputStream |
IStreamStore.getOutputStream()
Return an output stream which can be used to write on the backing store.
|
IPSOutputStream |
IAllocationManagerStore.getOutputStream(IAllocationContext context)
Return an output stream which can be used to write on the backing store
within the given allocation context.
|
Modifier and Type | Class and Description |
---|---|
class |
PSOutputStream
PSOutputStream
Provides stream interface direct to the low-level store.
|
Modifier and Type | Method and Description |
---|---|
IPSOutputStream |
RWStore.getOutputStream() |
IPSOutputStream |
RWStore.getOutputStream(IAllocationContext context) |
Modifier and Type | Method and Description |
---|---|
IPSOutputStream |
MemStore.getOutputStream() |
IPSOutputStream |
AllocationContext.getOutputStream() |
IPSOutputStream |
MemStrategy.getOutputStream() |
IPSOutputStream |
MemoryManager.getOutputStream() |
IPSOutputStream |
MemStore.getOutputStream(IAllocationContext context)
Return an output stream which can be used to write on the backing store
within the given allocation context.
|
IPSOutputStream |
AllocationContext.getOutputStream(IAllocationContext context) |
IPSOutputStream |
MemStrategy.getOutputStream(IAllocationContext context) |
IPSOutputStream |
MemoryManager.getOutputStream(IAllocationContext context) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.