sk0x50 commented on code in PR #5170:
URL: https://github.com/apache/ignite-3/pull/5170#discussion_r1943002147
##########
modules/replicator/src/main/java/org/apache/ignite/internal/replicator/message/TableAware.java:
##########
@@ -20,9 +20,10 @@
import org.apache.ignite.internal.network.NetworkMessage;
/**
- * Generic interface for all messages about concrete table.
+ * This class represents a common base interface for all message types related
to a particular table.
+ * Extending this interface means the message is propagated to the table
replica to be processed via zone replica.
*/
public interface TableAware extends NetworkMessage {
- /** Table Id. */
+ /** Returns table identifier. **/
Review Comment:
:ok_hand:
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]