Uses of Interface
org.apache.storm.localizer.PortAndAssignment
-
Packages that use PortAndAssignment Package Description org.apache.storm.localizer -
-
Uses of PortAndAssignment in org.apache.storm.localizer
Classes in org.apache.storm.localizer that implement PortAndAssignment Modifier and Type Class Description class
TimePortAndAssignment
Methods in org.apache.storm.localizer that return types with arguments of type PortAndAssignment Modifier and Type Method Description Collection<PortAndAssignment>
LocallyCachedBlob. getDependencies()
Methods in org.apache.storm.localizer with parameters of type PortAndAssignment Modifier and Type Method Description void
LocallyCachedBlob. addReference(PortAndAssignment pna, BlobChangingCallback cb)
Mark that a given port and assignment are using this.default boolean
PortAndAssignment. isEquivalentTo(PortAndAssignment other)
boolean
LocallyCachedBlob. removeReference(PortAndAssignment pna)
Removes a reservation for this blob from a given slot and assignemnt.Constructors in org.apache.storm.localizer with parameters of type PortAndAssignment Constructor Description TimePortAndAssignment(PortAndAssignment measured, com.codahale.metrics.Timer timer)
-