| Package | Description |
|---|---|
| org.nd4j.parameterserver.distributed.v2.chunks | |
| org.nd4j.parameterserver.distributed.v2.chunks.impl | |
| org.nd4j.parameterserver.distributed.v2.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ChunksTracker.append(VoidChunk chunk)
This message appends chunk to this tracker
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
InmemoryChunksTracker.append(@NonNull VoidChunk chunk) |
boolean |
FileChunksTracker.append(@NonNull VoidChunk chunk) |
| Constructor and Description |
|---|
FileChunksTracker(VoidChunk chunk) |
InmemoryChunksTracker(VoidChunk chunk) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VoidChunk> |
MessageSplitter.split(@NonNull VoidMessage message,
int maxBytes)
This method splits VoidMessage into chunks, and returns them as Collection
|
| Modifier and Type | Method and Description |
|---|---|
<T extends VoidMessage> |
MessageSplitter.merge(@NonNull VoidChunk chunk)
This method tries to merge using files tracker
|
<T extends VoidMessage> |
MessageSplitter.merge(@NonNull VoidChunk chunk,
long memoryLimit) |
Copyright © 2021. All rights reserved.