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

Remove FlushType and make resources final in InternalEngine #9565

Merged
merged 1 commit into from Feb 4, 2015

Commits on Feb 4, 2015

  1. [ENGINE] Remove FlushType and make resources final in InternalEngine

    This commit removes the FlushType entirely and replaces it in the most places with
    a simple `Engine#flush()` call. Flushing without committing the translog is now
    entirely private to the engine and is only called in one place.
    s1monw committed Feb 4, 2015
    Copy the full SHA
    4732ef3 View commit details
    Browse the repository at this point in the history