Class KinesisMsgOffsetFactory
- java.lang.Object
-
- org.apache.pinot.plugin.stream.kinesis.KinesisMsgOffsetFactory
-
- All Implemented Interfaces:
StreamPartitionMsgOffsetFactory
public class KinesisMsgOffsetFactory extends Object implements StreamPartitionMsgOffsetFactory
An implementation of theStreamPartitionMsgOffsetFactoryfor Kinesis stream
-
-
Constructor Summary
Constructors Constructor Description KinesisMsgOffsetFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StreamPartitionMsgOffsetcreate(String offsetStr)StreamPartitionMsgOffsetcreate(StreamPartitionMsgOffset other)voidinit(StreamConfig streamConfig)
-
-
-
Method Detail
-
init
public void init(StreamConfig streamConfig)
- Specified by:
initin interfaceStreamPartitionMsgOffsetFactory
-
create
public StreamPartitionMsgOffset create(String offsetStr)
- Specified by:
createin interfaceStreamPartitionMsgOffsetFactory
-
create
public StreamPartitionMsgOffset create(StreamPartitionMsgOffset other)
- Specified by:
createin interfaceStreamPartitionMsgOffsetFactory
-
-