| Constructor and Description |
|---|
RoutingSelector(String name,
Selector<Context<?>> next,
long metrics,
Selector<Context<?>> horizontal) |
| Modifier and Type | Method and Description |
|---|---|
tech.generated.common.engine.spi.summner.path.AbstractSelector |
clone()
Creates and returns a copy of this object.
|
long |
metrics()
Metrics of the selector.
|
String |
name()
Name of the selector.
|
Selector<Context<?>> |
next()
Next selector in selector chain.
|
boolean |
test(Context<?> context) |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic boolean test(Context<?> context)
test in interface java.util.function.Predicate<Context<?>>public Selector<Context<?>> next()
Selectorpublic long metrics()
Selectorpublic tech.generated.common.engine.spi.summner.path.AbstractSelector clone()
throws CloneNotSupportedException
Selectorclone in interface Selector<Context<?>>clone in class ObjectCloneNotSupportedException - if the object's class does not
support the Cloneable interface. Subclasses
that override the clone method can also
throw this exception to indicate that an instance cannot
be cloned.Object.clone()Copyright © 2020. All rights reserved.