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

MODE-1683 Created a time-based sequence #1030

Closed
wants to merge 3 commits into from

Conversation

rhauch
Copy link
Contributor

@rhauch rhauch commented Jan 10, 2014

Added a time-based, non-monotonically increasing unique sequence of long values that
can be used in the journal as primary keys for JournalRecord instances so that:

  1. they are ordered based upon the sequence in which they arrive
  2. we can find the JournalRecords that were added within some time range

Added a time-based, non-monotonically increasing unique sequence of long values that
can be used in the journal as primary keys for JournalRecord instances so that:
1. they are ordered based upon the sequence in which they arrive
2. we can find the JournalRecords that were added within some time range
@rhauch
Copy link
Contributor Author

rhauch commented Jan 13, 2014

Improved the signatures and JavaDoc, removed the unintentional assert, and also changed the header to reference the ASL 2 license (per MODE-2081).

@rhauch
Copy link
Contributor Author

rhauch commented Jan 13, 2014

Rebased and squashed the commits into a single commit, and merged onto the 'master' branch. See 2e38c67.

@rhauch rhauch closed this Jan 13, 2014
@rhauch rhauch deleted the mode-1683 branch January 14, 2014 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants