List of usage examples for org.apache.hadoop.io.file.tfile RawComparable interface-usage
From source file org.commoncrawl.util.shared.FlexBuffer.java
/**
* A tweaking of the hadoop Buffer class, basically allowing for cheap buffer
* copies (via underlying storage sharing), some copy on write support, and most
* importantly, support of offset based backing buffers
*
* A byte sequence that is used as a Java native type for buffer. It is