Java org.apache.hadoop.hdfs.server.namenode EditLogFileOutputStream fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.hdfs.server.namenode EditLogFileOutputStream fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.hdfs.server.namenode EditLogFileOutputStream.

The text is from its open source code.

Method

voidsetShouldSkipFsyncForTesting(boolean skip)
For the purposes of unit tests, we don't need to actually write durably to disk.