Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Method and Description |
---|---|
boolean |
OortPrimaryLong.addAndGet(long delta,
OortPrimaryLong.Callback callback)
Adds the given
delta and then invokes the given callback with
the counter value after the addition. |
boolean |
OortPrimaryLong.get(OortPrimaryLong.Callback callback)
Retrieves the value from the "primary" node and then invokes the given
callback
with the result value. |
boolean |
OortPrimaryLong.getAndAdd(long delta,
OortPrimaryLong.Callback callback)
Adds the given
delta and then invokes the given callback with
the counter value before the addition. |
Copyright © 2008–2024 The CometD Project. All rights reserved.