Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No longer allowed on methods.

SQL API

CacheTypeMetadata and CacheTypeFieldMetadata

Classes have been removed. Use QueryEntity class and CacheConfiguration.queryEntities property.

@QuerySqlField and @QueryTextField annotations

...

Before Apache Ignite 2.0 SqlFieldsQuery in the form  "SELECT * FROM ..." returned special _key and _val columns representing actual cache entry key and value respectively. These columns are not returned anymore unless specified explicitly.

CacheTypeMetadata and CacheTypeFieldMetadata

Classes have been removed. Use QueryEntity class and CacheConfiguration.queryEntities property.

Miscellaneous

Thread pools

...