Searched refs:sGid (Results 1 – 1 of 1) sorted by relevance
28 private static final AtomicInteger sGid = new AtomicInteger(); field in ThresholdGroup34 int groupId = sGid.getAndIncrement(); in ThresholdGroup()