Derecho  0.9
Distributed systems toolkit for RDMA
Public Member Functions | Public Attributes | List of all members
persistent::hlc_index_entry Struct Reference

#include <PersistLog.hpp>

Collaboration diagram for persistent::hlc_index_entry:
Collaboration graph
[legend]

Public Member Functions

 hlc_index_entry ()
 
 hlc_index_entry (const HLC &_hlc, const int64_t &_log_idx)
 
 hlc_index_entry (const uint64_t &r, const uint64_t &l, const int64_t &_log_idx)
 
 hlc_index_entry (const struct hlc_index_entry &_entry)
 

Public Attributes

HLC hlc
 
int64_t log_idx
 

Detailed Description

Definition at line 32 of file PersistLog.hpp.

Constructor & Destructor Documentation

◆ hlc_index_entry() [1/4]

persistent::hlc_index_entry::hlc_index_entry ( )
inline

Definition at line 36 of file PersistLog.hpp.

◆ hlc_index_entry() [2/4]

persistent::hlc_index_entry::hlc_index_entry ( const HLC _hlc,
const int64_t &  _log_idx 
)
inline

Definition at line 39 of file PersistLog.hpp.

◆ hlc_index_entry() [3/4]

persistent::hlc_index_entry::hlc_index_entry ( const uint64_t &  r,
const uint64_t &  l,
const int64_t &  _log_idx 
)
inline

Definition at line 42 of file PersistLog.hpp.

◆ hlc_index_entry() [4/4]

persistent::hlc_index_entry::hlc_index_entry ( const struct hlc_index_entry _entry)
inline

Definition at line 45 of file PersistLog.hpp.

Member Data Documentation

◆ hlc

HLC persistent::hlc_index_entry::hlc

Definition at line 33 of file PersistLog.hpp.

◆ log_idx

int64_t persistent::hlc_index_entry::log_idx

Definition at line 34 of file PersistLog.hpp.


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