Hermes  0.9.5-beta
Hierarchical Distributed I/O Buffering System
hermes::SwapBlob Struct Reference

#include <buffer_pool.h>

Collaboration diagram for hermes::SwapBlob:

Public Attributes

u32 node_id
 
u64 offset
 
u64 size
 
BucketID bucket_id
 

Detailed Description

A structure to represent swap BLOB

Note
(chogan): When adding members to this struct, it is important to also add an entry to the SwapBlobMembers enum below.

Member Data Documentation

◆ node_id

u32 hermes::SwapBlob::node_id

node ID

◆ offset

u64 hermes::SwapBlob::offset

offset of swap BLOB

◆ size

u64 hermes::SwapBlob::size

size of swap BLOB

◆ bucket_id

BucketID hermes::SwapBlob::bucket_id

Bucket ID


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