_migratingTaggedRelationCursor, endIndex);
_migratingTaggedRelationCursor += migrationBufferSize;
}
if (_isMigratingRelationStorage == true || _isMigratingTaggedRelationStorage == true) {
final Values tplSend = new Values("N/A", MyUtilities.stringToTuple(
SystemParameters.ThetaJoinerMigrationSignal, getConf()), "N/A", -1);
appendTimestampZero(tplSend);
getCollector().emit(SystemParameters.ThetaDataMigrationJoinerToReshuffler, tplSend);
} else {
final Values tplSend = new Values("N/A", MyUtilities.stringToTuple(
SystemParameters.ThetaJoinerDataMigrationEOF, getConf()), "N/A", -1);
appendTimestampZero(tplSend);
getCollector().emit(SystemParameters.ThetaDataMigrationJoinerToReshuffler, tplSend);
}
getCollector().ack(stormTupleRcv);