C# Class Summer.Batch.Core.Explore.Support.LocalDataFieldMaxValueIncrementer

Local IDataFieldMaxValueIncrementer implementation. Since it is not supported here, a NotSupportedException will be thrown by the NextLong method.
Inheritance: Summer.Batch.Data.Incrementer.AbstractDataFieldMaxValueIncrementer
Show file Open project: SummerBatch/SummerBatch

Public Methods

Method Description
NextLong ( ) : long

Returns the next value for the current incrementer. Not supported here, wo will throw a NotSupportedException if invoked.

Method Details

NextLong() public method

Returns the next value for the current incrementer. Not supported here, wo will throw a NotSupportedException if invoked.
public NextLong ( ) : long
return long