Interface StatTypeOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    StatType, StatType.Builder

    public interface StatTypeOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasStreamStat

        boolean hasStreamStat()
        .hstream.server.StreamStats streamStat = 1;
        Returns:
        Whether the streamStat field is set.
      • getStreamStatValue

        int getStreamStatValue()
        .hstream.server.StreamStats streamStat = 1;
        Returns:
        The enum numeric value on the wire for streamStat.
      • getStreamStat

        StreamStats getStreamStat()
        .hstream.server.StreamStats streamStat = 1;
        Returns:
        The streamStat.
      • hasSubStat

        boolean hasSubStat()
        .hstream.server.SubscriptionStats subStat = 2;
        Returns:
        Whether the subStat field is set.
      • getSubStatValue

        int getSubStatValue()
        .hstream.server.SubscriptionStats subStat = 2;
        Returns:
        The enum numeric value on the wire for subStat.
      • getSubStat

        SubscriptionStats getSubStat()
        .hstream.server.SubscriptionStats subStat = 2;
        Returns:
        The subStat.
      • hasConnStat

        boolean hasConnStat()
        .hstream.server.ConnectorStats connStat = 3;
        Returns:
        Whether the connStat field is set.
      • getConnStatValue

        int getConnStatValue()
        .hstream.server.ConnectorStats connStat = 3;
        Returns:
        The enum numeric value on the wire for connStat.
      • getConnStat

        ConnectorStats getConnStat()
        .hstream.server.ConnectorStats connStat = 3;
        Returns:
        The connStat.
      • hasQueryStat

        boolean hasQueryStat()
        .hstream.server.QueryStats queryStat = 4;
        Returns:
        Whether the queryStat field is set.
      • getQueryStatValue

        int getQueryStatValue()
        .hstream.server.QueryStats queryStat = 4;
        Returns:
        The enum numeric value on the wire for queryStat.
      • getQueryStat

        QueryStats getQueryStat()
        .hstream.server.QueryStats queryStat = 4;
        Returns:
        The queryStat.
      • hasViewStat

        boolean hasViewStat()
        .hstream.server.ViewStats viewStat = 5;
        Returns:
        Whether the viewStat field is set.
      • getViewStatValue

        int getViewStatValue()
        .hstream.server.ViewStats viewStat = 5;
        Returns:
        The enum numeric value on the wire for viewStat.
      • getViewStat

        ViewStats getViewStat()
        .hstream.server.ViewStats viewStat = 5;
        Returns:
        The viewStat.