| Constructor and Description |
|---|
MeshUpdateMessage(@NonNull MeshOrganizer mesh) |
| Modifier and Type | Method and Description |
|---|---|
void |
Transport.onMeshUpdate(MeshOrganizer mesh)
This method will be called if mesh update was received
PLEASE NOTE: This method will be called ONLY if new mesh differs from current one
|
| Modifier and Type | Field and Description |
|---|---|
protected org.nd4j.common.primitives.Atomic<MeshOrganizer> |
BaseTransport.mesh |
protected org.nd4j.common.primitives.Atomic<MeshOrganizer> |
BaseTransport.HeartbeatThread.mesh |
| Modifier and Type | Method and Description |
|---|---|
protected MeshOrganizer |
AeronUdpTransport.getMesh()
This method returns Mesh stored in this Transport instance
PLEASE NOTE: This method is suited for tests
|
MeshOrganizer |
DummyTransport.getMesh()
This method returns Mesh stored in this Transport instance
PLEASE NOTE: This method is suited for tests
|
| Modifier and Type | Method and Description |
|---|---|
void |
AeronUdpTransport.onMeshUpdate(MeshOrganizer mesh) |
void |
BaseTransport.onMeshUpdate(MeshOrganizer mesh) |
void |
DummyTransport.setMesh(MeshOrganizer mesh) |
| Modifier and Type | Method and Description |
|---|---|
MeshOrganizer |
MeshOrganizer.clone()
This method returns absolutely independent copy of this Mesh
|
Copyright © 2021. All rights reserved.