|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
Message sent to stat gatherer with all decryption requests for an agent. More...

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 () |
| T | 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. | |
Message sent to stat gatherer with all decryption requests for an agent.
| frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.StatRequestOutput | ( | HashMap< String, Integer > | requestCount | ) |
Constructor.
| requestCount | the map that contains all decryption requests received by one agent |
References frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.requestCount, frodo2.communication.MessageWithPayload< T extends Serializable >.setPayload(), and frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.STAT_REQUEST_TYPE.

| frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.StatRequestOutput | ( | ) |
| HashMap< String, Integer > frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.getMap | ( | ) |
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().

| 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 |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References readExternal(), and frodo2.communication.MessageWithPayload< T extends Serializable >.setPayload().
Referenced by readExternal().

| void frodo2.algorithms.dpop.privacy.CollaborativeDecryption< C extends Addable< C >, E extends AddableLimited< C, E, K extends PublicKeyShare >.StatRequestOutput.writeExternal | ( | ObjectOutput | out | ) | throws IOException |
Reimplemented from frodo2.communication.MessageWithPayload< T extends Serializable >.
References frodo2.communication.MessageWithPayload< T extends Serializable >.getPayload().
