| Interface | Description |
|---|---|
| InterQJournalProtocolPB |
Protocol used to communicate between journal nodes for journal sync.
|
| QJournalProtocolPB |
Protocol used to journal edits to a JournalNode participating
in the quorum journal.
|
| Class | Description |
|---|---|
| InterQJournalProtocolServerSideTranslatorPB |
Implementation for protobuf service that forwards requests
received on
InterQJournalProtocolPB to the
InterQJournalProtocol server implementation. |
| InterQJournalProtocolTranslatorPB |
This class is the client side translator to translate the requests made on
InterQJournalProtocol interfaces to the RPC server implementing
InterQJournalProtocolPB. |
| QJournalProtocolServerSideTranslatorPB |
Implementation for protobuf service that forwards requests
received on
JournalProtocolPB to the
JournalProtocol server implementation. |
| QJournalProtocolTranslatorPB |
This class is the client side translator to translate the requests made on
JournalProtocol interfaces to the RPC server implementing
JournalProtocolPB. |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.