Public Types | |
| enum | PolicyType |
| Values for setting PolicyType. More... | |
Static Public Member Functions | |
| static PolicyType | fromName (const char *name) |
| Returns the type of the Lru action represented by name. | |
| static const char * | fromOrdinal (const uint8_t ordinal) |
| Returns the Name of the Lru action represented by specified ordinal. | |
| static bool | isNone (const PolicyType type) |
Return whether this is NONE. | |
| static bool | isOverflow (const PolicyType type) |
| Returns whether this is one of the overflow to disk type. | |
| static bool | isPersist (const PolicyType type) |
Return whether this is persist. | |
Values for setting PolicyType.
| static PolicyType gemfire::DiskPolicyType::fromName | ( | const char * | name | ) | [static] |
Returns the type of the Lru action represented by name.
| static const char* gemfire::DiskPolicyType::fromOrdinal | ( | const uint8_t | ordinal | ) | [static] |
Returns the Name of the Lru action represented by specified ordinal.
| static bool gemfire::DiskPolicyType::isNone | ( | const PolicyType | type | ) | [inline, static] |
Return whether this is NONE.
| static bool gemfire::DiskPolicyType::isOverflow | ( | const PolicyType | type | ) | [inline, static] |
Returns whether this is one of the overflow to disk type.
| static bool gemfire::DiskPolicyType::isPersist | ( | const PolicyType | type | ) | [inline, static] |
Return whether this is persist.