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
.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.7.2 Release Date : February 6 2019