| Package | Description |
|---|---|
| com.hazelcast.dataconnection |
This package contains code handling data connections.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataConnectionBase
Base class for
DataConnection implementations. |
class |
HazelcastDataConnection
Creates a HazelcastInstance that is shared to connect to a remote cluster.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DataConnection> |
DataConnectionService.getAndRetainDataConnection(String name,
Class<T> clazz)
Returns
DataConnection with the given name and `retain` it (calls
retain()). |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends DataConnection> |
DataConnectionRegistration.clazz() |
Copyright © 2024 Hazelcast, Inc.. All rights reserved.