- Usage: A node that wants to find data in the network can call the Entity Search Algorithm, which sends MessageFindQueryRequests to the requesting node's DSNs.
More...
#include <find_query_request.h>
|
enum | ForwardingDirection : uint8_t { kDirectionNone
, kDirectionLeft
, kDirectionRight
} |
|
- Usage: A node that wants to find data in the network can call the Entity Search Algorithm, which sends MessageFindQueryRequests to the requesting node's DSNs.
- Algorithm Association: Entity Search.
◆ MessageFindQueryRequest()
minhton::MessageFindQueryRequest::MessageFindQueryRequest |
( |
MinhtonMessageHeader |
header, |
|
|
FindQuery |
query, |
|
|
ForwardingDirection |
forwarding_direction, |
|
|
std::pair< uint32_t, uint32_t > |
interval |
|
) |
| |
- Parameters
-
query | Defines what kind of data the requesting node wants to aquire. |
forwarding_direction | Can be either none, left, or right. |
interval | A pair defining the start and end number of relevant nodes (both exclusive). |
The documentation for this class was generated from the following files: