Uses of Interface
com.hazelcast.spi.InternalCompletableFuture

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
 

Methods in com.hazelcast.concurrent.atomiclong that return InternalCompletableFuture
 InternalCompletableFuture<Long> AtomicLongProxy.asyncAddAndGet(long delta)
           
 InternalCompletableFuture<Void> AtomicLongProxy.asyncAlter(IFunction<Long,Long> function)
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncAlterAndGet(IFunction<Long,Long> function)
           
<R> InternalCompletableFuture<R>
AtomicLongProxy.asyncApply(IFunction<Long,R> function)
           
 InternalCompletableFuture<Boolean> AtomicLongProxy.asyncCompareAndSet(long expect, long update)
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncDecrementAndGet()
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncGet()
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncGetAndAdd(long delta)
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncGetAndAlter(IFunction<Long,Long> function)
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncGetAndIncrement()
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncGetAndSet(long newValue)
           
 InternalCompletableFuture<Long> AtomicLongProxy.asyncIncrementAndGet()
           
 InternalCompletableFuture<Void> AtomicLongProxy.asyncSet(long newValue)
           
 

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)
           
<R> InternalCompletableFuture<R>
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()
           
<E> InternalCompletableFuture<E>
OperationService.invokeOnPartition(String serviceName, Operation op, int partitionId)
           
<E> InternalCompletableFuture<E>
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()
           
 



Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.