Class SubscriptionWrapper<K>
- java.lang.Object
-
- org.apache.kafka.streams.kstream.internals.foreignkeyjoin.SubscriptionWrapper<K>
-
public class SubscriptionWrapper<K> extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubscriptionWrapper.Instruction
-
Constructor Summary
Constructors Constructor Description SubscriptionWrapper(long[] hash, SubscriptionWrapper.Instruction instruction, K primaryKey)SubscriptionWrapper(long[] hash, SubscriptionWrapper.Instruction instruction, K primaryKey, byte version)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long[]getHash()SubscriptionWrapper.InstructiongetInstruction()KgetPrimaryKey()bytegetVersion()java.lang.StringtoString()
-
-
-
Constructor Detail
-
SubscriptionWrapper
public SubscriptionWrapper(long[] hash, SubscriptionWrapper.Instruction instruction, K primaryKey)
-
SubscriptionWrapper
public SubscriptionWrapper(long[] hash, SubscriptionWrapper.Instruction instruction, K primaryKey, byte version)
-
-
Method Detail
-
getInstruction
public SubscriptionWrapper.Instruction getInstruction()
-
getHash
public long[] getHash()
-
getPrimaryKey
public K getPrimaryKey()
-
getVersion
public byte getVersion()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-