Class StreamPartitioner<K, V>
KNet implementation of StreamPartitioner<K, V, TJVMK, TJVMV>
public class StreamPartitioner<K, V> : StreamPartitioner<K, V, byte[], byte[]>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IStreamPartitioner<byte[], byte[]>, IJVMBridgeBase, IJVMBridgeDefinition, IGenericSerDesFactoryApplier
Type Parameters
K
The key type
V
The value type
- Inheritance
-
StreamPartitioner<K, V>
- Implements