public final class InternalFixedKeyRecordFactory extends Object
Modifier and Type | Method and Description |
---|---|
static <KIn,VIn> FixedKeyRecord<KIn,VIn> |
create(Record<KIn,VIn> record)
Only allowed way to create
FixedKeyRecord s. |
public static <KIn,VIn> FixedKeyRecord<KIn,VIn> create(Record<KIn,VIn> record)
FixedKeyRecord
s.
DO NOT USE THIS FACTORY OUTSIDE THE FRAMEWORK.
This could produce undesired results by not partitioning record properly.FixedKeyProcessor