![]() |
XRootD
|
Information returned by file open operation. More...
#include <XrdClXRootDResponses.hh>
Public Member Functions | |
OpenInfo (const uint8_t *fileHandle, uint64_t sessionId, StatInfo *statInfo=0) | |
Constructor. More... | |
~OpenInfo () | |
Destructor. More... | |
void | GetFileHandle (uint8_t *fileHandle) const |
Get the file handle (4bytes) More... | |
uint64_t | GetSessionId () const |
const StatInfo * | GetStatInfo () const |
Get the stat info. More... | |
Information returned by file open operation.
Definition at line 862 of file XrdClXRootDResponses.hh.
|
inline |
Constructor.
Definition at line 868 of file XrdClXRootDResponses.hh.
|
inline |
Destructor.
Definition at line 879 of file XrdClXRootDResponses.hh.
|
inline |
Get the file handle (4bytes)
Definition at line 887 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
|
inline |
Definition at line 903 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().
|
inline |
Get the stat info.
Definition at line 895 of file XrdClXRootDResponses.hh.
Referenced by XrdCl::FileStateHandler::OnOpen().