{
if (!isActiveCache)
{
return new UnindexedEventTableList(pollResult);
}
PropertyIndexedEventTableSingleCoerceAll table = new PropertyIndexedEventTableSingleCoerceAll(streamNum, eventType, propertyName, coercionType);
table.add(pollResult.toArray(new EventBean[pollResult.size()]));
return table;
}