Class SinkHandle
java.lang.Object
com.illumon.iris.db.v2.logaggregator.SinkHandle
Handle for a BinaryLogQueueSink. Allows the output sink to be replaced out from under the consumer.
Class instances are expected to be used from a single thread.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Add a message to the associated queue.
-
Method Details
-
put
Add a message to the associated queue.- Parameters:
m
- The message to add- Throws:
InterruptedException
-