Class BlockOperations

java.lang.Object
org.apache.hadoop.fs.impl.prefetch.BlockOperations

public final class BlockOperations extends Object
Block level operations performed on a file. This class is meant to be used by BlockManager. It is separated out in its own file due to its size. This class is used for debugging/logging. Calls to this class can be safely removed without affecting the overall operation.