Rosetta
|
Classes | |
class | DeallocationMessage |
DeallocationMessage class provides an opportunity for one JobQueen to communicate with a remote JobQueen in a parallelization-independent fashion – that is, the parallel JobDistributor (be it MPI, or perhaps Hadoop) is responsible for delivering the DeallocationMessages to the remote JobQueens. In particular, they serve the role of allowing a JobQueen to deallocate resources that are no longer needed. As of the time this class was dreamed up, the JobDistributor makes no guarantee about the regularity with which it queries the JobQueen on the head node for DeallocationMessages, and the communication of DeallocationMessages is uni-directional: this system is not designed to let JobQueens on freely communicate between themselves, though, such a system would obviously have its merits. More... | |
class | InputPoseDeallocationMessage |
InputPoseDeallocationMessage class holds the output that's generated by a Job over the course of its execution. The InputPoseDeallocationMessage is handed by the JobQueen to the JobOutputWriter objects, each of which have the opportunity to pull data out of the InputPoseDeallocationMessage class. More... | |
class | ResourceDeallocationMessage |
ResourceDeallocationMessage class is used so that a JobQueen that knows a resource will no longer be needed can communicate this knowledge to other JobQueens running remotely so that they can deallocate that resource. More... | |
Typedefs | |
typedef utility::pointer::shared_ptr< DeallocationMessage > | DeallocationMessageOP |
typedef utility::pointer::shared_ptr< DeallocationMessage const > | DeallocationMessageCOP |
typedef utility::pointer::shared_ptr< InputPoseDeallocationMessage > | InputPoseDeallocationMessageOP |
typedef utility::pointer::shared_ptr< InputPoseDeallocationMessage const > | InputPoseDeallocationMessageCOP |
typedef utility::pointer::shared_ptr< ResourceDeallocationMessage > | ResourceDeallocationMessageOP |
typedef utility::pointer::shared_ptr< ResourceDeallocationMessage const > | ResourceDeallocationMessageCOP |
Enumerations | |
enum | deallocation_msg_type : short { unassigned_deallocation_msg , input_pose_deallocation_msg , resource_deallocation_msg , string_string_pair_msg } |
typedef utility::pointer::shared_ptr< DeallocationMessage const > protocols::jd3::deallocation::DeallocationMessageCOP |
typedef utility::pointer::shared_ptr< DeallocationMessage > protocols::jd3::deallocation::DeallocationMessageOP |
typedef utility::pointer::shared_ptr< InputPoseDeallocationMessage const > protocols::jd3::deallocation::InputPoseDeallocationMessageCOP |
typedef utility::pointer::shared_ptr< InputPoseDeallocationMessage > protocols::jd3::deallocation::InputPoseDeallocationMessageOP |
typedef utility::pointer::shared_ptr< ResourceDeallocationMessage const > protocols::jd3::deallocation::ResourceDeallocationMessageCOP |
typedef utility::pointer::shared_ptr< ResourceDeallocationMessage > protocols::jd3::deallocation::ResourceDeallocationMessageOP |
enum protocols::jd3::deallocation::deallocation_msg_type : short |