Uses of Interface
org.cometd.oort.OortPrimaryLong.Callback
| Package | Description |
|---|---|
| org.cometd.oort |
-
Uses of OortPrimaryLong.Callback in org.cometd.oort
Methods in org.cometd.oort with parameters of type OortPrimaryLong.Callback Modifier and Type Method Description booleanOortPrimaryLong. addAndGet(long delta, OortPrimaryLong.Callback callback)Adds the givendeltaand then invokes the givencallbackwith the counter value after the addition.booleanOortPrimaryLong. get(OortPrimaryLong.Callback callback)Retrieves the value from the "primary" node and then invokes the givencallbackwith the result value.booleanOortPrimaryLong. getAndAdd(long delta, OortPrimaryLong.Callback callback)Adds the givendeltaand then invokes the givencallbackwith the counter value before the addition.