|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GroupProperties | |
|---|---|
| com.hazelcast.client.impl | Contains most of the client side HazelcastInstance implementation functionality. |
| com.hazelcast.instance | This package contains Hazelcast Instance functionality. |
| com.hazelcast.spi | Provides interfaces/classes for Hazelcast SPI. |
| com.hazelcast.spi.impl | Contains implementations for Hazelcast SPI. |
| com.hazelcast.spi.impl.operationexecutor.classic | Contains the ClassicOperationExecutor 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. |
| Uses of GroupProperties in com.hazelcast.client.impl |
|---|
| Constructors in com.hazelcast.client.impl with parameters of type GroupProperties | |
|---|---|
ClientHeartbeatMonitor(ClientEndpointManagerImpl endpointManager,
ClientEngine clientEngine,
ExecutionService executionService,
GroupProperties groupProperties)
|
|
| Uses of GroupProperties in com.hazelcast.instance |
|---|
| Fields in com.hazelcast.instance declared as GroupProperties | |
|---|---|
GroupProperties |
Node.groupProperties
|
| Methods in com.hazelcast.instance that return GroupProperties | |
|---|---|
GroupProperties |
Node.getGroupProperties()
|
| Uses of GroupProperties in com.hazelcast.spi |
|---|
| Methods in com.hazelcast.spi that return GroupProperties | |
|---|---|
GroupProperties |
NodeEngine.getGroupProperties()
Returns the GroupProperties. |
| Uses of GroupProperties in com.hazelcast.spi.impl |
|---|
| Methods in com.hazelcast.spi.impl that return GroupProperties | |
|---|---|
GroupProperties |
NodeEngineImpl.getGroupProperties()
|
| Uses of GroupProperties in com.hazelcast.spi.impl.operationexecutor.classic |
|---|
| Constructors in com.hazelcast.spi.impl.operationexecutor.classic with parameters of type GroupProperties | |
|---|---|
ClassicOperationExecutor(GroupProperties properties,
LoggingService loggerService,
Address thisAddress,
OperationRunnerFactory operationRunnerFactory,
ResponsePacketHandler responsePacketHandler,
HazelcastThreadGroup hazelcastThreadGroup,
NodeExtension nodeExtension)
|
|
| Uses of GroupProperties in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector |
|---|
| Constructors in com.hazelcast.spi.impl.operationexecutor.slowoperationdetector with parameters of type GroupProperties | |
|---|---|
SlowOperationDetector(LoggingService loggingServices,
OperationRunner[] genericOperationRunners,
OperationRunner[] partitionOperationRunners,
GroupProperties groupProperties,
HazelcastThreadGroup hazelcastThreadGroup)
|
|
| Uses of GroupProperties in com.hazelcast.spi.impl.operationservice.impl |
|---|
| Constructors in com.hazelcast.spi.impl.operationservice.impl with parameters of type GroupProperties | |
|---|---|
BackpressureRegulator(GroupProperties properties,
ILogger logger)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||