Hermes  0.9.5-beta
Hierarchical Distributed I/O Buffering System
hermes::DPEFactory Class Reference

#include <data_placement_engine_factory.h>

Public Member Functions

std::unique_ptr< DPEGet (const PlacementPolicy &type)
 

Detailed Description

A class to represent Data Placement Engine Factory

Member Function Documentation

◆ Get()

std::unique_ptr<DPE> hermes::DPEFactory::Get ( const PlacementPolicy &  type)
inline

return a pointer to data placement engine given a policy type. This uses factory pattern.

Parameters
[in]typea placement policy type to be used by the data placement engine factory.
Returns
pointer to DataPlacementEngine given type PlacementPolicy.
Here is the caller graph for this function:

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