com.hazelcast.client.impl.protocol.template
public interface ExecutorServiceCodecTemplate
Modifier and Type | Method and Description |
---|---|
void |
cancelOnAddress(String uuid,
String hostname,
int port,
boolean interrupt) |
void |
cancelOnPartition(String uuid,
int partitionId,
boolean interrupt) |
void |
isShutdown(String name) |
void |
shutdown(String name) |
void |
submitToAddress(String name,
String uuid,
Data callable,
String hostname,
int port) |
void |
submitToPartition(String name,
String uuid,
Data callable,
int partitionId) |
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.