Class OneTimeAddressGenerator

java.lang.Object
org.jgroups.util.OneTimeAddressGenerator
All Implemented Interfaces:
AddressGenerator

public class OneTimeAddressGenerator extends Object implements AddressGenerator
Implementation of AddressGenerator which is configured with an initial value, and after that random values are generated.
Since:
3.5
  • Field Details

    • initial_val

      protected final long initial_val
    • first

      protected boolean first
  • Constructor Details

    • OneTimeAddressGenerator

      public OneTimeAddressGenerator()
    • OneTimeAddressGenerator

      public OneTimeAddressGenerator(long initial_val)
  • Method Details