Interface ChannelDataOrBuilder

    • Method Detail

      • hasState

        boolean hasState()
         The connectivity state of the channel or subchannel.  Implementations
         should always set this.
         
        .grpc.channelz.v1.ChannelConnectivityState state = 1;
        Returns:
        Whether the state field is set.
      • getState

        ChannelConnectivityState getState()
         The connectivity state of the channel or subchannel.  Implementations
         should always set this.
         
        .grpc.channelz.v1.ChannelConnectivityState state = 1;
        Returns:
        The state.
      • getStateOrBuilder

        ChannelConnectivityStateOrBuilder getStateOrBuilder()
         The connectivity state of the channel or subchannel.  Implementations
         should always set this.
         
        .grpc.channelz.v1.ChannelConnectivityState state = 1;
      • getTarget

        java.lang.String getTarget()
         The target this channel originally tried to connect to.  May be absent
         
        string target = 2;
        Returns:
        The target.
      • getTargetBytes

        ByteString getTargetBytes()
         The target this channel originally tried to connect to.  May be absent
         
        string target = 2;
        Returns:
        The bytes for target.
      • hasTrace

        boolean hasTrace()
         A trace of recent events on the channel.  May be absent.
         
        .grpc.channelz.v1.ChannelTrace trace = 3;
        Returns:
        Whether the trace field is set.
      • getTrace

        ChannelTrace getTrace()
         A trace of recent events on the channel.  May be absent.
         
        .grpc.channelz.v1.ChannelTrace trace = 3;
        Returns:
        The trace.
      • getTraceOrBuilder

        ChannelTraceOrBuilder getTraceOrBuilder()
         A trace of recent events on the channel.  May be absent.
         
        .grpc.channelz.v1.ChannelTrace trace = 3;
      • getCallsStarted

        long getCallsStarted()
         The number of calls started on the channel
         
        int64 calls_started = 4;
        Returns:
        The callsStarted.
      • getCallsSucceeded

        long getCallsSucceeded()
         The number of calls that have completed with an OK status
         
        int64 calls_succeeded = 5;
        Returns:
        The callsSucceeded.
      • getCallsFailed

        long getCallsFailed()
         The number of calls that have completed with a non-OK status
         
        int64 calls_failed = 6;
        Returns:
        The callsFailed.
      • hasLastCallStartedTimestamp

        boolean hasLastCallStartedTimestamp()
         The last time a call was started on the channel.
         
        .google.protobuf.Timestamp last_call_started_timestamp = 7;
        Returns:
        Whether the lastCallStartedTimestamp field is set.
      • getLastCallStartedTimestamp

        Timestamp getLastCallStartedTimestamp()
         The last time a call was started on the channel.
         
        .google.protobuf.Timestamp last_call_started_timestamp = 7;
        Returns:
        The lastCallStartedTimestamp.
      • getLastCallStartedTimestampOrBuilder

        TimestampOrBuilder getLastCallStartedTimestampOrBuilder()
         The last time a call was started on the channel.
         
        .google.protobuf.Timestamp last_call_started_timestamp = 7;