question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

add a destroy method

See original GitHub issue

it would be nice if we could do explicit cleanup

bloom.destroy() // remove all patterns and clean up any internal refs

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
mcollinacommented, Sep 22, 2016

So, I’m 👎 , I think we can close this for now. Feel free to reopen this at any time.

0reactions
mcdonnelldeancommented, Sep 22, 2016

@mcollina Thoughts on this? I still haven’t found a use case to be honest.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Spring - init() and destroy() Methods with Example
destroy -method is bean attribute using which we can assign a custom bean method that will be called just before the bean is...
Read more >
How do I create default init-method and destroy ... - Kode Java
This way you don't have to define individual init-method and destroy-method for each of your beans.
Read more >
Spring core. Default @Bean destroy method - Stack Overflow
following spring documentation to release its own resources I should specify destroyMethod . I've not found any default destroy methods ...
Read more >
Spring init-method and destroy-method example - Mkyong.com
In Spring, you can use init-method and destroy-method as attribute in bean configuration file for bean to perform certain actions upon ...
Read more >
Spring init-method and destroy-method example - Java2Blog
In this post, we will see about Spring init-method and destroy-method. When bean is instantiated or destroyed , there are some operations you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found