use of org.smartdata.model.FileInfo in project SSM by Intel-bigdata.
the class TestAccessCountTableManager method insertNewFile.
private void insertNewFile(MetaStore metaStore, String file, Long fid) throws MetaStoreException {
FileInfo finfo = new FileInfo(file, fid, 123L, false, (short) 1, 128 * 1024L, 123123123L, 123123120L, (short) 1, "root", "admin", (byte) 0, (byte) 0);
metaStore.insertFile(finfo);
}
Aggregations