#include <XrdSsiShMap.hh>
|
| static const int | MultW = 0x88000000 |
| | Bit options that may be or'd into he options member above. More...
|
| |
| static const int | noMultW = 0x08000000 |
| | Opposite (default for Create) More...
|
| |
| static const int | ReUse = 0x44000000 |
| | Reuse map storage. More...
|
| |
| static const int | noReUse = 0x04000000 |
| | Opposite (default for Create) More...
|
| |
| static const int | ForResize = 0 |
| | Constructor suitable for Resize() (use ShMap_Parms(ForResize)). More...
|
| |
◆ ShMap_Parms() [1/2]
| XrdSsi::ShMap_Parms::ShMap_Parms |
( |
| ) |
|
|
inline |
Constructor suitable for Create()
◆ ShMap_Parms() [2/2]
| XrdSsi::ShMap_Parms::ShMap_Parms |
( |
int |
rsz | ) |
|
|
inline |
◆ ~ShMap_Parms()
| XrdSsi::ShMap_Parms::~ShMap_Parms |
( |
| ) |
|
|
inline |
◆ ForResize
| const int XrdSsi::ShMap_Parms::ForResize = 0 |
|
static |
Constructor suitable for Resize() (use ShMap_Parms(ForResize)).
Triggers initialization for Resize
◆ indexSize
| int XrdSsi::ShMap_Parms::indexSize |
Number of hash table entries to create.
◆ maxKeyLen
| int XrdSsi::ShMap_Parms::maxKeyLen |
◆ maxKeys
| int XrdSsi::ShMap_Parms::maxKeys |
◆ mode
| int XrdSsi::ShMap_Parms::mode |
Mode setting for the newly created file.
◆ MultW
| const int XrdSsi::ShMap_Parms::MultW = 0x88000000 |
|
static |
Bit options that may be or'd into he options member above.
Multiple external writers
◆ noMultW
| const int XrdSsi::ShMap_Parms::noMultW = 0x08000000 |
|
static |
Opposite (default for Create)
◆ noReUse
| const int XrdSsi::ShMap_Parms::noReUse = 0x04000000 |
|
static |
Opposite (default for Create)
◆ options
| int XrdSsi::ShMap_Parms::options |
Bit or'd ShMop_xxxx options below.
◆ reserved
| int XrdSsi::ShMap_Parms::reserved |
Reserved for future ABI complaint use.
◆ ReUse
| const int XrdSsi::ShMap_Parms::ReUse = 0x44000000 |
|
static |
The documentation for this struct was generated from the following file: