See: Description
Interface | Description |
---|---|
HAReceiveService.IHAReceiveCallback<M extends IHAWriteMessageBase> |
Hook to notice receive events.
|
Class | Description |
---|---|
AbstractHASendAndReceiveTestCase | |
HAReceiveService<M extends HAMessageWrapper> |
Receives data from an
HASendService . |
HASendService |
A service for sending raw
ByteBuffer s across a socket. |
TestAll |
Runs all tests for all journal implementations.
|
TestHASendAndReceive |
Test the raw socket protocol implemented by
HASendService and
HAReceiveService . |
TestHASendAndReceive3Nodes |
Test the raw socket protocol implemented by
HASendService and
HAReceiveService against a pipeline of 3 nodes. |
TestSocketsDirect |
Test suite for basic socket behaviors.
|
Exception | Description |
---|---|
AbstractPipelineChangeException |
A quorum related exception dealing with the write replication pipeline.
|
AbstractPipelineException |
A quorum related exception dealing with the write replication pipeline.
|
ImmediateDownstreamReplicationException |
An exception thrown by the
HAReceiveService when replication to the
downstream service fails. |
NestedPipelineException |
An exception that is used to wrap and rethrow a cause whose root cause is
another
AbstractPipelineException . |
PipelineDownstreamChange |
Exception thrown when the downstream service is changed by a pipeline
reconfiguration.
|
PipelineImmediateDownstreamReplicationException |
Exception thrown when there is a problem with write replication from a
service to its downstream service, including a problem with RMI to the
downstream service or socket level write replication to the downstream
service.
|
PipelineUpstreamChange |
Exception thrown when the upstream service is changed by a pipeline
reconfiguration.
|
This package provides services for sending and receiving low-level write cache blocks among the members of a highly available quorum.
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.