Package com.linkedin.databus.core

Examples of com.linkedin.databus.core.ScnTxnPos


  }

  @Override
  public void reset()
  {
    _txnPos = new ScnTxnPos();
    _prevTxnPos = new ScnTxnPos();
    _currFile = null;
    _currFileByteOffset = 0;
    _currLineNumber = 0;
    _numTxnsSeen = 0;
    _numInvalidTxnsSeen = 0;
View Full Code Here

TOP

Related Classes of com.linkedin.databus.core.ScnTxnPos

Copyright © 2018 www.massapicom. 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.