Package | Description |
---|---|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientExecutorServiceProxy |
Modifier and Type | Method and Description |
---|---|
IExecutorService |
HazelcastInstance.getExecutorService(String name)
Returns the distributed executor service for the given name.
|
Modifier and Type | Method and Description |
---|---|
IExecutorService |
HazelcastInstanceProxy.getExecutorService(String name) |
IExecutorService |
HazelcastInstanceImpl.getExecutorService(String name) |
Copyright © 2018 Hazelcast, Inc.. All rights reserved.