Skip to content

Latest commit

 

History

History
46 lines (30 loc) · 1.15 KB

File metadata and controls

46 lines (30 loc) · 1.15 KB

TransportServer

TransportServer is…​FIXME

TransportServer is created exclusively when TransportContext is requested to createServer.

init Internal Method

void init(String hostToBind, int portToBind)

init…​FIXME

Note
init is used exclusively when TransportServer is created.

getPort Method

int getPort()

getPort…​FIXME

Note

getPort is used when:

  • NettyRpcEnv is requested for the address

  • Spark on YARN’s YarnShuffleService is requested to serviceInit

Creating TransportServer Instance

TransportServer takes the following when created:

When created, TransportServer init with the host and port to bind to.