public void resetBuffer(PhysicalPartition p, long prevScn, long binlogOffset)
throws BufferNotFoundException
{
DbusEventBufferMult eventMult = getEventBuffer();
eventMult.resetBuffer(p, prevScn);
// TODO Set binlogOffset of the server
}
public int[] getBinlogOffset(int serverId)
throws DatabusException