Hazelcast C++ Client
Public Types | Static Public Attributes | List of all members
hazelcast::client::internal::eviction::EvictionStrategyType Class Reference

Interface for configuration information about eviction. More...

#include <EvictionStrategyType.h>

Public Types

enum  Type { SAMPLING_BASED_EVICTION }
 

Static Public Attributes

static const Type DEFAULT_EVICTION_STRATEGY = SAMPLING_BASED_EVICTION
 Default value of com.hazelcast.internal.eviction.EvictionStrategyType.
 

Detailed Description

Interface for configuration information about eviction.

Member Enumeration Documentation

Enumerator
SAMPLING_BASED_EVICTION 

Sampling based eviction strategy type.


The documentation for this class was generated from the following file: