Uses of Class
org.apache.cassandra.net.ParamType
-
Packages that use ParamType Package Description org.apache.cassandra.net org.apache.cassandra.tracing -
-
Uses of ParamType in org.apache.cassandra.net
Methods in org.apache.cassandra.net that return ParamType Modifier and Type Method Description static ParamType
ParamType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ParamType[]
ParamType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.net with parameters of type ParamType Modifier and Type Method Description Message.Builder<T>
Message.Builder. withoutParam(ParamType type)
Message.Builder<T>
Message.Builder. withParam(ParamType type, java.lang.Object value)
Method parameters in org.apache.cassandra.net with type arguments of type ParamType Modifier and Type Method Description Message.Builder<T>
Message.Builder. withParams(java.util.Map<ParamType,java.lang.Object> params)
-
Uses of ParamType in org.apache.cassandra.tracing
Methods in org.apache.cassandra.tracing that return types with arguments of type ParamType Modifier and Type Method Description java.util.Map<ParamType,java.lang.Object>
Tracing. addTraceHeaders(java.util.Map<ParamType,java.lang.Object> addToMutable)
Method parameters in org.apache.cassandra.tracing with type arguments of type ParamType Modifier and Type Method Description java.util.Map<ParamType,java.lang.Object>
Tracing. addTraceHeaders(java.util.Map<ParamType,java.lang.Object> addToMutable)
-