Uses of Class
com.github.cowwoc.tokenbucket.ContainerList.ConfigurationUpdater
Packages that use ContainerList.ConfigurationUpdater
-
Uses of ContainerList.ConfigurationUpdater in com.github.cowwoc.tokenbucket
Methods in com.github.cowwoc.tokenbucket that return ContainerList.ConfigurationUpdaterModifier and TypeMethodDescriptionContainerList.ConfigurationUpdater.addBucket
(Function<Bucket.Builder, Bucket> bucketBuilder) Adds a Bucket to this list.ContainerList.ConfigurationUpdater.addContainerList
(Function<ContainerList.Builder, ContainerList> listBuilder) Adds a ContainerList to this list.ContainerList.ConfigurationUpdater.clear()
Removes all children from this list.ContainerList.ConfigurationUpdater.consumeFromAll()
Indicates that the list should consume tokens from all children simultaneously.ContainerList.ConfigurationUpdater.consumeFromOne
(SelectionPolicy selectionPolicy) Indicates that the list should delegate to the first child that has sufficient number of tokens available.Removes a child from this list.ContainerList.updateConfiguration()
Updates this list's configuration.Sets user data associated with this list.