public class DistributedIndexingConfiguration extends DistributedSqlConfiguration
| Modifier and Type | Field and Description |
|---|---|
static HashSet<String> |
DFLT_DISABLED_FUNCS
Default disabled SQL functions.
|
DFLT_QRY_TIMEOUT, PROPERTY_UPDATE_MESSAGE| Constructor and Description |
|---|
DistributedIndexingConfiguration(GridKernalContext ctx,
IgniteLogger log) |
| Modifier and Type | Method and Description |
|---|---|
GridFutureAdapter<?> |
disableCreateLuceneIndexForStringValueType(boolean disableCreateIdx) |
Set<String> |
disabledFunctions() |
GridFutureAdapter<?> |
disabledFunctions(HashSet<String> disabledFuncs) |
boolean |
isDisableCreateLuceneIndexForStringValueType() |
void |
listenDisabledFunctions(DistributePropertyListener<HashSet<String>> lsnr) |
defaultQueryTimeout, defaultQueryTimeoutpublic DistributedIndexingConfiguration(GridKernalContext ctx, IgniteLogger log)
ctx - Kernal contextlog - Logger.public GridFutureAdapter<?> disabledFunctions(HashSet<String> disabledFuncs) throws IgniteCheckedException
disabledFuncs - Set of disabled functions.IgniteCheckedException - if failed.public void listenDisabledFunctions(DistributePropertyListener<HashSet<String>> lsnr)
public boolean isDisableCreateLuceneIndexForStringValueType()
public GridFutureAdapter<?> disableCreateLuceneIndexForStringValueType(boolean disableCreateIdx) throws IgniteCheckedException
IgniteCheckedException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023