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()
IHASendStoreResponse
getRootBlock0
in interface IHASendStoreResponse
null
.public IRootBlockView getRootBlock1()
IHASendStoreResponse
getRootBlock1
in interface IHASendStoreResponse
null
.public long getByteCount()
IHASendStoreResponse
getByteCount
in interface IHASendStoreResponse
public long getBlockCount()
IHASendStoreResponse
getBlockCount
in interface IHASendStoreResponse
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.