public class ClientScheduledExecutorProxy extends ClientProxy implements IScheduledExecutorService
IScheduledExecutorService.name| Constructor and Description |
|---|
ClientScheduledExecutorProxy(String serviceName,
String objectId,
ClientContext context) |
deregisterListener, destroy, destroyLocally, destroyRemotely, equals, getClient, getConnectedServerVersion, getContext, getDistributedObjectName, getId, getName, getPartitionKey, getSerializationService, getServiceName, hashCode, invoke, invoke, invokeOnAddress, invokeOnPartition, invokeOnPartitionInterruptibly, onDestroy, onShutdown, postDestroy, preDestroy, registerListener, setContext, toData, toObjectclone, finalize, getClass, notify, notifyAll, wait, wait, waitdestroy, getName, getPartitionKey, getServiceNamepublic ClientScheduledExecutorProxy(String serviceName, String objectId, ClientContext context)
public IScheduledFuture<?> schedule(Runnable command, long delay, TimeUnit unit)
schedule in interface IScheduledExecutorServicepublic <V> IScheduledFuture<V> schedule(Callable<V> command, long delay, TimeUnit unit)
schedule in interface IScheduledExecutorServicepublic IScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit)
scheduleAtFixedRate in interface IScheduledExecutorServicepublic IScheduledFuture<?> scheduleOnMember(Runnable command, Member member, long delay, TimeUnit unit)
scheduleOnMember in interface IScheduledExecutorServicepublic <V> IScheduledFuture<V> scheduleOnMember(Callable<V> command, Member member, long delay, TimeUnit unit)
scheduleOnMember in interface IScheduledExecutorServicepublic IScheduledFuture<?> scheduleOnMemberAtFixedRate(Runnable command, Member member, long initialDelay, long period, TimeUnit unit)
scheduleOnMemberAtFixedRate in interface IScheduledExecutorServicepublic IScheduledFuture<?> scheduleOnKeyOwner(Runnable command, Object key, long delay, TimeUnit unit)
scheduleOnKeyOwner in interface IScheduledExecutorServicepublic <V> IScheduledFuture<V> scheduleOnKeyOwner(Callable<V> command, Object key, long delay, TimeUnit unit)
scheduleOnKeyOwner in interface IScheduledExecutorServicepublic IScheduledFuture<?> scheduleOnKeyOwnerAtFixedRate(Runnable command, Object key, long initialDelay, long period, TimeUnit unit)
scheduleOnKeyOwnerAtFixedRate in interface IScheduledExecutorServicepublic Map<Member,IScheduledFuture<?>> scheduleOnAllMembers(Runnable command, long delay, TimeUnit unit)
scheduleOnAllMembers in interface IScheduledExecutorServicepublic <V> Map<Member,IScheduledFuture<V>> scheduleOnAllMembers(Callable<V> command, long delay, TimeUnit unit)
scheduleOnAllMembers in interface IScheduledExecutorServicepublic Map<Member,IScheduledFuture<?>> scheduleOnAllMembersAtFixedRate(Runnable command, long initialDelay, long period, TimeUnit unit)
scheduleOnAllMembersAtFixedRate in interface IScheduledExecutorServicepublic Map<Member,IScheduledFuture<?>> scheduleOnMembers(Runnable command, Collection<Member> members, long delay, TimeUnit unit)
scheduleOnMembers in interface IScheduledExecutorServicepublic <V> Map<Member,IScheduledFuture<V>> scheduleOnMembers(Callable<V> command, Collection<Member> members, long delay, TimeUnit unit)
scheduleOnMembers in interface IScheduledExecutorServicepublic Map<Member,IScheduledFuture<?>> scheduleOnMembersAtFixedRate(Runnable command, Collection<Member> members, long initialDelay, long period, TimeUnit unit)
scheduleOnMembersAtFixedRate in interface IScheduledExecutorServicepublic <V> IScheduledFuture<V> getScheduledFuture(ScheduledTaskHandler handler)
getScheduledFuture in interface IScheduledExecutorServicepublic <V> Map<Member,List<IScheduledFuture<V>>> getAllScheduledFutures()
getAllScheduledFutures in interface IScheduledExecutorServicepublic void shutdown()
shutdown in interface IScheduledExecutorServiceprotected void onInitialize()
ClientProxyonInitialize in class ClientProxyprotected ClientMessage invokeOnPartition(ClientMessage req)
protected <T> T invokeOnPartitionInterruptibly(ClientMessage clientMessage) throws InterruptedException
InterruptedExceptionprotected <T> ClientDelegatingFuture<T> invokeOnPartitionAsync(ClientMessage clientMessage, ClientMessageDecoder clientMessageDecoder)
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.