public interface TaskContext
StreamTask, particularly during
 initialization in an InitableTask and during calls to TaskLifecycleListeners.| Modifier and Type | Method and Description | 
|---|---|
| MetricsRegistry | getMetricsRegistry() | 
| java.lang.Object | getStore(java.lang.String name) | 
| java.util.Set<SystemStreamPartition> | getSystemStreamPartitions() | 
| TaskName | getTaskName() | 
MetricsRegistry getMetricsRegistry()
java.util.Set<SystemStreamPartition> getSystemStreamPartitions()
java.lang.Object getStore(java.lang.String name)
TaskName getTaskName()