Classes | Namespaces | Defines

DistFastRedundantShare.h File Reference

#include "DistRedundantShare.h"
#include "DistShare.h"
#include <limits>
#include <string>
#include <sstream>
#include <iostream>
#include "helper.h"
Include dependency graph for DistFastRedundantShare.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VDRIVE::DistFastRedundantShare

Namespaces

namespace  VDRIVE

Defines

#define VDRIVE_FRS_KMAP   std::tr1::unordered_map<int64_t, DistShare*>
#define VDRIVE_FRS_KMAPit   VDRIVE_FRS_KMAP::iterator
#define VDRIVE_FRS_MMAP   std::tr1::unordered_map<int32_t, VDRIVE_FRS_KMAP *>
#define VDRIVE_FRS_MMAPit   VDRIVE_FRS_MMAP::iterator
#define VDRIVE_FRS_DISKMAP   std::tr1::unordered_map<int64_t, Disk*>
#define VDRIVE_FRS_DISKMAPit   VDRIVE_FRS_DISKMAP::iterator

Define Documentation

#define VDRIVE_FRS_DISKMAP   std::tr1::unordered_map<int64_t, Disk*>
#define VDRIVE_FRS_DISKMAPit   VDRIVE_FRS_DISKMAP::iterator
#define VDRIVE_FRS_KMAP   std::tr1::unordered_map<int64_t, DistShare*>
#define VDRIVE_FRS_KMAPit   VDRIVE_FRS_KMAP::iterator
#define VDRIVE_FRS_MMAP   std::tr1::unordered_map<int32_t, VDRIVE_FRS_KMAP *>
#define VDRIVE_FRS_MMAPit   VDRIVE_FRS_MMAP::iterator