Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Class and Description |
---|---|
static class |
OortMasterLong.Callback.Adapter
Empty implementation of
OortMasterLong.Callback |
Modifier and Type | Method and Description |
---|---|
boolean |
OortMasterLong.addAndGet(long delta,
OortMasterLong.Callback callback)
Adds the given
delta and then invokes the given callback with
the counter value after the addition. |
boolean |
OortMasterLong.get(OortMasterLong.Callback callback)
Retrieves the value from the "master" node and then invokes the given
callback
with the result value. |
boolean |
OortMasterLong.getAndAdd(long delta,
OortMasterLong.Callback callback)
Adds the given
delta and then invokes the given callback with
the counter value before the addition. |
Copyright © 2008–2016 The CometD Project. All rights reserved.