Package edu.cmu.graphchi.shards

Examples of edu.cmu.graphchi.shards.ShardIndex


            this.shardNum = shardNum;
            this.numShards = numShards;
            this.fileName = fileName;
            File f = new File(ChiFilenames.getFilenameShardsAdj(fileName, shardNum, numShards));
            adjFile = new RandomAccessFile(f.getAbsolutePath(), "r", 64 * 1024);
            index = new ShardIndex(f);
        }
View Full Code Here

TOP

Related Classes of edu.cmu.graphchi.shards.ShardIndex

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.