◆ PolicyType
Values for setting PolicyType.
◆ fromName()
static PolicyType apache::geode::client::DiskPolicyType::fromName |
( |
const char * |
name | ) |
|
|
static |
Returns the type of the Lru action represented by name.
◆ fromOrdinal()
static const char* apache::geode::client::DiskPolicyType::fromOrdinal |
( |
const uint8_t |
ordinal | ) |
|
|
static |
Returns the Name of the Lru action represented by specified ordinal.
◆ isNone()
static bool apache::geode::client::DiskPolicyType::isNone |
( |
const PolicyType |
type | ) |
|
|
inlinestatic |
Return whether this is NONE
.
◆ isOverflow()
static bool apache::geode::client::DiskPolicyType::isOverflow |
( |
const PolicyType |
type | ) |
|
|
inlinestatic |
Returns whether this is one of the overflow to disk type.
- Returns
- true if this is any action other than NONE
◆ isPersist()
static bool apache::geode::client::DiskPolicyType::isPersist |
( |
const PolicyType |
type | ) |
|
|
inlinestatic |
Return whether this is persist
.