Skip to content

BaseRepartitionNode

BaseRepartitionNode<K, V> is an extension of the GraphNode abstraction for repartition nodes.

Implementations

Creating Instance

BaseRepartitionNode takes the following to be created:

Abstract Class

BaseRepartitionNode is an abstract class and cannot be created directly. It is created indirectly for the concrete BaseRepartitionNodes.

Back to top