Package | Description |
---|---|
com.hazelcast.internal.networking.nio |
Contains the non blocking
Networking functionality. |
com.hazelcast.internal.networking.nio.iobalancer |
Contains Handler Migration classes
|
Modifier and Type | Field and Description |
---|---|
protected NioThread |
NioPipeline.owner |
Modifier and Type | Method and Description |
---|---|
NioThread[] |
NioNetworking.getInputThreads() |
NioThread[] |
NioNetworking.getOutputThreads() |
NioThread |
MigratablePipeline.owner()
Get NioThread currently owning this pipeline.
|
NioThread |
NioPipeline.owner()
Returns the
NioThread owning this pipeline. |
Modifier and Type | Method and Description |
---|---|
void |
MigratablePipeline.requestMigration(NioThread newOwner)
Requests the MigratablePipeline to move to the new NioThread.
|
void |
NioPipeline.requestMigration(NioThread newOwner)
Migrates this pipeline to a different owner.
|
Constructor and Description |
---|
IOBalancer(NioThread[] inputThreads,
NioThread[] outputThreads,
String hzName,
int balancerIntervalSeconds,
LoggingService loggingService) |
IOBalancer(NioThread[] inputThreads,
NioThread[] outputThreads,
String hzName,
int balancerIntervalSeconds,
LoggingService loggingService) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.