NDN-DPDK
High-Speed Named Data Networking Forwarder
Loading...
Searching...
No Matches
Cs Struct Reference

The Content Store (CS). More...

#include <cs-struct.h>

Data Fields

CsArc direct
 ARC lists of direct entries.
CsList indirect
 LRU list of indirect entries.
DiskStorediskStore
DiskAllocdiskAlloc
uint64_t nHitMemory
uint64_t nHitDisk
uint64_t nHitIndirect
uint64_t nDiskInsert
uint64_t nDiskDelete
uint64_t nDiskFull

Detailed Description

The Content Store (CS).

This is embedded in Pcct struct.

Field Documentation

◆ direct

CsArc Cs::direct

ARC lists of direct entries.

◆ diskAlloc

DiskAlloc* Cs::diskAlloc

◆ diskStore

DiskStore* Cs::diskStore

◆ indirect

CsList Cs::indirect

LRU list of indirect entries.

◆ nDiskDelete

uint64_t Cs::nDiskDelete

◆ nDiskFull

uint64_t Cs::nDiskFull

◆ nDiskInsert

uint64_t Cs::nDiskInsert

◆ nHitDisk

uint64_t Cs::nHitDisk

◆ nHitIndirect

uint64_t Cs::nHitIndirect

◆ nHitMemory

uint64_t Cs::nHitMemory

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