Package | Description |
---|---|
com.bigdata.ha.msg |
Interfaces and implementations for HA message objects.
|
com.bigdata.ha.pipeline |
This package provides services for sending and receiving low-level write cache
blocks among the members of a highly available quorum.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IHAWriteMessage
A message carrying RMI metadata about a payload which will be replicated
using a socket-level transfer facility.
|
Modifier and Type | Class and Description |
---|---|
class |
HAMessageWrapper
Glue class wraps the
IHAWriteMessage and the IHALogRequest
message and exposes the requires IHAMessage interface to the
HAReceiveService . |
class |
HAWriteMessage
A message carrying RMI metadata about a payload which will be replicated
using a socket-level transfer facility.
|
class |
HAWriteMessageBase
Base class for RMI messages used to communicate metadata about a raw data
transfer occurring on a socket channel.
|
Modifier and Type | Method and Description |
---|---|
IHAWriteMessageBase |
HAMessageWrapper.getHAWriteMessage() |
IHAWriteMessageBase |
IHAMessageWrapper.getHAWriteMessage()
Return the message that describes the payload that will be replicated
along the pipeline.
|
Constructor and Description |
---|
HAMessageWrapper(IHASyncRequest req,
IHASendState snd,
IHAWriteMessageBase msg) |
Modifier and Type | Interface and Description |
---|---|
static interface |
HAReceiveService.IHAReceiveCallback<M extends IHAWriteMessageBase>
Hook to notice receive events.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.