Uses of Class
org.apache.hadoop.hdfs.qjournal.protocol.RequestInfo
Packages that use RequestInfo
Package
Description
-
Uses of RequestInfo in org.apache.hadoop.hdfs.qjournal.protocol
Methods in org.apache.hadoop.hdfs.qjournal.protocol with parameters of type RequestInfoModifier and TypeMethodDescriptionvoidQJournalProtocol.acceptRecovery(RequestInfo reqInfo, QJournalProtocolProtos.SegmentStateProto stateToAccept, URL fromUrl) Accept a proposed recovery for the given transaction ID.voidQJournalProtocol.finalizeLogSegment(RequestInfo reqInfo, long startTxId, long endTxId) Finalize the given log segment on the JournalNode.voidQJournalProtocol.heartbeat(RequestInfo reqInfo) Heartbeat.voidQJournalProtocol.journal(RequestInfo reqInfo, long segmentTxId, long firstTxnId, int numTxns, byte[] records) Journal edit records.QJournalProtocol.prepareRecovery(RequestInfo reqInfo, long segmentTxId) Begin the recovery process for a given segment.voidQJournalProtocol.purgeLogsOlderThan(RequestInfo requestInfo, long minTxIdToKeep) voidQJournalProtocol.startLogSegment(RequestInfo reqInfo, long txid, int layoutVersion) Start writing to a new log segment on the JournalNode. -
Uses of RequestInfo in org.apache.hadoop.hdfs.qjournal.protocolPB
Methods in org.apache.hadoop.hdfs.qjournal.protocolPB with parameters of type RequestInfoModifier and TypeMethodDescriptionvoidQJournalProtocolTranslatorPB.acceptRecovery(RequestInfo reqInfo, QJournalProtocolProtos.SegmentStateProto stateToAccept, URL fromUrl) voidQJournalProtocolTranslatorPB.finalizeLogSegment(RequestInfo reqInfo, long startTxId, long endTxId) voidQJournalProtocolTranslatorPB.heartbeat(RequestInfo reqInfo) voidQJournalProtocolTranslatorPB.journal(RequestInfo reqInfo, long segmentTxId, long firstTxnId, int numTxns, byte[] records) QJournalProtocolTranslatorPB.prepareRecovery(RequestInfo reqInfo, long segmentTxId) voidQJournalProtocolTranslatorPB.purgeLogsOlderThan(RequestInfo reqInfo, long minTxIdToKeep) voidQJournalProtocolTranslatorPB.startLogSegment(RequestInfo reqInfo, long txid, int layoutVersion) -
Uses of RequestInfo in org.apache.hadoop.hdfs.qjournal.server
Methods in org.apache.hadoop.hdfs.qjournal.server with parameters of type RequestInfoModifier and TypeMethodDescriptionvoidJournal.acceptRecovery(RequestInfo reqInfo, QJournalProtocolProtos.SegmentStateProto segment, URL fromUrl) voidJournalNodeRpcServer.acceptRecovery(RequestInfo reqInfo, QJournalProtocolProtos.SegmentStateProto log, URL fromUrl) voidJournal.finalizeLogSegment(RequestInfo reqInfo, long startTxId, long endTxId) Finalize the log segment at the given transaction ID.voidJournalNodeRpcServer.finalizeLogSegment(RequestInfo reqInfo, long startTxId, long endTxId) voidJournal.heartbeat(RequestInfo reqInfo) voidJournalNodeRpcServer.heartbeat(RequestInfo reqInfo) voidJournalNodeRpcServer.journal(RequestInfo reqInfo, long segmentTxId, long firstTxnId, int numTxns, byte[] records) Journal.prepareRecovery(RequestInfo reqInfo, long segmentTxId) JournalNodeRpcServer.prepareRecovery(RequestInfo reqInfo, long segmentTxId) voidJournal.purgeLogsOlderThan(RequestInfo reqInfo, long minTxIdToKeep) voidJournalNodeRpcServer.purgeLogsOlderThan(RequestInfo reqInfo, long minTxIdToKeep) voidJournal.startLogSegment(RequestInfo reqInfo, long txid, int layoutVersion) Start a new segment at the given txid.voidJournalNodeRpcServer.startLogSegment(RequestInfo reqInfo, long txid, int layoutVersion)