voldemort.store.readonly.chunk
Interface DataFileChunk

All Known Implementing Classes:
LocalDataFileChunk

public interface DataFileChunk

Common interface to abstract out reading from Hdfs and Local files


Method Summary
 int read(java.nio.ByteBuffer buffer, long currentOffset)
           
 

Method Detail

read

int read(java.nio.ByteBuffer buffer,
         long currentOffset)
         throws java.io.IOException
Throws:
java.io.IOException


Jay Kreps, Roshan Sumbaly, Alex Feinberg, Bhupesh Bansal, Lei Gao, Chinmay Soman, Vinoth Chandar, Zhongjie Wu