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 FixedKeyRecords. |
public static <KIn,VIn> FixedKeyRecord<KIn,VIn> create(Record<KIn,VIn> record)
FixedKeyRecords. DO NOT USE THIS FACTORY OUTSIDE THE FRAMEWORK. This could produce undesired results by not partitioning record properly.FixedKeyProcessor