| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.transport |
| Modifier and Type | Field and Description |
|---|---|
protected Transport.ThreadingModel |
BaseTransport.threadingModel |
| Modifier and Type | Method and Description |
|---|---|
static Transport.ThreadingModel |
Transport.ThreadingModel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transport.ThreadingModel[] |
Transport.ThreadingModel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalTransport.launch(Transport.ThreadingModel threading)
Deprecated.
This method starts transport mechanisms.
|
void |
RoutedTransport.launch(Transport.ThreadingModel threading) |
void |
BaseTransport.launch(Transport.ThreadingModel threading)
This method starts transport mechanisms.
|
void |
Transport.launch(Transport.ThreadingModel threading)
This method starts transport mechanisms.
|
Copyright © 2017. All rights reserved.