Package org.apache.hadoop.hdfs.qjournal.protocol

Examples of org.apache.hadoop.hdfs.qjournal.protocol.JournalRequestInfo


  }
 
  private synchronized JournalRequestInfo createJournalReqInfo(
      long segmentTxId, long firstTxdId, int numTxns, byte[] records) {
    checkEpoch();
    return new JournalRequestInfo(journalIdBytes, epoch, ipcSerial++,
        committedTxId, segmentTxId, firstTxdId, numTxns, records);
  }
View Full Code Here

TOP

Related Classes of org.apache.hadoop.hdfs.qjournal.protocol.JournalRequestInfo

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.