Package | Description |
---|---|
com.hazelcast.client.impl |
Contains most of the client side HazelcastInstance implementation functionality.
|
com.hazelcast.client.spi.impl |
Provides util classes for the Hazelcast client SPI.
|
com.hazelcast.concurrent.lock | |
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
com.hazelcast.internal.nearcache.impl.invalidation |
Invalidations for near-cache
|
com.hazelcast.query.impl.predicates | |
com.hazelcast.spi |
Provides interfaces/classes for the Hazelcast SPI for building distributed data structures and services.
|
com.hazelcast.spi.impl |
Contains implementations for Hazelcast SPI.
|
com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
com.hazelcast.spi.impl.operationexecutor.slowoperationdetector |
Contains the functionality to detect slow running operations using the
OperationRunner instances from the
OperationExecutor . |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
Modifier and Type | Method and Description |
---|---|
HazelcastProperties |
HazelcastClientInstanceImpl.getProperties() |
Constructor and Description |
---|
ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
ClientEngine clientEngine,
ExecutionService executionService,
HazelcastProperties hazelcastProperties) |
Constructor and Description |
---|
ClientExecutionServiceImpl(String name,
ThreadGroup threadGroup,
ClassLoader classLoader,
HazelcastProperties properties,
int poolSize,
LoggingService loggingService) |
Modifier and Type | Method and Description |
---|---|
static long |
LockServiceImpl.getMaxLeaseTimeInMillis(HazelcastProperties hazelcastProperties) |
Modifier and Type | Method and Description |
---|---|
HazelcastProperties |
Node.getProperties() |
Constructor and Description |
---|
ConfigPropertiesPlugin(ILogger logger,
HazelcastProperties properties) |
Diagnostics(String fileName,
ILogger logger,
HazelcastThreadGroup hzThreadGroup,
HazelcastProperties properties) |
MetricsPlugin(ILogger logger,
MetricsRegistry metricsRegistry,
HazelcastProperties properties) |
StoreLatencyPlugin(ILogger logger,
HazelcastProperties properties) |
SystemLogPlugin(HazelcastProperties properties,
ConnectionListenable connectionObservable,
HazelcastInstance hazelcastInstance,
ILogger logger) |
SystemLogPlugin(HazelcastProperties properties,
ConnectionListenable connectionObservable,
HazelcastInstance hazelcastInstance,
ILogger logger,
NodeExtension nodeExtension) |
Constructor and Description |
---|
RepairingTask(MetaDataFetcher metaDataFetcher,
ExecutionService executionService,
MinimalPartitionService partitionService,
HazelcastProperties properties,
String localUuid,
ILogger logger) |
Modifier and Type | Method and Description |
---|---|
static QueryOptimizer |
QueryOptimizerFactory.newOptimizer(HazelcastProperties properties)
Creates new QueryOptimizer.
|
Modifier and Type | Method and Description |
---|---|
HazelcastProperties |
NodeEngine.getProperties()
Returns the HazelcastProperties.
|
Modifier and Type | Method and Description |
---|---|
HazelcastProperties |
NodeEngineImpl.getProperties() |
Constructor and Description |
---|
OperationExecutorImpl(HazelcastProperties properties,
LoggingService loggerService,
Address thisAddress,
OperationRunnerFactory runnerFactory,
HazelcastThreadGroup threadGroup,
NodeExtension nodeExtension) |
Constructor and Description |
---|
SlowOperationDetector(LoggingService loggingServices,
OperationRunner[] genericOperationRunners,
OperationRunner[] partitionOperationRunners,
HazelcastProperties hazelcastProperties,
HazelcastThreadGroup hazelcastThreadGroup) |
Modifier and Type | Method and Description |
---|---|
static IdleStrategy |
AsyncInboundResponseHandler.getIdleStrategy(HazelcastProperties properties,
HazelcastProperty property) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.