Package org.apache.pekko.io.dns
Class IdGenerator$
- java.lang.Object
 - 
- org.apache.pekko.io.dns.IdGenerator$
 
 
- 
public class IdGenerator$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static IdGenerator$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description IdGenerator$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IdGeneratorapply()IdGeneratorapply(IdGenerator.Policy policy)IdGeneratorrandom(java.util.Random rand) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final IdGenerator$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
apply
public IdGenerator apply(IdGenerator.Policy policy)
 
- 
apply
public IdGenerator apply()
 
- 
random
public IdGenerator random(java.util.Random rand)
- Returns:
 - a random sequence of ids for production
 
 
 - 
 
 -