Versions Compared

Key

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

...

  • name - null name is no longer allowed
  • metaCacheName - removed, use metaCacheConfiguration
  • dataCacheName - removed, use dataCacheConfiguration
  • streamBufferSize - renamed to bufferSize
  • maxSpace - removed, maximum memory is now controlled through MemoryPolicy [1]
  • InitializeDefaultPathModes - removed
  • trashPurgeTimeout - removed
  • fragmentizerLocWritesRatio - removed 
  • dualModePutExecutorService - removed
  • dualModePutExecutorServiceShutdown - removed
  • dualModeMaxPendingPutsSize - removed

 

@QuerySqlField and @QueryTextField annotations

No longer allowed on methods.

 

@AffinityKeyMapped annotation

No longer allowed on methods.

 

BinaryIdentityResolved

Interface has been removed. Now key hash code and equality is calculated based on content of serialized object. 

 

[1] https://apacheignite.readme.io/docs/page-memory

...