Package | Description |
---|---|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.internal.cluster.impl |
This package contains the implementation of the cluster functionality.
|
com.hazelcast.internal.partition.impl |
Contains the actual implementation of the
InternalPartitionService . |
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
This whole package is internal and no compatibility will be provided. |
com.hazelcast.nio.tcp.nonblocking |
Contains the non blocking
TcpIpConnectionMonitor . |
com.hazelcast.nio.tcp.spinning |
Contains the implementation of the
SpinningIOThreadingModel . |
com.hazelcast.spi.impl.eventservice.impl |
Contains the code for the
InternalEventService implementation. |
com.hazelcast.spi.impl.operationexecutor.impl |
Contains the
OperationExecutorImpl code. |
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 | Field and Description |
---|---|
protected int |
ClientConnection.connectionId |
protected SwCounter |
AbstractClientSelectionHandler.eventCount |
Modifier and Type | Method and Description |
---|---|
long |
ClusterClockImpl.getClusterStartTime() |
long |
ClusterClockImpl.getClusterTime() |
long |
ClusterClockImpl.getClusterUpTime() |
int |
ClusterServiceImpl.getSize() |
Modifier and Type | Method and Description |
---|---|
int |
InternalPartitionServiceImpl.getMaxAllowedBackupCount() |
long |
InternalPartitionServiceImpl.getMigrationQueueSize() |
Modifier and Type | Method and Description |
---|---|
int |
TcpIpConnectionManager.getCurrentClientConnections() |
Modifier and Type | Field and Description |
---|---|
int |
NonBlockingIOThread.id |
Queue<OutboundFrame> |
NonBlockingSocketWriter.urgentWriteQueue |
Queue<OutboundFrame> |
NonBlockingSocketWriter.writeQueue |
Modifier and Type | Method and Description |
---|---|
long |
NonBlockingSocketWriter.bytesPending() |
long |
NonBlockingSocketWriter.priorityBytesPending() |
Modifier and Type | Field and Description |
---|---|
Queue<OutboundFrame> |
SpinningSocketWriter.urgentWriteQueue |
Queue<OutboundFrame> |
SpinningSocketWriter.writeQueue |
Modifier and Type | Method and Description |
---|---|
long |
SpinningSocketWriter.bytesPending() |
long |
SpinningSocketWriter.priorityBytesPending() |
Modifier and Type | Method and Description |
---|---|
int |
EventServiceImpl.getEventQueueSize() |
Modifier and Type | Method and Description |
---|---|
int |
OperationExecutorImpl.getGenericThreadCount() |
int |
OperationExecutorImpl.getPartitionThreadCount() |
int |
OperationExecutorImpl.getPriorityQueueSize() |
int |
OperationExecutorImpl.getQueueSize() |
int |
OperationExecutorImpl.getRunningOperationCount() |
Modifier and Type | Method and Description |
---|---|
int |
AsyncResponseHandler.getQueueSize() |
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.