A filter used to decide whether a worker node is eligible to be included in a cluster. More...
Public Member Functions | |
virtual bool | is_eligible (const IWorker_node_descriptor *worker_node_descriptor)=0 |
Indicates whether a worker node is eligible to be included in a cluster. More... |
|
Additional Inherited Members | |
![]() | |
typedef Interface_declare< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11, IInterface > |
Self |
Own type. More... |
|
typedef Uuid_t< id1, id2, id3, id4, id5, id6, id7, id8, id9, id10, id11 > |
IID |
Declares the interface ID (IID) of this interface. More... |
|
![]() | |
static bool | compare_iid (const Uuid &iid) |
Compares the interface ID iid against the interface ID of this interface and of its ancestors. More... |
|
A filter used to decide whether a worker node is eligible to be included in a cluster.
|
pure virtual |
Indicates whether a worker node is eligible to be included in a cluster.
worker_node_descriptor | Provides information about the worker node. |
true
, if the worker node might be included in the cluster, or false
otherwise.