public final class LevelDBStreamConsumerStateStoreFactory extends Object implements StreamConsumerStateStoreFactory
StreamConsumerStateStore in level db.| 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.
|
public StreamConsumerStateStore create(StreamConfig streamConfig) throws IOException
StreamConsumerStateStoreFactoryStreamConsumerStateStore for the given stream.create in interface StreamConsumerStateStoreFactorystreamConfig - Configuration of the stream.IOExceptionpublic void dropAllInNamespace(Id.Namespace namespace) throws IOException
StreamConsumerStateStoreFactorydropAllInNamespace in interface StreamConsumerStateStoreFactoryIOExceptionCopyright © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.