| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.logic.routing | |
| org.nd4j.parameterserver.distributed.transport |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseRouter |
class |
InterleavedRouter
This is main router implementation for VoidParameterServer
Basic idea: We route TrainingMessages conditionally, based on Huffman tree index (aka frequency-ordered position)
|
class |
RandomRouter
Basic implementation for ClientRouter: we route each message to random Shard
|
class |
StaticRouter
Static router implementation, the same Shard will be used for all messages
PLEASE NOTE: Never use this router in real world! It's suitable for debugging only.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientRouter |
RoutedTransport.router |
Copyright © 2017. All rights reserved.