Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document/Javadoc forked/extra code #208

Open
chrishpowell opened this issue May 2, 2023 · 1 comment
Open

Document/Javadoc forked/extra code #208

chrishpowell opened this issue May 2, 2023 · 1 comment

Comments

@chrishpowell
Copy link

For example, URLFrontierAdapter, URLFrontierConfiguration.

It can be quite time consuming trying to find out what to do by trawling through source code.

@rzo1
Copy link
Owner

rzo1 commented May 2, 2023

We are open for pull request improving the documentation.

If you take the example from README, it basically boils down to switch the FrontierConfiguration to choose the related frontier implementation:

        FrontierConfiguration frontierConfiguration = new SleepycatFrontierConfiguration(config);
        // OR use
        FrontierConfiguration frontierConfiguration = new HSQLDBFrontierConfiguration(config, 10);
       // OR use
       FrontierConfiguration frontierConfiguration = new URLFrontierConfiguration(config, 10, "localhost", 7071);

URLFrontierAdapter is an implementation detail ;-)

@rzo1 rzo1 added this to the v5.0.3 milestone May 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants