Class PlatformDotNetEntityFrameworkIncreaseVersionProcessor
- java.lang.Object
-
- org.apache.ignite.internal.processors.platform.entityframework.PlatformDotNetEntityFrameworkIncreaseVersionProcessor
-
- All Implemented Interfaces:
Serializable,javax.cache.processor.EntryProcessor<String,Long,Long>,CacheEntryProcessor<String,Long,Long>
public class PlatformDotNetEntityFrameworkIncreaseVersionProcessor extends Object implements CacheEntryProcessor<String,Long,Long>
Entry processor that increments entity set version number.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PlatformDotNetEntityFrameworkIncreaseVersionProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Longprocess(javax.cache.processor.MutableEntry<String,Long> entry, Object... args)
-