private final long BLOCK_SIZE = 1 << 26;
private final long ACCESS_TIME = 0;
public QFSImpl(String metaServerHost, int metaServerPort,
FileSystem.Statistics stats) throws IOException {
kfsAccess = new KfsAccess(metaServerHost, metaServerPort);
statistics = stats;
}