Package | Description |
---|---|
org.cometd.oort |
Modifier and Type | Class | Description |
---|---|---|
static class |
OortMasterLong.Callback.Adapter |
Empty implementation of
OortMasterLong.Callback |
Modifier and Type | Method | 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–2017 The CometD Project. All rights reserved.