クラス LettuceObservationContext

java.lang.ObjectSE
io.micrometer.observation.Observation.Context
io.micrometer.observation.transport.SenderContext<ObjectSE>
org.springframework.data.redis.connection.lettuce.observability.LettuceObservationContext
実装されたすべてのインターフェース:
io.micrometer.observation.Observation.ContextView

public class LettuceObservationContext extends io.micrometer.observation.transport.SenderContext<ObjectSE>
Micrometer Observation.Context は Lettuce コンテキストの詳細を保持します。
導入:
3.0
作成者:
Mark Paluch
  • コンストラクターのサマリー

    コンストラクター
    コンストラクター
    説明
  • メソッドのサマリー

    修飾子と型
    メソッド
    説明
    io.lettuce.core.protocol.RedisCommand<?,?,?>
    io.lettuce.core.tracing.Tracing.Endpoint
    void
    setCommand(io.lettuce.core.protocol.RedisCommand<?,?,?> command)
    void
    setEndpoint(io.lettuce.core.tracing.Tracing.Endpoint endpoint)

    クラス io.micrometer.observation.transport.SenderContext から継承されたメソッド

    getCarrier, getKind, getRemoteServiceAddress, getRemoteServiceName, getSetter, setCarrier, setRemoteServiceAddress, setRemoteServiceName

    クラス io.micrometer.observation.Observation.Context から継承されたメソッド

    addHighCardinalityKeyValue, addHighCardinalityKeyValues, addLowCardinalityKeyValue, addLowCardinalityKeyValues, clear, computeIfAbsent, containsKey, get, getAllKeyValues, getContextualName, getError, getHighCardinalityKeyValue, getHighCardinalityKeyValues, getLowCardinalityKeyValue, getLowCardinalityKeyValues, getName, getOrDefault, getParentObservation, getRequired, put, remove, removeHighCardinalityKeyValue, removeHighCardinalityKeyValues, removeLowCardinalityKeyValue, removeLowCardinalityKeyValues, setContextualName, setError, setName, setParentObservation, toString

    クラス java.lang.ObjectSE から継承されたメソッド

    clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, wait, waitSE, waitSE

    インターフェース io.micrometer.observation.Observation.ContextView から継承されたメソッド

    getOrDefault
  • コンストラクターの詳細

    • LettuceObservationContext

      public LettuceObservationContext(StringSE serviceName)
  • メソッドの詳細

    • getRequiredCommand

      public io.lettuce.core.protocol.RedisCommand<?,?,?> getRequiredCommand()
    • setCommand

      public void setCommand(io.lettuce.core.protocol.RedisCommand<?,?,?> command)
    • getRequiredEndpoint

      public io.lettuce.core.tracing.Tracing.Endpoint getRequiredEndpoint()
    • setEndpoint

      public void setEndpoint(io.lettuce.core.tracing.Tracing.Endpoint endpoint)