Uses of Interface
org.apache.ignite.internal.processors.configuration.distributed.DistributedChangeableProperty
-
Packages that use DistributedChangeableProperty Package Description org.apache.ignite.internal.processors.configuration.distributed org.apache.ignite.internal.processors.tracing.configuration -
-
Uses of DistributedChangeableProperty in org.apache.ignite.internal.processors.configuration.distributed
Classes in org.apache.ignite.internal.processors.configuration.distributed that implement DistributedChangeableProperty 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 with type parameters of type DistributedChangeableProperty Modifier and Type Method Description <T extends DistributedChangeableProperty>
voidDistributedConfigurationProcessor. registerProperties(T... props)Attach already created property.<T extends DistributedChangeableProperty>
voidDistributedPropertyDispatcher. registerProperties(T... props)Attach already created property.Methods in org.apache.ignite.internal.processors.configuration.distributed that return DistributedChangeableProperty Modifier and Type Method Description <T extends Serializable>
@Nullable DistributedChangeableProperty<T>DistributedConfigurationProcessor. property(String name)Get property by name.<T extends Serializable>
@Nullable DistributedChangeableProperty<T>DistributedPropertyDispatcher. property(String name)Get property by name.Methods in org.apache.ignite.internal.processors.configuration.distributed that return types with arguments of type DistributedChangeableProperty Modifier and Type Method Description List<DistributedChangeableProperty<Serializable>>DistributedConfigurationProcessor. properties()Methods in org.apache.ignite.internal.processors.configuration.distributed with parameters of type DistributedChangeableProperty Modifier and Type Method Description <T extends DistributedChangeableProperty>
voidDistributedConfigurationProcessor. registerProperties(T... props)Attach already created property.<T extends DistributedChangeableProperty>
voidDistributedPropertyDispatcher. registerProperties(T... props)Attach already created property.<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 DistributedChangeableProperty in org.apache.ignite.internal.processors.tracing.configuration
Classes in org.apache.ignite.internal.processors.tracing.configuration that implement DistributedChangeableProperty Modifier and Type Class Description classDistributedTracingConfigurationThe wrapper ofHashMap<TracingConfigurationCoordinates, TracingConfigurationParameters>for the distributed metastorage binding.
-