public class PageRankWriter extends Object
Constructor and Description |
---|
PageRankWriter(String filename) |
Modifier and Type | Method and Description |
---|---|
void |
addLink(long id,
Anchor sb) |
void |
close() |
void |
lastPage() |
void |
newPage(long id,
int count) |
void |
redirect(long from,
long to) |
public PageRankWriter(String filename) throws IOException
IOException
public void close()
public void redirect(long from, long to) throws IOException
IOException
public void newPage(long id, int count) throws IOException
IOException
public void lastPage() throws IOException
IOException
public void addLink(long id, Anchor sb) throws IOException
IOException
Copyright © 2016 Egothor. All Rights Reserved.