heka.streams.dev.DebugCaptureStream(**kwargs)[source]¶Captures up to 100 heka messages in a circular buffer for inspection later.
This is only for DEBUGGING. Do not use this for anything except development.
__weakref__¶list of weak references to the object (if defined)
heka.streams.udp.UdpStream(host, port)[source]¶Sends heka messages out via a UDP socket.
__init__(host, port)[source]¶Create UdpStream object.
| Parameters: |
|
|---|
__weakref__¶list of weak references to the object (if defined)
heka.streams.tcp.TcpStream(host, port)[source]¶Sends heka messages out via a TCP socket.
__init__(host, port)[source]¶Create TcpStream object.
| Parameters: |
|
|---|
__weakref__¶list of weak references to the object (if defined)