RegionAttributes::getMirrorType
Public Types | |
| enum | Mirror { NONE = 0, KEYS, KEYS_VALUES } |
| Values for Mirroring type. More... | |
Static Public Member Functions | |
| static const char * | fromOrdinal (const uint8_t ordinal) |
| Return the MirrorType represented by the specified ordinal. | |
| static bool | isKeys (const Mirror type) |
Return whether this is KEYS. | |
| static bool | isKeysValues (const Mirror type) |
Return whether this is KEYS_VALUES. | |
| static bool | isMirrored (const Mirror type) |
| Return whether this indicates a mirrored type. | |
| static bool | isNone (const Mirror type) |
Return whether this is NONE. | |
| static Mirror | toMirrorType (const char *name) |
| Returns the type from the name. | |
| static const char* gemfire::MirrorType::fromOrdinal | ( | const uint8_t | ordinal | ) | [static] |
Return the MirrorType represented by the specified ordinal.
| ordinal | enumeration index value |
| static bool gemfire::MirrorType::isKeys | ( | const Mirror | type | ) | [inline, static] |
Return whether this is KEYS.
| type | mirror type |
| static bool gemfire::MirrorType::isKeysValues | ( | const Mirror | type | ) | [inline, static] |
Return whether this is KEYS_VALUES.
| type | mirror type |
| static bool gemfire::MirrorType::isMirrored | ( | const Mirror | type | ) | [inline, static] |
Return whether this indicates a mirrored type.
| type | mirror type |
KEYS or KEYS_VALUES | static bool gemfire::MirrorType::isNone | ( | const Mirror | type | ) | [inline, static] |
Return whether this is NONE.
| type | mirror type |
| static Mirror gemfire::MirrorType::toMirrorType | ( | const char * | name | ) | [static] |
Returns the type from the name.