Search in sources :

Example 1 with ProtoSetConvergenceStateMessageGroup

use of com.ms.silverking.cloud.dht.net.ProtoSetConvergenceStateMessageGroup in project SilverKing by Morgan-Stanley.

the class CentralConvergenceController method sendSetState.

private UUIDBase sendSetState(UUIDBase uuid, IPAndPort replica, RingState ringState) {
    MessageGroup mg;
    mg = new ProtoSetConvergenceStateMessageGroup(uuid, mgBase.getMyID(), setStateDeadlineRelativeMillis, curCP, targetCP, ringState).toMessageGroup();
    mgBase.send(mg, replica);
    return uuid;
}
Also used : ProtoSetConvergenceStateMessageGroup(com.ms.silverking.cloud.dht.net.ProtoSetConvergenceStateMessageGroup) MessageGroup(com.ms.silverking.cloud.dht.net.MessageGroup) ProtoSetConvergenceStateMessageGroup(com.ms.silverking.cloud.dht.net.ProtoSetConvergenceStateMessageGroup)

Aggregations

MessageGroup (com.ms.silverking.cloud.dht.net.MessageGroup)1 ProtoSetConvergenceStateMessageGroup (com.ms.silverking.cloud.dht.net.ProtoSetConvergenceStateMessageGroup)1