public class HASendStoreResponse extends Object implements IHASendStoreResponse
| Constructor and Description |
|---|
HASendStoreResponse(IRootBlockView rootBlock0,
IRootBlockView rootBlock1,
long byteCount,
long blockCount) |
| Modifier and Type | Method and Description |
|---|---|
long |
getBlockCount()
The #of write cache blocks that were sent in fulfillment of the request.
|
long |
getByteCount()
The #of bytes that were sent in fulfillment of the request.
|
IRootBlockView |
getRootBlock0()
Root block ZERO (0) for the service whose backing store was sent
down the write pipeline in response to the request.
|
IRootBlockView |
getRootBlock1()
Root block ONE (1) for the service whose backing store was sent
down the write pipeline in response to the request.
|
String |
toString() |
public HASendStoreResponse(IRootBlockView rootBlock0, IRootBlockView rootBlock1, long byteCount, long blockCount)
public IRootBlockView getRootBlock0()
IHASendStoreResponsegetRootBlock0 in interface IHASendStoreResponsenull.public IRootBlockView getRootBlock1()
IHASendStoreResponsegetRootBlock1 in interface IHASendStoreResponsenull.public long getByteCount()
IHASendStoreResponsegetByteCount in interface IHASendStoreResponsepublic long getBlockCount()
IHASendStoreResponsegetBlockCount in interface IHASendStoreResponseCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.