Modifier and Type | Required Element and Description |
---|---|
String |
name
Group index name.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
inlineSize
Index inline size in bytes.
|
public abstract String name
public abstract int inlineSize
Allowed values:
-1
(default) - determine inline size automatically (see below)0
- index inline is disabled (not recommended)-1
, Ignite will try to detect inline size automatically. It will be no more than
CacheConfiguration.getSqlIndexMaxInlineSize()
. Index inline will be enabled for all fixed-length types,
but will not be enabled for String
.
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024