Package | Description |
---|---|
com.bigdata.ha |
This package extends
com.bigdata.quorum to define local and
Remote interfaces for highly available services. |
com.bigdata.ha.msg |
Interfaces and implementations for HA message objects.
|
com.bigdata.journal |
The journal is an append-only persistence capable data structure
supporting atomic commit, named indices, and transactions.
|
com.bigdata.rwstore |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
HAPipelineGlue.sendHALogForWriteSet(IHALogRequest msg)
The recipient will send the
WriteCache blocks for the specified
write set on the write pipeline. |
Modifier and Type | Class and Description |
---|---|
class |
HALogRequest |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
WORMStrategy.sendHALogBuffer(IHALogRequest req,
IHAWriteMessage msg,
IBufferAccess b) |
Future<Void> |
IHABufferStrategy.sendHALogBuffer(IHALogRequest req,
IHAWriteMessage msg,
IBufferAccess b)
Send an
IHAWriteMessage and the associated raw buffer through the
write pipeline. |
Future<Void> |
RWStrategy.sendHALogBuffer(IHALogRequest req,
IHAWriteMessage msg,
IBufferAccess b) |
Future<Void> |
AbstractJournal.BasicHA.sendHALogForWriteSet(IHALogRequest msg) |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
RWStore.sendHALogBuffer(IHALogRequest req,
IHAWriteMessage msg,
IBufferAccess buf) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.