You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The guide contains a list APIs that were deprecated or removed in Apache Ignite 2.0 and provides alternate APIs which you can use to migrate to from the deprecated or removed ones. 

TcpDiscoveryS3IpFinder
  • TcpDiscoveryS3IpFinder.setAwsCredentials(AWSCredentialsProvider) renamed to TcpDiscoveryS3IpFinder.setAwsCredentialsProvider(AWSCredentialsProvider)

Ignite.NET

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