| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.transport |
| Modifier and Type | Field and Description |
|---|---|
protected Transport.ThreadingModel |
BaseTransport.threadingModel
Deprecated.
|
| 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 |
Transport.launch(Transport.ThreadingModel threading)
Deprecated.
This method starts transport mechanisms.
|
void |
BaseTransport.launch(@NonNull Transport.ThreadingModel threading)
Deprecated.
This method starts transport mechanisms.
|
void |
RoutedTransport.launch(@NonNull Transport.ThreadingModel threading)
Deprecated.
|
void |
LocalTransport.launch(Transport.ThreadingModel threading)
Deprecated.
This method starts transport mechanisms.
|
Copyright © 2021. All rights reserved.