public abstract class ServiceOptionsBase extends Object implements IServiceOptions
Constructor and Description |
---|
ServiceOptionsBase() |
Modifier and Type | Method and Description |
---|---|
boolean |
isBigdataLBS()
Return
true if the remote service is known to be a bigdata
service that exposes the HA load balancer servlet (default
false ). |
boolean |
isRunFirst()
Return
true iff the service end point is one which should
always be run as early as possible within the join group (default
false ). |
void |
setBigdataLBS(boolean newValue) |
void |
setRunFirst(boolean newValue) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSPARQLVersion, isBigdataNativeService, isRemoteService, isSparql10
public boolean isRunFirst()
IServiceOptions
true
iff the service end point is one which should
always be run as early as possible within the join group (default
false
).
Note: This option is only obeyed when the SERVICE reference is a
constant. If the SERVICE reference is a variable, then it is not possible
to resolve the IServiceOptions
for that SERVICE until after the
query planner has locked in the join evaluation order.
isRunFirst
in interface IServiceOptions
public void setRunFirst(boolean newValue)
public boolean isBigdataLBS()
IServiceOptions
true
if the remote service is known to be a bigdata
service that exposes the HA load balancer servlet (default
false
). The default may be overridden iff the end point is
known to expose the bigdata LBS pattern.isBigdataLBS
in interface IServiceOptions
public void setBigdataLBS(boolean newValue)
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.