net.tomp2p.p2p
Class TrackerConfiguration
java.lang.Object
net.tomp2p.p2p.TrackerConfiguration
public class TrackerConfiguration
- extends Object
|
Constructor Summary |
TrackerConfiguration(int maxFailure,
int parallel,
int atLeastSuccessfulRequests,
int atLeastTrackers)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrackerConfiguration
public TrackerConfiguration(int maxFailure,
int parallel,
int atLeastSuccessfulRequests,
int atLeastTrackers)
getMaxFailure
public int getMaxFailure()
getParallel
public int getParallel()
getAtLeastSucessfulRequestes
public int getAtLeastSucessfulRequestes()
getAtLeastTrackers
public int getAtLeastTrackers()
Copyright © 2011. All Rights Reserved.