public class DistributedConfigurationProcessor extends GridProcessorAdapter implements DistributedPropertyDispatcher
DistributedProperty across whole cluster.GridComponent.DiscoveryDataExchangeTypectx, diagnosticLog, log| Constructor and Description |
|---|
DistributedConfigurationProcessor(GridKernalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
List<DistributedChangeableProperty<Serializable>> |
properties() |
DistributedChangeableProperty<Serializable> |
property(String name) |
<T extends DistributedChangeableProperty> |
registerProperties(T... props)
Attach already created property.
|
<T extends Serializable> |
registerProperty(DistributedChangeableProperty<T> prop)
Register property to processor and attach it if it possible.
|
void |
start()
Starts grid component.
|
assertParameter, collectGridNodeData, collectJoiningNodeData, discoveryDataType, onDisconnected, onGridDataReceived, onJoiningNodeDataReceived, onKernalStart, onKernalStop, onReconnected, printMemoryStats, stop, toString, validateNode, validateNodepublic DistributedConfigurationProcessor(GridKernalContext ctx)
ctx - Kernal context.public void start()
throws IgniteCheckedException
start in interface GridComponentstart in class GridProcessorAdapterIgniteCheckedException - Throws in case of any errors.public <T extends DistributedChangeableProperty> void registerProperties(T... props)
registerProperties in interface DistributedPropertyDispatcherT - Type of property value.props - Properties to attach to processor.public <T extends Serializable> DistributedProperty<T> registerProperty(DistributedChangeableProperty<T> prop)
registerProperty in interface DistributedPropertyDispatcherprop - Property to attach to processor.public List<DistributedChangeableProperty<Serializable>> properties()
public DistributedChangeableProperty<Serializable> property(String name)
name - Property name.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021