{
ColumnSlice<String, Long> columnSlice = row.getColumnSlice();
PathTrackingEntry pathTrackingEntry = map( columnSlice );
ids.add( new PathCallInformation( pathTrackingEntry.getTrackingId(),
new Date( pathTrackingEntry.getStartTime() / 1000000 ) ) );
}
return ids;
}