FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput Class Reference

Message sent to stat gatherer with all decryption requests for an agent. More...

Inheritance diagram for frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput:

Public Member Functions

 StatRequestOutput (HashMap< String, Integer > requestCount)
 Constructor.
 StatRequestOutput ()
 Empty Constructor.
void readExternal (ObjectInput in) throws IOException, ClassNotFoundException
void writeExternal (ObjectOutput out) throws IOException
HashMap< String, Integer > getMap ()
Public Member Functions inherited from frodo2.communication.MessageWithPayload< T extends Serializable >
 MessageWithPayload ()
 Empty constructor.
 MessageWithPayload (MessageType type, T payload)
 Constructor.
MessageWithPayload< T > clone ()
getPayload ()
void setPayload (T payload)
String toString ()
Public Member Functions inherited from frodo2.communication.Message
 Message (MessageType type)
 Constructor.
 Message ()
 Empty constructor.
MessageType getType ()
void fakeSerialize ()
 Pretends to serialize the message.

Additional Inherited Members

Protected Attributes inherited from frodo2.communication.Message
MessageType type
 The type of this message.

Detailed Description

Message sent to stat gatherer with all decryption requests for an agent.

Constructor & Destructor Documentation

◆ StatRequestOutput() [1/2]

◆ StatRequestOutput() [2/2]

Member Function Documentation

◆ getMap()

HashMap< String, Integer > frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.getMap ( )
Returns
the map in the payload message

References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

Here is the call graph for this function:

◆ readExternal()

void frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.readExternal ( ObjectInput in) throws IOException, ClassNotFoundException
See also
java.io.Externalizable#readExternal(java.io.ObjectInput)

Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.

References readExternal(), and frodo2.communication.MessageWithPayload< T extends Serializable >.setPayload().

Referenced by readExternal().

Here is the call graph for this function:

◆ writeExternal()

void frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.writeExternal ( ObjectOutput out) throws IOException
See also
java.io.Externalizable#writeExternal(java.io.ObjectOutput)

Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.

References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

Here is the call graph for this function:

The documentation for this class was generated from the following file: