| Interface | Description |
|---|---|
| Block<K extends Serializable> |
This interface represents a block, which is the output of a specific task.
|
| Class | Description |
|---|---|
| FileBlock<K extends Serializable> |
This class represents a block which is stored in (local or remote) file.
|
| NonSerializedMemoryBlock<K extends Serializable> |
This class represents a block which is stored in local memory and not serialized.
|
| SerializedMemoryBlock<K extends Serializable> |
This class represents a block which is serialized and stored in local memory.
|
Copyright © 2018. All rights reserved.