Uses of Interface
org.cometd.oort.OortPrimaryLong.Callback
-
Packages that use OortPrimaryLong.Callback Package Description org.cometd.oort -
-
Uses of OortPrimaryLong.Callback in org.cometd.oort
Classes in org.cometd.oort that implement OortPrimaryLong.Callback Modifier and Type Class Description static class
OortPrimaryLong.Callback.Adapter
Deprecated.useOortPrimaryLong.Callback
insteadMethods in org.cometd.oort with parameters of type OortPrimaryLong.Callback Modifier and Type Method Description boolean
OortPrimaryLong. addAndGet(long delta, OortPrimaryLong.Callback callback)
Adds the givendelta
and then invokes the givencallback
with the counter value after the addition.boolean
OortPrimaryLong. get(OortPrimaryLong.Callback callback)
Retrieves the value from the "primary" node and then invokes the givencallback
with the result value.boolean
OortPrimaryLong. getAndAdd(long delta, OortPrimaryLong.Callback callback)
Adds the givendelta
and then invokes the givencallback
with the counter value before the addition.
-