Constructor and Description |
---|
RWStore.DeleteBlockStats() |
Modifier and Type | Method and Description |
---|---|
int |
getAddresses()
Return the #of addresses in the delete blocks acrosss the commit
records.
|
int |
getBadAddresses()
Return the #of addresses that are not committed data across the
commit records.
|
int |
getCommitRecords()
The #of commit records that would be processed.
|
Set<Integer> |
getDuplicateAddresses()
Return the latched addresses that appear more than once in the delete
blocks across the commit records.
|
String |
toString(RWStore store) |
public int getCommitRecords()
public int getAddresses()
public int getBadAddresses()
public Set<Integer> getDuplicateAddresses()
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.