Logo
Public Attributes | List of all members
eclipse::BlockMetadata Struct Reference

#include <blockmetadata.hh>

Collaboration diagram for eclipse::BlockMetadata:
Collaboration graph

Public Attributes

std::string name
 
std::string file_name
 
unsigned int seq
 
uint32_t hash_key
 
uint64_t size
 
unsigned int type
 
int replica
 
std::string node
 
std::string l_node
 
std::string r_node
 
unsigned int is_committed
 
std::vector< ChunkMetadatachunks
 

Member Data Documentation

◆ chunks

std::vector<ChunkMetadata> eclipse::BlockMetadata::chunks

◆ file_name

std::string eclipse::BlockMetadata::file_name

◆ hash_key

uint32_t eclipse::BlockMetadata::hash_key

◆ is_committed

unsigned int eclipse::BlockMetadata::is_committed

◆ l_node

std::string eclipse::BlockMetadata::l_node

◆ name

std::string eclipse::BlockMetadata::name

◆ node

std::string eclipse::BlockMetadata::node

◆ r_node

std::string eclipse::BlockMetadata::r_node

◆ replica

int eclipse::BlockMetadata::replica

◆ seq

unsigned int eclipse::BlockMetadata::seq

◆ size

uint64_t eclipse::BlockMetadata::size

◆ type

unsigned int eclipse::BlockMetadata::type

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