Uses of Interface
org.apache.ignite.internal.processors.configuration.distributed.DistributedProperty
-
-
Uses of DistributedProperty in org.apache.ignite.internal.cluster
Methods in org.apache.ignite.internal.cluster with parameters of type DistributedProperty Modifier and Type Method Description static <T extends Serializable>
IgniteInternalFuture<Void>DistributedConfigurationUtils. setDefaultValue(DistributedProperty<T> prop, T val, IgniteLogger log) -
Uses of DistributedProperty in org.apache.ignite.internal.processors.configuration.distributed
Subinterfaces of DistributedProperty in org.apache.ignite.internal.processors.configuration.distributed Modifier and Type Interface Description interfaceDistributedChangeableProperty<T extends Serializable>Inner interface to maintenance of distributed property.Classes in org.apache.ignite.internal.processors.configuration.distributed that implement DistributedProperty Modifier and Type Class Description classDistributedBooleanPropertyImplementation ofDistributedPropertyforBoolean.classDistributedComparableProperty<T extends Comparable<T> & Serializable>Implementation ofDistributedPropertyforComparable.classDistributedDoublePropertyImplementation ofDistributedPropertyforDouble.classDistributedEnumProperty<T extends Enum>Distributed enum implementation for storing into meta storage.classDistributedIntegerPropertyImplementation ofDistributedPropertyforInteger.classDistributedLongPropertyImplementation ofDistributedPropertyforLong.classSimpleDistributedProperty<T extends Serializable>Wrapper of some serializable property providing ability of change this value across whole cluster.Methods in org.apache.ignite.internal.processors.configuration.distributed that return DistributedProperty Modifier and Type Method Description <T extends Serializable>
DistributedProperty<T>DistributedConfigurationProcessor. registerProperty(DistributedChangeableProperty<T> prop)Register property to processor and attach it if it possible.<T extends Serializable>
DistributedProperty<T>DistributedPropertyDispatcher. registerProperty(DistributedChangeableProperty<T> prop)Attach already created property. -
Uses of DistributedProperty in org.apache.ignite.internal.processors.tracing.configuration
Classes in org.apache.ignite.internal.processors.tracing.configuration that implement DistributedProperty Modifier and Type Class Description classDistributedTracingConfigurationThe wrapper ofHashMap<TracingConfigurationCoordinates, TracingConfigurationParameters>for the distributed metastorage binding.
-