Package | Description |
---|---|
com.hazelcast.instance |
This package contains Hazelcast Instance functionality.
|
com.hazelcast.internal.diagnostics |
Contains functionality what is happening in a HazelcastInstance.
|
com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNodeExtension |
Modifier and Type | Method and Description |
---|---|
static NodeExtension |
NodeExtensionFactory.create(Node node) |
NodeExtension |
NodeContext.createNodeExtension(Node node) |
NodeExtension |
DefaultNodeContext.createNodeExtension(Node node) |
NodeExtension |
Node.getNodeExtension() |
Constructor and Description |
---|
SystemLogPlugin(HazelcastProperties properties,
ConnectionListenable connectionObservable,
HazelcastInstance hazelcastInstance,
ILogger logger,
NodeExtension nodeExtension) |
Constructor and Description |
---|
GenericOperationThread(String name,
int threadId,
OperationQueue queue,
ILogger logger,
NodeExtension nodeExtension,
OperationRunner operationRunner,
boolean priority,
ClassLoader configClassLoader) |
OperationExecutorImpl(HazelcastProperties properties,
LoggingService loggerService,
Address thisAddress,
OperationRunnerFactory runnerFactory,
NodeExtension nodeExtension,
String hzName,
ClassLoader configClassLoader) |
OperationThread(String name,
int threadId,
OperationQueue queue,
ILogger logger,
NodeExtension nodeExtension,
boolean priority,
ClassLoader configClassLoader) |
PartitionOperationThread(String name,
int threadId,
OperationQueue queue,
ILogger logger,
NodeExtension nodeExtension,
OperationRunner[] partitionOperationRunners,
ClassLoader configClassLoader) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.