We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
change clock = cassandraHostConfigurator.getClockResolution(); to clock = CassandraHostConfigurator.getClockResolution();
The text was updated successfully, but these errors were encountered:
If you have two clusters and want to have two cassandraHostsConfigurators with different time resolution how would that work?
We may wonder why we would want two clocks but I think keeping it non static seems more flexible.
Sorry, something went wrong.
Change it to a non static way may be a good idea. BTW, I think the best way we using hector is one instance for one cluster.
No branches or pull requests
change
clock = cassandraHostConfigurator.getClockResolution();
to
clock = CassandraHostConfigurator.getClockResolution();
The text was updated successfully, but these errors were encountered: