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

Fix access to 'clock' member in ColumnFamilyTemplate hierarchy #400

Closed
zznate opened this issue Jan 25, 2012 · 0 comments
Closed

Fix access to 'clock' member in ColumnFamilyTemplate hierarchy #400

zznate opened this issue Jan 25, 2012 · 0 comments

Comments

@zznate
Copy link
Collaborator

zznate commented Jan 25, 2012

Currently unsafe and inconsistent.

Proposal is to push the clock into the Updater based on the configured clock type every time an updater is constructed. the Updater will add the ability to set the clock to override the automatically constructed value.

This will deprecate the following methods on AbstractColumnFamilyTemplate:
setClock
getEffectiveClock

The following method will change behavior on AbstractColumnFamilyTemplate:
getClock - will simply wrap the value returned by Keyspace#createClock

zznate pushed a commit that referenced this issue Jan 25, 2012
@zznate zznate closed this as completed Jan 25, 2012
cherron pushed a commit to cherron/hector that referenced this issue Jan 27, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant