| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InternalCompletableFuture | |
|---|---|
| com.hazelcast.concurrent.atomiclong | This package contains IAtomicLong functionality for Hazelcast. The IAtomicLong is the distributed version of the AtomicLong. | 
| com.hazelcast.concurrent.atomicreference | This package contains IAtomicReferece functionality for Hazelcast. The IAtomicReference is the distributed version of the AtomicReference. | 
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. | 
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. | 
| Uses of InternalCompletableFuture in com.hazelcast.concurrent.atomiclong | 
|---|
| Uses of InternalCompletableFuture in com.hazelcast.concurrent.atomicreference | 
|---|
| Methods in com.hazelcast.concurrent.atomicreference that return InternalCompletableFuture | ||
|---|---|---|
|  InternalCompletableFuture<Void> | AtomicReferenceProxy.asyncAlter(IFunction<E,E> function) | |
|  InternalCompletableFuture<E> | AtomicReferenceProxy.asyncAlterAndGet(IFunction<E,E> function) | |
| 
 | AtomicReferenceProxy.asyncApply(IFunction<E,R> function) | |
|  InternalCompletableFuture<Void> | AtomicReferenceProxy.asyncClear() | |
|  InternalCompletableFuture<Boolean> | AtomicReferenceProxy.asyncCompareAndSet(E expect,
                   E update) | |
|  InternalCompletableFuture<Boolean> | AtomicReferenceProxy.asyncContains(E value) | |
|  InternalCompletableFuture<E> | AtomicReferenceProxy.asyncGet() | |
|  InternalCompletableFuture<E> | AtomicReferenceProxy.asyncGetAndAlter(IFunction<E,E> function) | |
|  InternalCompletableFuture<E> | AtomicReferenceProxy.asyncGetAndSet(E newValue) | |
|  InternalCompletableFuture<Boolean> | AtomicReferenceProxy.asyncIsNull() | |
|  InternalCompletableFuture<Void> | AtomicReferenceProxy.asyncSet(E newValue) | |
|  InternalCompletableFuture<E> | AtomicReferenceProxy.asyncSetAndGet(E update) | |
| Uses of InternalCompletableFuture in com.hazelcast.spi | 
|---|
| Methods in com.hazelcast.spi that return InternalCompletableFuture | ||
|---|---|---|
| abstract  InternalCompletableFuture | InvocationBuilder.invoke() | |
| 
 | OperationService.invokeOnPartition(String serviceName,
                  Operation op,
                  int partitionId) | |
| 
 | OperationService.invokeOnTarget(String serviceName,
               Operation op,
               Address target) | |
| Uses of InternalCompletableFuture in com.hazelcast.spi.impl | 
|---|
| Methods in com.hazelcast.spi.impl that return InternalCompletableFuture | |
|---|---|
|  InternalCompletableFuture | BasicInvocationBuilder.invoke() | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||