Interface AttributeSubscriptionPatch
@PublicApi
public interface AttributeSubscriptionPatch
Provides methods for changing AttributeSubscription parameters.
All methods may be called in any order. The actual update of the parameters will happen only after all the calls have been done.
-
Method Summary
Modifier and TypeMethodDescriptionaddAttribute(AttributeSpec<?> attribute) addRows(LongList rows) removeAttribute(AttributeSpec<?> attribute) removeRows(LongList rows) setAttributes(Collection<? extends AttributeSpec<?>> attributes) setForest(ForestSpec forestSpec) setRows(LongList rows)
-
Method Details
-
setForest
-
setAttributes
@NotNull AttributeSubscriptionPatch setAttributes(Collection<? extends AttributeSpec<?>> attributes) -
setRows
-
addAttribute
-
removeAttribute
-
addRows
-
removeRows
-