public static class BTree.Counter extends Object implements ICounter
Constructor and Description |
---|
BTree.Counter(BTree btree) |
Modifier and Type | Method and Description |
---|---|
long |
get()
The current value of the counter (initially zero).
|
long |
incrementAndGet()
Increment the current value of the counter and then return its value
(atomic).
|
public BTree.Counter(BTree btree)
public long get()
ICounter
public long incrementAndGet()
ICounter
incrementAndGet
in interface ICounter
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.