| Package | Description |
|---|---|
| org.apache.ignite.internal.processors.configuration.distributed | |
| org.apache.ignite.internal.processors.tracing.configuration |
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedBooleanProperty
Implementation of
DistributedProperty for Boolean. |
class |
DistributedComparableProperty<T extends Comparable<T> & Serializable>
Implementation of
DistributedProperty for Comparable. |
class |
DistributedEnumProperty<T extends Enum>
Distributed enum implementation for storing into meta storage.
|
class |
DistributedLongProperty
Implementation of
DistributedProperty for Long. |
class |
SimpleDistributedProperty<T extends Serializable>
Wrapper of some serializable property providing ability of change this value across whole cluster.
|
| Modifier and Type | Method and Description |
|---|---|
<T extends DistributedChangeableProperty> |
DistributedPropertyDispatcher.registerProperties(T... props)
Attach already created property.
|
<T extends DistributedChangeableProperty> |
DistributedConfigurationProcessor.registerProperties(T... props)
Attach already created property.
|
| Modifier and Type | Method and Description |
|---|---|
DistributedChangeableProperty<Serializable> |
DistributedConfigurationProcessor.property(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedChangeableProperty<Serializable>> |
DistributedConfigurationProcessor.properties() |
| Modifier and Type | Method and Description |
|---|---|
<T extends DistributedChangeableProperty> |
DistributedPropertyDispatcher.registerProperties(T... props)
Attach already created property.
|
<T extends DistributedChangeableProperty> |
DistributedConfigurationProcessor.registerProperties(T... props)
Attach already created property.
|
<T extends Serializable> |
DistributedPropertyDispatcher.registerProperty(DistributedChangeableProperty<T> prop)
Attach already created property.
|
<T extends Serializable> |
DistributedConfigurationProcessor.registerProperty(DistributedChangeableProperty<T> prop)
Register property to processor and attach it if it possible.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DistributedTracingConfiguration
The wrapper of
HashMap<TracingConfigurationCoordinates, TracingConfigurationParameters>
for the distributed metastorage binding. |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021