public interface DistributedPropertyDispatcher
| Modifier and Type | Method and Description |
|---|---|
<T extends Serializable> |
property(String name)
Get property by name.
|
<T extends DistributedChangeableProperty> |
registerProperties(T... props)
Attach already created property.
|
<T extends Serializable> |
registerProperty(DistributedChangeableProperty<T> prop)
Attach already created property.
|
<T extends DistributedChangeableProperty> void registerProperties(T... props)
T - Type of property value.props - Properties to attach to processor.<T extends Serializable> DistributedProperty<T> registerProperty(DistributedChangeableProperty<T> prop)
prop - Property to attach to processor.@Nullable <T extends Serializable> @Nullable DistributedChangeableProperty<T> property(String name)
T - Property type.name - Property name
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023