libmoost
moost::algorithm::ketama_partitioner< T >::bucket_hash Struct Reference

List of all members.

Public Member Functions

 bucket_hash (size_t bucket_, size_t hash_)
bool operator< (const bucket_hash &other) const

Public Attributes

size_t bucket
size_t hash

Detailed Description

template<typename T>
struct moost::algorithm::ketama_partitioner< T >::bucket_hash

Definition at line 64 of file ketama_partitioner.hpp.


Constructor & Destructor Documentation

template<typename T>
moost::algorithm::ketama_partitioner< T >::bucket_hash::bucket_hash ( size_t  bucket_,
size_t  hash_ 
) [inline]

Definition at line 66 of file ketama_partitioner.hpp.


Member Function Documentation

template<typename T>
bool moost::algorithm::ketama_partitioner< T >::bucket_hash::operator< ( const bucket_hash other) const [inline]

Definition at line 72 of file ketama_partitioner.hpp.


Member Data Documentation

template<typename T>
size_t moost::algorithm::ketama_partitioner< T >::bucket_hash::bucket

Definition at line 70 of file ketama_partitioner.hpp.

template<typename T>
size_t moost::algorithm::ketama_partitioner< T >::bucket_hash::hash

Definition at line 71 of file ketama_partitioner.hpp.


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