Uses of Interface
org.cometd.oort.OortMasterLong.Callback
Package | Description |
---|---|
org.cometd.oort |
-
Uses of OortMasterLong.Callback in org.cometd.oort
Classes in org.cometd.oort that implement OortMasterLong.Callback Modifier and Type Class Description static class
OortMasterLong.Callback.Adapter
Empty implementation ofOortMasterLong.Callback
Methods in org.cometd.oort with parameters of type OortMasterLong.Callback Modifier and Type Method Description boolean
OortMasterLong. addAndGet(long delta, OortMasterLong.Callback callback)
Adds the givendelta
and then invokes the givencallback
with the counter value after the addition.boolean
OortMasterLong. get(OortMasterLong.Callback callback)
Retrieves the value from the "master" node and then invokes the givencallback
with the result value.boolean
OortMasterLong. getAndAdd(long delta, OortMasterLong.Callback callback)
Adds the givendelta
and then invokes the givencallback
with the counter value before the addition.