StateDirectory
is…FIXME
StateDirectory
uses state.dir and application.id configuration properties for the location of the state store.
Note
|
state.dir configuration property defaults to /tmp/kafka-streams .
|
Tip
|
Enable Add the following line to
Refer to Application Logging Using log4j. |
void cleanRemovedTasks(final long cleanupDelayMs) // (1)
// private
private void cleanRemovedTasks(
final long cleanupDelayMs,
final boolean manualUserCall) throws Exception
-
Turns the
manualUserCall
flag off
cleanRemovedTasks
…FIXME
Note
|
cleanRemovedTasks is used when…FIXME
|
StateDirectory
takes the following when created:
StateDirectory
initializes the internal registries and counters.
File[] listTaskDirectories()
listTaskDirectories
…FIXME
Note
|
listTaskDirectories is used when…FIXME
|