public static class SliceOp.SliceStats extends BOpStats
Modifier and Type | Field and Description |
---|---|
AtomicLong |
naccepted
#of solutions accepted.
|
AtomicLong |
nseen
#of solutions visited.
|
chunksIn, chunksOut, elapsed, mutationCount, opCount, typeErrors, unitsIn, unitsOut
Constructor and Description |
---|
SliceOp.SliceStats() |
Modifier and Type | Method and Description |
---|---|
void |
add(BOpStats o)
Combine the statistics (addition), but do NOT add to self.
|
protected void |
toString(StringBuilder sb)
Extension hook for
BOpStats.toString() . |
public final AtomicLong nseen
public final AtomicLong naccepted
public void add(BOpStats o)
BOpStats
protected void toString(StringBuilder sb)
BOpStats
BOpStats.toString()
.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.