rippled
Public Member Functions | Public Attributes | List of all members
ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus Struct Reference
Collaboration diagram for ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus:
Collaboration graph
[legend]

Public Member Functions

 DatabaseImportStatus (std::uint32_t const earliestIndex, std::uint32_t const latestIndex, std::uint32_t const currentIndex)
 

Public Attributes

std::uint32_t earliestIndex {0}
 
std::uint32_t latestIndex {0}
 
std::uint32_t currentIndex {0}
 
std::uint32_t firstSeq {0}
 
std::uint32_t lastSeq {0}
 
std::weak_ptr< ShardcurrentShard
 

Detailed Description

Definition at line 201 of file DatabaseShardImp.h.

Constructor & Destructor Documentation

◆ DatabaseImportStatus()

ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::DatabaseImportStatus ( std::uint32_t const  earliestIndex,
std::uint32_t const  latestIndex,
std::uint32_t const  currentIndex 
)

Definition at line 203 of file DatabaseShardImp.h.

Member Data Documentation

◆ earliestIndex

std::uint32_t ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::earliestIndex {0}

Definition at line 214 of file DatabaseShardImp.h.

◆ latestIndex

std::uint32_t ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::latestIndex {0}

Definition at line 217 of file DatabaseShardImp.h.

◆ currentIndex

std::uint32_t ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::currentIndex {0}

Definition at line 220 of file DatabaseShardImp.h.

◆ firstSeq

std::uint32_t ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::firstSeq {0}

Definition at line 223 of file DatabaseShardImp.h.

◆ lastSeq

std::uint32_t ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::lastSeq {0}

Definition at line 226 of file DatabaseShardImp.h.

◆ currentShard

std::weak_ptr<Shard> ripple::NodeStore::DatabaseShardImp::DatabaseImportStatus::currentShard

Definition at line 229 of file DatabaseShardImp.h.