Class CombinedKey<KF,KP>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.internals.foreignkeyjoin.CombinedKey<KF,KP>
-
public class CombinedKey<KF,KP> extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(KF foreignKey, KP primaryKey)KFgetForeignKey()KPgetPrimaryKey()java.lang.StringtoString()
-