public class InlineRecommender extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DFLT_THROTTLE_INLINE_SIZE_CALCULATION |
static String |
IGNITE_THROTTLE_INLINE_SIZE_CALCULATION |
| 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
@SystemProperty(value="How often real invocation of inline size calculation will be skipped.", type=java.lang.Long.class, defaults="1000") public static final String IGNITE_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.11.1 Release Date : December 20 2021