Package com.yahoo.vespa.config.server
Class SuperModelGenerationCounter
java.lang.Object
com.yahoo.vespa.config.server.SuperModelGenerationCounter
- All Implemented Interfaces:
com.yahoo.vespa.config.GenerationCounter
public class SuperModelGenerationCounter
extends Object
implements com.yahoo.vespa.config.GenerationCounter
Distributed global generation counter for the super model.
- Author:
- Ulf Lilleengen
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SuperModelGenerationCounter
public SuperModelGenerationCounter(com.yahoo.vespa.curator.Curator curator)
-
-
Method Details
-
increment
public long increment()Increment counter and return next value. This method is thread safe and provides an atomic value across zookeeper clusters.- Specified by:
increment
in interfacecom.yahoo.vespa.config.GenerationCounter
- Returns:
- incremented counter value.
-
get
public long get()- Specified by:
get
in interfacecom.yahoo.vespa.config.GenerationCounter
- Returns:
- current counter value.
-