Package org.apache.hadoop.hbase.io.hfile
Class TestHFileBlockHeaderCorruption.HFileBlockChannelPosition
java.lang.Object
org.apache.hadoop.hbase.io.hfile.TestHFileBlockHeaderCorruption.HFileBlockChannelPosition
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- TestHFileBlockHeaderCorruption
public static class TestHFileBlockHeaderCorruption.HFileBlockChannelPosition
extends Object
implements Closeable
Data class to enabled messing with the bytes behind an
HFileBlock
.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
channel
-
position
-
-
Constructor Details
-
HFileBlockChannelPosition
-
-
Method Details
-
getChannel
-
getPosition
-
rewind
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-