Package | Description |
---|---|
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 | Method and Description |
---|---|
Future<Void> |
HASendService.send(ByteBuffer buffer,
byte[] marker)
Send the bytes
Buffer.remaining() in the buffer to the
configured InetSocketAddress . |
void |
TestHASendAndReceive3Nodes.testChecksumError() |
void |
TestHASendAndReceive.testSimpleExchange()
Should we expect concurrency of the Socket send and RMI? It seems that we
should be able to handle it whatever the logical argument.
|
void |
TestHASendAndReceive3Nodes.testSimpleExchange() |
void |
TestHASendAndReceive.testStress()
Sends a large number of random buffers, confirming successful
transmission.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.