public class TracingAtomicLong extends Object implements com.hazelcast.core.IAtomicLong
| Constructor and Description |
|---|
TracingAtomicLong(com.hazelcast.core.IAtomicLong atomicLong,
boolean traceWithActiveSpanOnly) |
| Modifier and Type | Method and Description |
|---|---|
long |
addAndGet(long delta) |
com.hazelcast.core.ICompletableFuture<Long> |
addAndGetAsync(long delta) |
void |
alter(com.hazelcast.core.IFunction<Long,Long> function) |
long |
alterAndGet(com.hazelcast.core.IFunction<Long,Long> function) |
com.hazelcast.core.ICompletableFuture<Long> |
alterAndGetAsync(com.hazelcast.core.IFunction<Long,Long> function) |
com.hazelcast.core.ICompletableFuture<Void> |
alterAsync(com.hazelcast.core.IFunction<Long,Long> function) |
<R> R |
apply(com.hazelcast.core.IFunction<Long,R> function) |
<R> com.hazelcast.core.ICompletableFuture<R> |
applyAsync(com.hazelcast.core.IFunction<Long,R> function) |
boolean |
compareAndSet(long expect,
long update) |
com.hazelcast.core.ICompletableFuture<Boolean> |
compareAndSetAsync(long expect,
long update) |
long |
decrementAndGet() |
com.hazelcast.core.ICompletableFuture<Long> |
decrementAndGetAsync() |
void |
destroy() |
long |
get() |
long |
getAndAdd(long delta) |
com.hazelcast.core.ICompletableFuture<Long> |
getAndAddAsync(long delta) |
long |
getAndAlter(com.hazelcast.core.IFunction<Long,Long> function) |
com.hazelcast.core.ICompletableFuture<Long> |
getAndAlterAsync(com.hazelcast.core.IFunction<Long,Long> function) |
long |
getAndIncrement() |
com.hazelcast.core.ICompletableFuture<Long> |
getAndIncrementAsync() |
long |
getAndSet(long newValue) |
com.hazelcast.core.ICompletableFuture<Long> |
getAndSetAsync(long newValue) |
com.hazelcast.core.ICompletableFuture<Long> |
getAsync() |
String |
getName() |
String |
getPartitionKey() |
String |
getServiceName() |
long |
incrementAndGet() |
com.hazelcast.core.ICompletableFuture<Long> |
incrementAndGetAsync() |
void |
set(long newValue) |
com.hazelcast.core.ICompletableFuture<Void> |
setAsync(long newValue) |
public TracingAtomicLong(com.hazelcast.core.IAtomicLong atomicLong,
boolean traceWithActiveSpanOnly)
public String getName()
getName in interface com.hazelcast.core.DistributedObjectgetName in interface com.hazelcast.core.IAtomicLongpublic long addAndGet(long delta)
addAndGet in interface com.hazelcast.core.IAtomicLongpublic boolean compareAndSet(long expect,
long update)
compareAndSet in interface com.hazelcast.core.IAtomicLongpublic long decrementAndGet()
decrementAndGet in interface com.hazelcast.core.IAtomicLongpublic long get()
get in interface com.hazelcast.core.IAtomicLongpublic long getAndAdd(long delta)
getAndAdd in interface com.hazelcast.core.IAtomicLongpublic long getAndSet(long newValue)
getAndSet in interface com.hazelcast.core.IAtomicLongpublic long incrementAndGet()
incrementAndGet in interface com.hazelcast.core.IAtomicLongpublic long getAndIncrement()
getAndIncrement in interface com.hazelcast.core.IAtomicLongpublic void set(long newValue)
set in interface com.hazelcast.core.IAtomicLongpublic void alter(com.hazelcast.core.IFunction<Long,Long> function)
alter in interface com.hazelcast.core.IAtomicLongpublic long alterAndGet(com.hazelcast.core.IFunction<Long,Long> function)
alterAndGet in interface com.hazelcast.core.IAtomicLongpublic long getAndAlter(com.hazelcast.core.IFunction<Long,Long> function)
getAndAlter in interface com.hazelcast.core.IAtomicLongpublic <R> R apply(com.hazelcast.core.IFunction<Long,R> function)
apply in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> addAndGetAsync(long delta)
addAndGetAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Boolean> compareAndSetAsync(long expect, long update)
compareAndSetAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> decrementAndGetAsync()
decrementAndGetAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> getAsync()
getAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> getAndAddAsync(long delta)
getAndAddAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> getAndSetAsync(long newValue)
getAndSetAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> incrementAndGetAsync()
incrementAndGetAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> getAndIncrementAsync()
getAndIncrementAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Void> setAsync(long newValue)
setAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Void> alterAsync(com.hazelcast.core.IFunction<Long,Long> function)
alterAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> alterAndGetAsync(com.hazelcast.core.IFunction<Long,Long> function)
alterAndGetAsync in interface com.hazelcast.core.IAtomicLongpublic com.hazelcast.core.ICompletableFuture<Long> getAndAlterAsync(com.hazelcast.core.IFunction<Long,Long> function)
getAndAlterAsync in interface com.hazelcast.core.IAtomicLongpublic <R> com.hazelcast.core.ICompletableFuture<R> applyAsync(com.hazelcast.core.IFunction<Long,R> function)
applyAsync in interface com.hazelcast.core.IAtomicLongpublic String getPartitionKey()
getPartitionKey in interface com.hazelcast.core.DistributedObjectpublic String getServiceName()
getServiceName in interface com.hazelcast.core.DistributedObjectpublic void destroy()
destroy in interface com.hazelcast.core.DistributedObjectCopyright © 2018-2019–2019. All rights reserved.