-
Optional Element Summary
Optional Elements
References to colocation columns.
Indexes to create on this table.
Class annotated with
Zone
annotation to create a zone.
-
-
Field Details
-
DEFAULT_ZONE
static final String DEFAULT_ZONE
Default zone name.
- See Also:
-
-
DEFAULT_SCHEMA
static final String DEFAULT_SCHEMA
Default schema name.
- See Also:
-
-
Element Details
-
value
The name of the table. If it's empty, the name of the class annotated with this annotation will be used.
- Returns:
- The name of the table.
- Default:
- ""
-
schemaName
The schema name.
- Returns:
- The schema name.
- Default:
- "PUBLIC"
-
indexes
Indexes to create on this table.
- Returns:
- Indexes to create on this table.
- Default:
- {}
-
primaryKeyType
Primary key type.
- Returns:
- Primary key type.
- Default:
- DEFAULT
-
colocateBy
References to colocation columns.
- Returns:
- Colocation columns.
- Default:
- {}
-
zone
Class annotated with
Zone
annotation to create a zone.
- Returns:
- Zone description class.
- Default:
- @org.apache.ignite.catalog.annotations.Zone(value="Default", storageProfiles="")