private static class SearchGroup.MergedGroup<T>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
T |
groupValue |
boolean |
inQueue |
int |
minShardIndex |
boolean |
processed |
java.util.List<SearchGroup.ShardIter<T>> |
shards |
java.lang.Object[] |
topValues |
Constructor and Description |
---|
MergedGroup(T groupValue) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object _other) |
int |
hashCode() |
private boolean |
neverEquals(java.lang.Object _other) |
public final T groupValue
public java.lang.Object[] topValues
public final java.util.List<SearchGroup.ShardIter<T>> shards
public int minShardIndex
public boolean processed
public boolean inQueue
public MergedGroup(T groupValue)