public class BooleanOperator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RSRecordName
Name of the record element in the result set.
|
| Constructor and Description |
|---|
BooleanOperator() |
| Modifier and Type | Method and Description |
|---|---|
URI |
compareMe(URI[] locators,
String expression,
StatsContainer stats)
Main service method.
|
URI |
compareMe(URI[] locators,
String expression,
StatsContainer stats,
long timeout,
TimeUnit timeUnit)
Main service method.
|
protected static String RSRecordName
public URI compareMe(URI[] locators, String expression, StatsContainer stats) throws Exception
eprs - An array of eprs of the services that participate in the
hypothesisexpression - hypothesis expressionstats - used to populate statisticstimeout - The timeout which will be used both by the reader and the writertimeUnit - The time unit of the timeout usedException - in case of errorpublic URI compareMe(URI[] locators, String expression, StatsContainer stats, long timeout, TimeUnit timeUnit) throws Exception
eprs - An array of eprs of the services that participate in the
hypothesisexpression - hypothesis expressionstats - used to populate statisticstimeout - The timeout which will be used both by the reader and the writertimeUnit - The time unit of the timeout usedException - in case of errorCopyright © 2017. All Rights Reserved.