Uses of Enum Class
org.apache.cassandra.net.ParamType
Packages that use ParamType
Package
Description
-
Uses of ParamType in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type ParamType -
Uses of ParamType in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return ParamTypeModifier and TypeMethodDescriptionstatic ParamTypeReturns the enum constant of this class with the specified name.static ParamType[]ParamType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.cassandra.net that return types with arguments of type ParamTypeMethods in org.apache.cassandra.net with parameters of type ParamTypeMethod parameters in org.apache.cassandra.net with type arguments of type ParamTypeModifier and TypeMethodDescriptionMessage.Builder.withParams(Map<ParamType, Object> params) Message.withParams(Map<ParamType, Object> values) -
Uses of ParamType in org.apache.cassandra.service.reads.thresholds
Method parameters in org.apache.cassandra.service.reads.thresholds with type arguments of type ParamTypeModifier and TypeMethodDescriptionstatic booleanWarningContext.isSupported(Set<ParamType> keys) WarningContext.updateCounters(Map<ParamType, Object> params, InetAddressAndPort from) -
Uses of ParamType in org.apache.cassandra.tracing
Methods in org.apache.cassandra.tracing that return types with arguments of type ParamTypeMethod parameters in org.apache.cassandra.tracing with type arguments of type ParamType