public interface IIndexLocalCounter
Modifier and Type | Method and Description |
---|---|
ICounter |
getCounter()
A restart-safe counter.
|
ICounter getCounter()
Checkpoint
record. For a partitioned index, there is a
distinct counter for each index partition, the partition identifier is
used as the high int32 bits of the counter, and the low int32 of the
counter has an initial value of zero (0) in each index partition.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.