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<IHASendStoreResponse> |
HAPipelineGlue.sendHAStore(IHARebuildRequest msg)
Send the raw blocks for the requested backing store across the write
pipeline.
|
Modifier and Type | Class and Description |
---|---|
class |
HARebuildRequest |
Modifier and Type | Method and Description |
---|---|
Future<IHASendStoreResponse> |
AbstractJournal.BasicHA.sendHAStore(IHARebuildRequest msg) |
Future<Void> |
WORMStrategy.sendRawBuffer(IHARebuildRequest req,
long sequence,
long quorumToken,
long fileExtent,
long offset,
int nbytes,
ByteBuffer b) |
Future<Void> |
IHABufferStrategy.sendRawBuffer(IHARebuildRequest req,
long sequence,
long quorumToken,
long fileExtent,
long offset,
int nbytes,
ByteBuffer b)
Send an
IHAWriteMessage and the associated raw buffer through the
write pipeline. |
Future<Void> |
RWStrategy.sendRawBuffer(IHARebuildRequest req,
long sequence,
long quorumToken,
long fileExtent,
long offset,
int nbytes,
ByteBuffer b) |
Modifier and Type | Method and Description |
---|---|
Future<Void> |
RWStore.sendRawBuffer(IHARebuildRequest req,
long sequence,
long quorumToken,
long fileExtent,
long offset,
int nbytes,
ByteBuffer b) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.