Uses of Interface
org.apache.ignite.internal.processors.configuration.distributed.DistributePropertyListener
-
Packages that use DistributePropertyListener Package Description org.apache.ignite.internal.cluster org.apache.ignite.internal.processors.configuration.distributed -
-
Uses of DistributePropertyListener in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster that return DistributePropertyListener Modifier and Type Method Description static <T> @NotNull DistributePropertyListener<T>DistributedConfigurationUtils. makeUpdateListener(String propUpdMsg, IgniteLogger log)Methods in org.apache.ignite.internal.cluster with parameters of type DistributePropertyListener Modifier and Type Method Description voidDistributedBaselineConfiguration. listenAutoAdjustEnabled(DistributePropertyListener<? super Boolean> lsnr)voidDistributedBaselineConfiguration. listenAutoAdjustTimeout(DistributePropertyListener<? super Long> lsnr)Constructors in org.apache.ignite.internal.cluster with parameters of type DistributePropertyListener Constructor Description DistributedTransactionConfiguration(GridKernalContext ctx, IgniteLogger log, DistributePropertyListener<Long> longOperationsDumpTimeoutLsnr, DistributePropertyListener<Integer> collisionsDumpIntervalLsnr) -
Uses of DistributePropertyListener in org.apache.ignite.internal.processors.configuration.distributed
Methods in org.apache.ignite.internal.processors.configuration.distributed with parameters of type DistributePropertyListener Modifier and Type Method Description voidDistributedEnumProperty. addListener(DistributePropertyListener<? super T> listener)voidDistributedProperty. addListener(DistributePropertyListener<? super T> listener)voidSimpleDistributedProperty. addListener(DistributePropertyListener<? super T> listener)
-