processCompletedReceives()
Network Processor Thread (Socket Server Request Processor)
Processor
is a java.lang.Runnable (as a AbstractServerThread
) that is executed as a separately-executing thread.
Processor
is also a KafkaMetricsGroup that…FIXME
Processor
is created exclusively when SocketServer
is requested to create one.
Creating Processor Instance
Processor
takes the following to be created:
Processor
initializes the internal registries and counters.
processCompletedReceives
Internal Method
processCompletedReceives
…FIXME
Note
|
processCompletedReceives is used exclusively when Processor is requested to run.
|
run
Method
run(): Unit
Note
|
run is part of the java.lang.Runnable to start itself as a separately-executing thread.
|
run
…FIXME
configureNewConnections
Internal Method
configureNewConnections(): Unit
configureNewConnections
…FIXME
Note
|
configureNewConnections is used exclusively when Processor is requested to run.
|