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 classOortMasterLong.Callback.AdapterEmpty implementation ofOortMasterLong.CallbackMethods in org.cometd.oort with parameters of type OortMasterLong.Callback Modifier and Type Method Description booleanOortMasterLong. addAndGet(long delta, OortMasterLong.Callback callback)Adds the givendeltaand then invokes the givencallbackwith the counter value after the addition.booleanOortMasterLong. get(OortMasterLong.Callback callback)Retrieves the value from the "master" node and then invokes the givencallbackwith the result value.booleanOortMasterLong. getAndAdd(long delta, OortMasterLong.Callback callback)Adds the givendeltaand then invokes the givencallbackwith the counter value before the addition.