KeyPool

trait KeyPool extends KeyPool

A pool of long integers that serve as node ids. Using the method next, the pool provides the next id in a thread-safe manner.

trait KeyPool
class Object
trait Matchable
class Any

Value members

Inherited methods

def next(): Long
Inherited from
KeyPool