| Modifier and Type | Field and Description |
|---|---|
protected int |
port
Deprecated.
Server port to use.
|
protected int |
threads
Deprecated.
Number of threads to use.
|
| Constructor and Description |
|---|
GBDist(int threads,
PairList<C> pl,
java.lang.String mfile,
int port)
Deprecated.
Constructor.
|
GBDist(int threads,
java.lang.String mfile,
int port)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<GenPolynomial<C>> |
execute(java.util.List<GenPolynomial<C>> F)
Deprecated.
Execute a distributed GB example.
|
void |
terminate(boolean shutDown)
Deprecated.
Terminates the distributed thread pools.
|
protected final int threads
protected final int port
public GBDist(int threads, java.lang.String mfile, int port)
threads - number of threads respectivly processes.mfile - name of the machine file.port - for GB server.public java.util.List<GenPolynomial<C>> execute(java.util.List<GenPolynomial<C>> F)
F - list of polynomialspublic void terminate(boolean shutDown)
shutDown - true, if shut-down of the remote executable servers is
requested, false, if remote executable servers stay alive.