See: Description
Interface | Description |
---|---|
Dataset<C extends Serializable,D extends AutoCloseable> |
A dataset providing an API that allows to perform generic computations on a distributed data represented as a set of
partitions distributed across a cluster or placed locally.
|
DatasetBuilder<K,V> |
A builder constructing instances of a
Dataset . |
PartitionContextBuilder<K,V,C extends Serializable> |
Builder that accepts a partition
upstream data and makes partition context . |
PartitionDataBuilder<K,V,C extends Serializable,D extends AutoCloseable> |
Builder that accepts a partition
upstream data and partition context and makes partition
data . |
UpstreamTransformer |
Interface of transformer of upstream.
|
UpstreamTransformerBuilder |
Builder of
UpstreamTransformer . |
Class | Description |
---|---|
DatasetFactory |
Factory providing a client facing API that allows to construct basic and the most frequently used types of dataset.
|
UpstreamEntry<K,V> |
Entry of the
upstream . |
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024