Versions Compared

Key

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

...

  • Existing eviction mechanism based on EvictionPolicy is now supported only in near and onheap caches.
  • To enable eviction in regural regular cache, choose one of page-based eviction algorithms with MemoryPolicyConfiguration#setPageEvictionMode. More info about page-based eviction can be found in javadocs of MemoryPolicyConfiguration and DataPageEvictionMode.

IgniteConfiguration

getGridName/setGridName declared deprecated and getIgniteInstanceName/setIgniteInstanceName should be used instead.

Ignite.NET

  • CompiledQuery class removed, CompiledQuery2 class renamed to CompiledQuery. If you have used CompiledQuery class, there is nothing to change. Exising Existing code should compile. If you have used CompiledQuery2 class, rename usages to CompiledQuery.
  • CacheEvent.LockId has been removed. It was always null previously.

...