Package com.linkedin.databus.core

Examples of com.linkedin.databus.core.DbusEventBufferMult.resetBuffer()


    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
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.