Skip to content

Conversation

@kl0u
Copy link
Contributor

@kl0u kl0u commented May 15, 2017

@kl0u kl0u force-pushed the cep-uber-pr branch 3 times, most recently from 1215346 to 0fdcd37 Compare May 16, 2017 08:35
}

/**
* Extracts all the sequences of events from the start to the given computation state. An event
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the Preconditions.checkState(paths.size() <= 1); all = 1

* @param version Version of the previous relation
*/
public void put(
public int put(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing javadoc for return

* @param version Version of the previous relation
*/
public void put(
public int put(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing javadoc for return

*/
public void lock(final K key, final V value, final long timestamp) {
SharedBufferEntry<K, V> entry = get(key, value, timestamp);
public void lock(final K key, final V value, final long timestamp, int counter) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing javadoc for counter

*/
public void release(final K key, final V value, final long timestamp) {
SharedBufferEntry<K, V> entry = get(key, value, timestamp);
public void release(final K key, final V value, final long timestamp, int counter) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

missing javadoc for counter

@kl0u kl0u force-pushed the cep-uber-pr branch 6 times, most recently from ff965e8 to e01659b Compare May 17, 2017 08:36
@kl0u
Copy link
Contributor Author

kl0u commented May 17, 2017

Merged.

@kl0u kl0u closed this May 17, 2017
@kl0u kl0u deleted the cep-uber-pr branch May 24, 2017 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants