Class that represents when partitions should be evicted from the window. More...

Classes |
|
| class | How |
| class | When |
Public Member Functions |
|
| def | getWhen (self) |
| Get the reason for partition eviction. More... |
|
| def | getHow (self) |
| Get the action for partition eviction. More... |
|
| def | clone (self) |
| Clone routine - copy myself. More... |
|
Class that represents when partitions should be evicted from the window.
| def streams.PartitionEvictionPolicy.getWhen | ( | self, | |
| When | |||
| ) |
Get the reason for partition eviction.
| def streams.PartitionEvictionPolicy.getHow | ( | self, | |
| How | |||
| ) |
Get the action for partition eviction.
| def streams.PartitionEvictionPolicy.clone | ( | self, | |
| PartitionEvictionPolicy | |||
| ) |
Clone routine - copy myself.