public class InlineRecommender extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DFLT_THROTTLE_INLINE_SIZE_CALCULATION
Default throttle frequency for an index row inline size calculation and logging index inline size recommendation.
|
| Constructor and Description |
|---|
InlineRecommender(GridCacheContext<?,?> cctx,
SortedIndexDefinition def)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
recommend(IndexRow row,
int currInlineSize)
Calculate aggregate inline size for given indexes and log recommendation in case calculated size more than
current inline size.
|
public static final int DFLT_THROTTLE_INLINE_SIZE_CALCULATION
public InlineRecommender(GridCacheContext<?,?> cctx, SortedIndexDefinition def)
public void recommend(IndexRow row, int currInlineSize)
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.15.0 Release Date : April 25 2023