Edward Capriolo created GOSSIP-97:
-------------------------------------
Summary: Implement model and message handler
Key: GOSSIP-97
URL: https://issues.apache.org/jira/browse/GOSSIP-97
Project: Gossip
Issue Type: Sub-task
Reporter: Edward Capriolo
We need one or two types of Model objects that can encapsulate the arguments of
these messages.
void write(String key, SharedGossipMessage message, Chooser c, Consistency con)
Object read(String key, Chooser c, Consistency con, Merger m )
This involves making a class like the one here:
gossip-base/src/main/java/org/apache/gossip/manager/handlers/SharedDataMessageHandler.java
And registering it to handle objects of a specific type.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)