Package org.apache.beam.sdk.fn
Class IdGenerators
java.lang.Object
org.apache.beam.sdk.fn.IdGenerators
Common
IdGenerator implementations.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IdGeneratorReturns anIdGeneratorsthat will provide successive decrementing longs.static IdGeneratorReturns anIdGeneratorwhich provides successive incrementing longs.
-
Constructor Details
-
IdGenerators
public IdGenerators()
-
-
Method Details
-
incrementingLongs
Returns anIdGeneratorwhich provides successive incrementing longs. -
decrementingLongs
Returns anIdGeneratorsthat will provide successive decrementing longs.
-