File: kafka.partitioner.rst

package info (click to toggle)
python-kafka 0.9.5-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 796 kB
  • sloc: python: 5,853; makefile: 182; sh: 66
file content (38 lines) | stat: -rw-r--r-- 699 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
kafka.partitioner package
=========================

Submodules
----------

kafka.partitioner.base module
-----------------------------

.. automodule:: kafka.partitioner.base
    :members:
    :undoc-members:
    :show-inheritance:

kafka.partitioner.hashed module
-------------------------------

.. automodule:: kafka.partitioner.hashed
    :members:
    :undoc-members:
    :show-inheritance:

kafka.partitioner.roundrobin module
-----------------------------------

.. automodule:: kafka.partitioner.roundrobin
    :members:
    :undoc-members:
    :show-inheritance:


Module contents
---------------

.. automodule:: kafka.partitioner
    :members:
    :undoc-members:
    :show-inheritance: