R - Type of the Hi-Density record to be stored.public interface HiDensityRecordStore<R extends HiDensityRecord>
HiDensityRecordStore is the contract for Hi-Density specific record store operations.HiDensityRecord| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_FORCED_EVICTION_PERCENTAGE
Constant value for default forced eviction percentage.
|
static int |
FORCE_EVICTION_TRY_COUNT
Constant value for forced eviction try count.
|
static int |
HUNDRED_PERCENT
Constant value for hundred percent.
|
static long |
NULL_PTR
Constant value for representing the empty address.
|
| Modifier and Type | Method and Description |
|---|---|
int |
forceEvict()
Forcefully evict records.
|
static final int HUNDRED_PERCENT
static final int DEFAULT_FORCED_EVICTION_PERCENTAGE
static final int FORCE_EVICTION_TRY_COUNT
static final long NULL_PTR
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.