Hazelcast C++ Client
|
This is the complete list of members for hazelcast::client::MultiExecutionCallback< V >, including all inherited members.
onComplete(const std::map< Member, boost::shared_ptr< V > > &values, const std::map< Member, boost::shared_ptr< exception::IException > > &exceptions)=0 | hazelcast::client::MultiExecutionCallback< V > | pure virtual |
onFailure(const Member &member, const boost::shared_ptr< exception::IException > &exception)=0 | hazelcast::client::MultiExecutionCallback< V > | pure virtual |
onResponse(const Member &member, const boost::shared_ptr< V > &response)=0 | hazelcast::client::MultiExecutionCallback< V > | pure virtual |
~MultiExecutionCallback() (defined in hazelcast::client::MultiExecutionCallback< V >) | hazelcast::client::MultiExecutionCallback< V > | inlinevirtual |