Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a function to obtain hotkeys implemented #110

Open
lvchongyi opened this issue Jul 18, 2023 · 3 comments
Open

Is there a function to obtain hotkeys implemented #110

lvchongyi opened this issue Jul 18, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@lvchongyi
Copy link

Is there a function to obtain hotkeys implemented

@lvchongyi lvchongyi added the enhancement New feature or request label Jul 18, 2023
@thegridman
Copy link
Member

That question does not make much sense. What do you mean by "obtain hotkeys implemented". Normally in Coherence a "hot key" refers to a key for an entry in a cache that is accessed far more often than the other entries in the cache, which then puts far more load on the cluster member that owns that key than the other members of the cluster. Is that what you are talking about? If you are then there is no API for this, Coherence does not keep access statistics for each entry.

@thegridman
Copy link
Member

There are APIs in Coherence that you could use to implement this yourself though. It depends what exactly you are looking for,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants