Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.core |
Provides core API interfaces/classes.
|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.jca |
This package contains jca functionality
|
Modifier and Type | Class and Description |
---|---|
class |
ClientServiceProxy
The default implementation of the
ClientService . |
Modifier and Type | Method and Description |
---|---|
ClientService |
HazelcastClientInstanceImpl.getClientService() |
ClientService |
HazelcastClientProxy.getClientService() |
Modifier and Type | Method and Description |
---|---|
ClientService |
HazelcastInstance.getClientService()
Returns the client service of this Hazelcast instance.
|
Modifier and Type | Method and Description |
---|---|
ClientService |
HazelcastInstanceImpl.getClientService() |
ClientService |
HazelcastInstanceProxy.getClientService() |
Modifier and Type | Method and Description |
---|---|
ClientService |
HazelcastConnectionImpl.getClientService() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.