Interface SegmentTrafficAlgorithm
- All Superinterfaces:
TrafficAlgorithm,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
Segment traffic algorithm.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(SegmentTrafficValue segmentTrafficValue) Judge segment traffic value is match or not.Methods inherited from interface org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
getType, getTypeAliases, init, isDefault
-
Method Details
-
match
Judge segment traffic value is match or not.- Parameters:
segmentTrafficValue- segment traffic value- Returns:
- segment traffic value is match or not
-