|
Kieker 1.12 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkieker.analysis.plugin.reader.amqp.RegularRecordHandler
public class RegularRecordHandler
Runnable to handle incoming regular records.
Constructor Summary | |
---|---|
RegularRecordHandler(AMQPReader reader,
ILookup<java.lang.String> stringRegistry)
Creates a new regular record handler. |
Method Summary | |
---|---|
void |
enqueueRegularRecord(java.nio.ByteBuffer buffer)
Enqueues an unparsed regular record for processing. |
void |
run()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RegularRecordHandler(AMQPReader reader, ILookup<java.lang.String> stringRegistry)
reader
- The reader to send the instantiated records tostringRegistry
- The string registry to useMethod Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void enqueueRegularRecord(java.nio.ByteBuffer buffer)
buffer
- The unparsed data in an appropriately positioned byte buffer
|
Kieker 1.12 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |