public class DistributedSqlConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
DFLT_DISABLED_FUNCS
Default disabled SQL functions.
|
static int |
DFLT_QRY_TIMEOUT
Default value of the query timeout.
|
| Constructor and Description |
|---|
DistributedSqlConfiguration(GridKernalContext ctx,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
int |
defaultQueryTimeout() |
GridFutureAdapter<?> |
defaultQueryTimeout(int timeout) |
GridFutureAdapter<?> |
disableCreateLuceneIndexForStringValueType(boolean disableCreateIdx) |
Set<String> |
disabledFunctions() |
GridFutureAdapter<?> |
disabledFunctions(HashSet<String> disabledFuncs) |
boolean |
isDisableCreateLuceneIndexForStringValueType() |
void |
listenDefaultQueryTimeout(DistributePropertyListener<Integer> lsnr) |
void |
listenDisabledFunctions(DistributePropertyListener<? super HashSet<String>> lsnr) |
TimeZone |
timeZone() |
GridFutureAdapter<?> |
updateTimeZone(TimeZone tz) |
public static final HashSet<String> DFLT_DISABLED_FUNCS
public static final int DFLT_QRY_TIMEOUT
public DistributedSqlConfiguration(GridKernalContext ctx, IgniteLogger log)
ctx - Kernal context.log - Logger.public GridFutureAdapter<?> disabledFunctions(HashSet<String> disabledFuncs) throws IgniteCheckedException
disabledFuncs - Set of disabled functions.IgniteCheckedException - if failed.public void listenDisabledFunctions(DistributePropertyListener<? super HashSet<String>> lsnr)
public TimeZone timeZone()
public GridFutureAdapter<?> updateTimeZone(TimeZone tz) throws IgniteCheckedException
tz - New SQL time zone for cluster.IgniteCheckedException - if failed.public int defaultQueryTimeout()
public GridFutureAdapter<?> defaultQueryTimeout(int timeout) throws IgniteCheckedException
timeout - Default query timeout.IgniteCheckedException - if failed.public void listenDefaultQueryTimeout(DistributePropertyListener<Integer> lsnr)
public boolean isDisableCreateLuceneIndexForStringValueType()
public GridFutureAdapter<?> disableCreateLuceneIndexForStringValueType(boolean disableCreateIdx) throws IgniteCheckedException
IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.17-p1 Release Date : November 27 2025