Package org.apache.hadoop.hdfs.qjournal.protocolPB


package org.apache.hadoop.hdfs.qjournal.protocolPB
  • Class
    Description
    org.apache.hadoop.hdfs.qjournal.protocolPB.InterQJournalProtocolPB
    Protocol used to communicate between journal nodes for journal sync.
    org.apache.hadoop.hdfs.qjournal.protocolPB.InterQJournalProtocolServerSideTranslatorPB
    Implementation for protobuf service that forwards requests received on InterQJournalProtocolPB to the InterQJournalProtocol server implementation.
    org.apache.hadoop.hdfs.qjournal.protocolPB.InterQJournalProtocolTranslatorPB
    This class is the client side translator to translate the requests made on InterQJournalProtocol interfaces to the RPC server implementing InterQJournalProtocolPB.
    org.apache.hadoop.hdfs.qjournal.protocolPB.QJournalProtocolPB
    Protocol used to journal edits to a JournalNode participating in the quorum journal.
    org.apache.hadoop.hdfs.qjournal.protocolPB.QJournalProtocolServerSideTranslatorPB
    Implementation for protobuf service that forwards requests received on JournalProtocolPB to the JournalProtocol server implementation.
    org.apache.hadoop.hdfs.qjournal.protocolPB.QJournalProtocolTranslatorPB
    This class is the client side translator to translate the requests made on JournalProtocol interfaces to the RPC server implementing JournalProtocolPB.