Package | Description |
---|---|
com.hazelcast.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
com.hazelcast.nio.tcp.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
com.hazelcast.nio.tcp.spinning |
Contains the implementation of the
SpinningIOThreadingModel . |
com.hazelcast.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.operationservice.impl |
Contains the code for the
InternalOperationService implementation. |
com.hazelcast.spi.impl.proxyservice.impl |
Contains the implementation of the
InternalProxyService . |
com.hazelcast.util.executor |
This package contains classes related to Util.Executor
|
Modifier and Type | Method and Description |
---|---|
long |
ClusterClockImpl.getClusterStartTime() |
long |
ClusterClockImpl.getClusterTime() |
long |
ClusterClockImpl.getClusterTimeDiff() |
long |
ClusterClockImpl.getClusterUpTime() |
int |
ClusterServiceImpl.getSize() |
Modifier and Type | Method and Description |
---|---|
int |
TcpIpConnectionManager.getCurrentClientConnections() |
Modifier and Type | Method and Description |
---|---|
long |
NonBlockingSocketWriter.bytesPending() |
long |
NonBlockingSocketWriter.priorityBytesPending() |
Modifier and Type | Method and Description |
---|---|
long |
SpinningSocketWriter.bytesPending() |
long |
SpinningSocketWriter.priorityBytesPending() |
Modifier and Type | Method and Description |
---|---|
int |
InternalPartitionServiceImpl.getMaxBackupCount() |
long |
InternalPartitionServiceImpl.getMigrationQueueSize() |
Modifier and Type | Method and Description |
---|---|
int |
EventServiceImpl.getEventQueueSize() |
Modifier and Type | Method and Description |
---|---|
long |
InvocationRegistry.getLastCallId() |
int |
OperationServiceImpl.getOperationExecutorQueueSize() |
int |
OperationServiceImpl.getPriorityOperationExecutorQueueSize() |
int |
OperationServiceImpl.getResponseQueueSize() |
int |
OperationServiceImpl.getRunningOperationsCount() |
Modifier and Type | Method and Description |
---|---|
int |
ProxyServiceImpl.getProxyCount() |
Modifier and Type | Method and Description |
---|---|
long |
ManagedExecutorService.getCompletedTaskCount() |
int |
ManagedExecutorService.getMaximumPoolSize() |
int |
ManagedExecutorService.getPoolSize() |
int |
ManagedExecutorService.getQueueSize() |
int |
ManagedExecutorService.getRemainingQueueCapacity() |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.