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.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.scheduledexecutor.impl |
Modifier and Type | Method and Description |
---|---|
IScheduledExecutorService |
HazelcastClientInstanceImpl.getScheduledExecutorService(String name) |
IScheduledExecutorService |
HazelcastClientProxy.getScheduledExecutorService(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ClientScheduledExecutorProxy
Client proxy implementation of
IScheduledExecutorService . |
Modifier and Type | Method and Description |
---|---|
IScheduledExecutorService |
HazelcastInstance.getScheduledExecutorService(String name)
Returns the
IScheduledExecutorService scheduled executor service for the given name. |
Modifier and Type | Method and Description |
---|---|
IScheduledExecutorService |
HazelcastInstanceImpl.getScheduledExecutorService(String name) |
IScheduledExecutorService |
HazelcastInstanceProxy.getScheduledExecutorService(String name) |
Modifier and Type | Class and Description |
---|---|
class |
ScheduledExecutorServiceProxy |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.