public class QueueStats extends Object
Modifier and Type | Field and Description |
---|---|
int |
chunkCount
The #of
IChunkMessage s which are queued the operator across the
shards for which that operator has work queued. |
Set<Integer> |
shardSet
The set of shard identifiers for which there are queued
IChunkMessage s. |
int |
solutionCount
The #of solutions in those queued chunks.
|
Constructor and Description |
---|
QueueStats() |
public final Set<Integer> shardSet
IChunkMessage
s. The size of this set is also the #of work queues
for the operator). The shard identifier will be -1
unless
the operator is sharded and running on a cluster.public int chunkCount
IChunkMessage
s which are queued the operator across the
shards for which that operator has work queued.public int solutionCount
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.