Package | Description |
---|---|
org.apache.cassandra.net | |
org.apache.cassandra.tracing |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Message.Builder<T> |
Message.Builder.withoutParam(ParamType type) |
Message.Builder<T> |
Message.Builder.withParam(ParamType type,
java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Message.Builder<T> |
Message.Builder.withParams(java.util.Map<ParamType,java.lang.Object> params) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ParamType,java.lang.Object> |
Tracing.addTraceHeaders(java.util.Map<ParamType,java.lang.Object> addToMutable) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<ParamType,java.lang.Object> |
Tracing.addTraceHeaders(java.util.Map<ParamType,java.lang.Object> addToMutable) |
Copyright © 2009-2022 The Apache Software Foundation