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

Makes write-coalescing configurable #4437

Conversation

ahmetmircik
Copy link
Member

closes #4438

Correct fix to a relevant issue #712

@ahmetmircik ahmetmircik force-pushed the fix/3.3.5/makeWriteCoalescingConfigurable branch from 5eed1b0 to 14597aa Compare January 19, 2015 10:15
@eminn
Copy link
Contributor

eminn commented Jan 19, 2015

looks good to merge

* @return {@code true} if collection is not empty.
*/
public static boolean isNotEmpty(Collection collection) {
return !isEmpty(collection);
Copy link
Contributor

Choose a reason for hiding this comment

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

We probably don't need isNotEmpty since !isEmpty is shorter. Negated version can be created for every boolean method:)

Copy link
Member Author

Choose a reason for hiding this comment

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

!yes i think it is more readable :)

@gurbuzali
Copy link
Contributor

looks good, I think you will send the changes for maintenance and master branches too ?

@ahmetmircik
Copy link
Member Author

@gurbuzali yes

@gurbuzali gurbuzali self-assigned this Jan 19, 2015
gurbuzali pushed a commit that referenced this pull request Jan 19, 2015
…ngConfigurable

Makes write-coalescing configurable
@gurbuzali gurbuzali merged commit 196ac3e into hazelcast:3.3.5 Jan 19, 2015
@mmedenjak mmedenjak added the Source: Internal PR or issue was opened by an employee label Apr 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Source: Internal PR or issue was opened by an employee Team: Core Type: Enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants