Class DistributedSqlConfiguration
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.DistributedSqlConfiguration
-
public abstract class DistributedSqlConfiguration extends Object
Common distributed SQL configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static intDFLT_QRY_TIMEOUTDefault value of the query timeout.protected static StringPROPERTY_UPDATE_MESSAGEProperty update message.
-
Constructor Summary
Constructors Modifier Constructor Description protectedDistributedSqlConfiguration(GridKernalContext ctx, IgniteLogger log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intdefaultQueryTimeout()GridFutureAdapter<?>defaultQueryTimeout(int timeout)
-
-
-
Field Detail
-
PROPERTY_UPDATE_MESSAGE
protected static final String PROPERTY_UPDATE_MESSAGE
Property update message.- See Also:
- Constant Field Values
-
DFLT_QRY_TIMEOUT
public static final int DFLT_QRY_TIMEOUT
Default value of the query timeout.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DistributedSqlConfiguration
protected DistributedSqlConfiguration(GridKernalContext ctx, IgniteLogger log)
- Parameters:
ctx- Kernal contextlog- Logger.
-
-
Method Detail
-
defaultQueryTimeout
public int defaultQueryTimeout()
- Returns:
- Default query timeout.
-
defaultQueryTimeout
public GridFutureAdapter<?> defaultQueryTimeout(int timeout) throws IgniteCheckedException
- Parameters:
timeout- Default query timeout.- Throws:
IgniteCheckedException- if failed.
-
-