Package org.apache.ignite.examples.datagrid
Demonstrates data ignite cache usage.
-
Class Summary Class Description CacheAffinityExample This example demonstrates the simplest code that populates the distributed cache and co-locates simple closure execution with each key.CacheApiExample This example demonstrates some of the cache rich API capabilities.CacheAsyncApiExample This example demonstrates some of the cache rich API capabilities.CacheContinuousAsyncQueryExample This examples demonstrates asynchronous continuous query API.CacheContinuousQueryExample This examples demonstrates continuous query API.CacheContinuousQueryWithTransformerExample This example demonstrates how to use continuous queries together with the transformer APIs.CacheDataStreamerExample Demonstrates how cache can be populated with data utilizingIgniteDataStreamerAPI.CacheEntryProcessorExample This example demonstrates the simplest code that populates the distributed cache and co-locates simple closure execution with each key.CacheEventsExample This examples demonstrates events API.CachePutGetExample This example demonstrates very basic operations on cache, such as 'put' and 'get'.CacheQueryExample Cache queries example.CacheTransactionExample Demonstrates how to use cache transactions.DataRegionsExample This example demonstrates how to tweak particular settings of Apache Ignite page memory usingDataStorageConfigurationand set up several data regions for different caches withDataRegionConfiguration.