xrootd
|
#include <XrdMonSndStageEntry.hh>
Classes | |
struct | CompactEntry |
Public Member Functions | |
XrdMonSndStageEntry (string u, kXR_int16 pid, kXR_int16 fd, string host, string path, kXR_int32 bytes, kXR_int32 secs, kXR_int32 tod, kXR_int32 id) | |
CompactEntry | code () |
Private Attributes | |
string | _user |
kXR_int16 | _pid |
kXR_int16 | _fd |
string | _host |
string | _path |
kXR_int32 | _bytes |
kXR_int32 | _secs |
kXR_int32 | _tod |
kXR_int32 | _myId |
Friends | |
ostream & | operator<< (ostream &o, const XrdMonSndStageEntry &m) |
XrdMonSndStageEntry::XrdMonSndStageEntry | ( | string | u, |
kXR_int16 | pid, | ||
kXR_int16 | fd, | ||
string | host, | ||
string | path, | ||
kXR_int32 | bytes, | ||
kXR_int32 | secs, | ||
kXR_int32 | tod, | ||
kXR_int32 | id | ||
) |
XrdMonSndStageEntry::CompactEntry XrdMonSndStageEntry::code | ( | ) |
References _bytes, _fd, _host, _myId, _path, _pid, _secs, _tod, _user, XrdMonSndStageEntry::CompactEntry::id, and XrdMonSndStageEntry::CompactEntry::others.
Referenced by doStageXrdMonSndPacket().
ostream& operator<< | ( | ostream & | o, |
const XrdMonSndStageEntry & | m | ||
) | [friend] |
kXR_int32 XrdMonSndStageEntry::_bytes [private] |
Referenced by code(), and operator<<().
kXR_int16 XrdMonSndStageEntry::_fd [private] |
Referenced by code(), and operator<<().
string XrdMonSndStageEntry::_host [private] |
Referenced by code(), and operator<<().
kXR_int32 XrdMonSndStageEntry::_myId [private] |
Referenced by code(), and operator<<().
string XrdMonSndStageEntry::_path [private] |
Referenced by code(), and operator<<().
kXR_int16 XrdMonSndStageEntry::_pid [private] |
Referenced by code(), and operator<<().
kXR_int32 XrdMonSndStageEntry::_secs [private] |
Referenced by code(), and operator<<().
kXR_int32 XrdMonSndStageEntry::_tod [private] |
Referenced by code(), and operator<<().
string XrdMonSndStageEntry::_user [private] |
Referenced by code(), and operator<<().