public interface StreamConsumerStateStoreFactory
StreamConsumerStateStore instance for different streams.| Modifier and Type | Method and Description |
|---|---|
StreamConsumerStateStore |
create(StreamConfig streamConfig)
Creates a
StreamConsumerStateStore for the given stream. |
void |
dropAllInNamespace(Id.Namespace namespace)
Deletes all consumer state stores.
|
StreamConsumerStateStore create(StreamConfig streamConfig) throws IOException
StreamConsumerStateStore for the given stream.streamConfig - Configuration of the stream.IOExceptionvoid dropAllInNamespace(Id.Namespace namespace) throws IOException
IOExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.