Skip to content

Commit

Permalink
[hotfix][rocksdb] Fix description of DefaultConfigurableOptionsFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoK authored and StephanEwen committed Dec 6, 2019
1 parent 5545d8a commit 111865b
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,8 @@
import static org.apache.flink.contrib.streaming.state.RocksDBConfigurableOptions.WRITE_BUFFER_SIZE;

/**
* An implementation of {@link ConfigurableOptionsFactory} using options provided by {@link RocksDBConfigurableOptions}
* and acted as the default options factory within {@link RocksDBStateBackend} if user not defined a {@link OptionsFactory}.
*
* <p>This implementation also provide some setters to let user could create a {@link OptionsFactory} conveniently。
* An implementation of {@link ConfigurableOptionsFactory} using options provided by {@link RocksDBConfigurableOptions}.
* It acts as the default options factory within {@link RocksDBStateBackend} if the user did not define a {@link OptionsFactory}.
*/
public class DefaultConfigurableOptionsFactory implements ConfigurableOptionsFactory {

Expand Down

0 comments on commit 111865b

Please sign in to comment.