}
else
{
rm.add(Table.recycleBin_ + ":" + columnFamilyName, bytes, operation);
}
RowMutationMessage rmMsg = new RowMutationMessage(rm);
if( server_ != null)
{
Message message = RowMutationMessage.makeRowMutationMessage(rmMsg, StorageService.binaryVerbHandler_);
EndPoint to = new EndPoint(server_, 7000);
MessagingService.getMessagingInstance().sendOneWay(message, to);