| Package | Description |
|---|---|
| com.hazelcast.concurrent.lock | |
| com.hazelcast.config |
Provides classes for configuring HazelcastInstance.
|
| com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
| com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking for cluster members
This whole package is internal and no compatibility will be provided. |
| com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
LockServiceImpl.getMaxLeaseTimeInMillis(HazelcastProperties hazelcastProperties) |
| Modifier and Type | Method and Description |
|---|---|
static JavaSerializationFilterConfig |
JavaSerializationFilterConfig.getInstance(HazelcastProperties hzProperties) |
| Modifier and Type | Method and Description |
|---|---|
HazelcastProperties |
Node.getProperties() |
| Constructor and Description |
|---|
TcpIpConnectionManager(IOService ioService,
ServerSocketChannel serverSocketChannel,
LoggingService loggingService,
com.hazelcast.internal.metrics.MetricsRegistry metricsRegistry,
com.hazelcast.internal.networking.EventLoopGroup eventLoopGroup,
HazelcastProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
HazelcastProperties |
NodeEngine.getProperties()
Returns the HazelcastProperties.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.