Package io.siddhi.core.table.holder
Class PrimaryKeyReferenceHolder
- java.lang.Object
-
- io.siddhi.core.table.holder.PrimaryKeyReferenceHolder
-
- All Implemented Interfaces:
Serializable
public class PrimaryKeyReferenceHolder extends Object implements Serializable
PrimaryKeyReferenceHolder for indexed Event Table- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PrimaryKeyReferenceHolder(String primaryKeyAttribute, int primaryKeyPosition)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPrimaryKeyAttribute()intgetPrimaryKeyPosition()
-