Interface TransactionTrafficAlgorithm
- All Superinterfaces:
TrafficAlgorithm,org.apache.shardingsphere.infra.util.spi.type.typed.TypedSPI
Transaction traffic algorithm.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanmatch(TransactionTrafficValue transactionTrafficValue) Judge transaction 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 transaction traffic value is match or not.- Parameters:
transactionTrafficValue- transaction traffic value- Returns:
- transaction traffic value is match or not
-