Interface IProtocol
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtocolDescriptiondeclareModel()GuessSchemagetGuessSchema()StringgetId()IProtocolgetInstance(ProtocolDescription protocolDescription, IParser parser, IFormat format)List<Map<String,Object>>getNElements(int n)voidrun(IAdapterPipeline adapterPipeline)voidsetEventSchema(EventSchema eventSchema)voidstop()
-
-
-
Method Detail
-
getInstance
IProtocol getInstance(ProtocolDescription protocolDescription, IParser parser, IFormat format)
-
declareModel
ProtocolDescription declareModel()
-
getGuessSchema
GuessSchema getGuessSchema() throws ParseException
- Throws:
ParseException
-
getNElements
List<Map<String,Object>> getNElements(int n) throws ParseException
- Throws:
ParseException
-
run
void run(IAdapterPipeline adapterPipeline)
-
stop
void stop()
-
setEventSchema
void setEventSchema(EventSchema eventSchema)
-
-