Uses of Class
org.apache.hadoop.hdfs.server.protocol.JournalInfo
Packages that use JournalInfo
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of JournalInfo in org.apache.hadoop.hdfs.protocol
Constructors in org.apache.hadoop.hdfs.protocol with parameters of type JournalInfo -
Uses of JournalInfo in org.apache.hadoop.hdfs.protocolPB
Methods in org.apache.hadoop.hdfs.protocolPB that return JournalInfoModifier and TypeMethodDescriptionstatic JournalInfoPBHelper.convert(org.apache.hadoop.hdfs.protocol.proto.JournalProtocolProtos.JournalInfoProto info) Methods in org.apache.hadoop.hdfs.protocolPB with parameters of type JournalInfoModifier and TypeMethodDescriptionstatic org.apache.hadoop.hdfs.protocol.proto.JournalProtocolProtos.JournalInfoProtoPBHelper.convert(JournalInfo j) Method used for convertingJournalProtocolProtos.JournalInfoProtosent from Namenode to Journal receivers toNamenodeRegistration.JournalProtocolTranslatorPB.fence(JournalInfo journalInfo, long epoch, String fencerInfo) voidJournalProtocolTranslatorPB.journal(JournalInfo journalInfo, long epoch, long firstTxnId, int numTxns, byte[] records) voidJournalProtocolTranslatorPB.startLogSegment(JournalInfo journalInfo, long epoch, long txid) -
Uses of JournalInfo in org.apache.hadoop.hdfs.server.protocol
Methods in org.apache.hadoop.hdfs.server.protocol with parameters of type JournalInfoModifier and TypeMethodDescriptionJournalProtocol.fence(JournalInfo journalInfo, long epoch, String fencerInfo) Request to fence any other journal writers.voidJournalProtocol.journal(JournalInfo journalInfo, long epoch, long firstTxnId, int numTxns, byte[] records) Journal edit records.voidJournalProtocol.startLogSegment(JournalInfo journalInfo, long epoch, long txid) Notify the BackupNode that the NameNode has rolled its edit logs and is now writing a new log segment.