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