public abstract class DistributedSqlConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DFLT_QRY_TIMEOUT
Default value of the query timeout.
|
protected static String |
PROPERTY_UPDATE_MESSAGE
Property update message.
|
| Modifier | Constructor and Description |
|---|---|
protected |
DistributedSqlConfiguration(GridKernalContext ctx,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
int |
defaultQueryTimeout() |
GridFutureAdapter<?> |
defaultQueryTimeout(int timeout) |
protected static final String PROPERTY_UPDATE_MESSAGE
public static final int DFLT_QRY_TIMEOUT
protected DistributedSqlConfiguration(GridKernalContext ctx, IgniteLogger log)
ctx - Kernal contextlog - Logger.public int defaultQueryTimeout()
public GridFutureAdapter<?> defaultQueryTimeout(int timeout) throws IgniteCheckedException
timeout - Default query timeout.IgniteCheckedException - if failed.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023