~pbeaman/akiban-persistit/fix-1021734-nightly-deadlock

« back to all changes in this revision

Viewing changes to src/main/java/com/persistit/MediatedFileChannel.java

  • Committer: build-akiban
  • Date: 2012-08-27 22:52:48 UTC
  • mfrom: (335.3.50 warmup-perf-test)
  • Revision ID: build@akiban.com-20120827225248-4i320bwuffmxtj18
merge pbeaman: This proposal is a re-work of the original buffer pool warm-up code.

https://code.launchpad.net/~pbeaman/akiban-persistit/buffer-pool-warmup-sorted/+merge/121320

Show diffs side-by-side

added added

removed removed

Lines of Context:
342
342
     * 
343
343
     * @param channel
344
344
     */
345
 
    void setErrorInjectingChannelForTests(final FileChannel channel) {
 
345
    void injectChannelForTests(final FileChannel channel) {
346
346
        ((TestChannelInjector) channel).setChannel(_channel);
347
347
        _channel = channel;
348
348
    }