| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.v2 | |
| org.nd4j.parameterserver.distributed.v2.transport.impl |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelParameterServer.configure(@NonNull VoidConfiguration configuration,
@NonNull Transport transport,
boolean isMasterNode)
This method stores provided entities for MPS internal use
|
void |
ModelParameterServer.configure(@NonNull VoidConfiguration configuration,
@NonNull Transport transport,
@NonNull UpdaterParametersProvider updaterProvider)
This method stores provided entities for MPS internal use
|
| Constructor and Description |
|---|
ModelParameterServer(@NonNull Transport transport)
This constructor is for tests only
|
ModelParameterServer(@NonNull Transport transport,
boolean isMasterNode)
This constructor is for tests only
|
ModelParameterServer(@NonNull VoidConfiguration configuration,
@NonNull Transport transport,
boolean isMasterNode)
This constructor creates new ModelParameterServer instance
|
| Modifier and Type | Class and Description |
|---|---|
class |
AeronUdpTransport |
class |
BaseTransport |
class |
DelayedDummyTransport |
class |
DummyTransport |
| Modifier and Type | Field and Description |
|---|---|
protected Transport |
BaseTransport.HeartbeatThread.transport |
| Modifier and Type | Method and Description |
|---|---|
void |
DummyTransport.Connector.register(Transport... transports) |
| Constructor and Description |
|---|
HeartbeatThread(long delayMilliseconds,
@NonNull Transport transport,
@NonNull org.nd4j.common.primitives.Atomic<MeshOrganizer> mesh) |
Copyright © 2021. All rights reserved.