Seastar
High performance C++ framework for concurrent servers
Public Member Functions | Static Public Member Functions | List of all members
seastar::rpc::connection_id Class Reference

Public Member Functions

uint64_t id () const
 
bool operator== (const connection_id &o) const
 
 operator bool () const
 
size_t shard () const
 
constexpr connection_id (uint64_t id)
 

Static Public Member Functions

constexpr static connection_id make_invalid_id (uint64_t _id=0)
 
constexpr static connection_id make_id (uint64_t _id, uint16_t shard)
 

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