Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
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.durableexecutor.impl |
Contains the
DurableExecutorService implementation classes. |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
Modifier and Type | Method and Description |
---|---|
DurableExecutorService |
HazelcastClientInstanceImpl.getDurableExecutorService(String name) |
DurableExecutorService |
HazelcastClientProxy.getDurableExecutorService(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientDurableExecutorServiceProxy
Proxy implementation of
DurableExecutorService . |
Modifier and Type | Method and Description |
---|---|
DurableExecutorService |
HazelcastInstance.getDurableExecutorService(String name)
Returns the durable executor service for the given
name.
|
Modifier and Type | Class and Description |
---|---|
class |
DurableExecutorServiceProxy |
Modifier and Type | Method and Description |
---|---|
DurableExecutorService |
HazelcastInstanceImpl.getDurableExecutorService(String name) |
DurableExecutorService |
HazelcastInstanceProxy.getDurableExecutorService(String name) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.