Interface Port.QueueStatsOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Port.QueueStats, Port.QueueStats.Builder
    Enclosing class:
    Port

    public static interface Port.QueueStatsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasQueueNumber

        boolean hasQueueNumber()
        optional uint32 queue_number = 1;
      • getQueueNumber

        int getQueueNumber()
        optional uint32 queue_number = 1;
      • hasPackets

        boolean hasPackets()
        optional uint64 packets = 2;
         Counter: the total number of packets that have been added to this queue
         
      • getPackets

        long getPackets()
        optional uint64 packets = 2;
         Counter: the total number of packets that have been added to this queue
         
      • hasBytes

        boolean hasBytes()
        optional uint64 bytes = 3;
         Counter: the total number of bytes that have been added to this queue
         
      • getBytes

        long getBytes()
        optional uint64 bytes = 3;
         Counter: the total number of bytes that have been added to this queue
         
      • hasTailDropPackets

        boolean hasTailDropPackets()
        optional uint64 tail_drop_packets = 4;
         Counter: the total number of tail dropped packets
         
      • getTailDropPackets

        long getTailDropPackets()
        optional uint64 tail_drop_packets = 4;
         Counter: the total number of tail dropped packets
         
      • hasRlDropPackets

        boolean hasRlDropPackets()
        optional uint64 rl_drop_packets = 5;
         Counter: the total number of rate-limitd packets
         
      • getRlDropPackets

        long getRlDropPackets()
        optional uint64 rl_drop_packets = 5;
         Counter: the total number of rate-limitd packets
         
      • hasRlDropBytes

        boolean hasRlDropBytes()
        optional uint64 rl_drop_bytes = 6;
         Counter: the total number of rate-limited bytes
         
      • getRlDropBytes

        long getRlDropBytes()
        optional uint64 rl_drop_bytes = 6;
         Counter: the total number of rate-limited bytes
         
      • hasRedDropPackets

        boolean hasRedDropPackets()
        optional uint64 red_drop_packets = 7;
         Counter: the total number of red-dropped packets
         
      • getRedDropPackets

        long getRedDropPackets()
        optional uint64 red_drop_packets = 7;
         Counter: the total number of red-dropped packets
         
      • hasRedDropBytes

        boolean hasRedDropBytes()
        optional uint64 red_drop_bytes = 8;
         Counter: the total number of red-dropped bytes
         
      • getRedDropBytes

        long getRedDropBytes()
        optional uint64 red_drop_bytes = 8;
         Counter: the total number of red-dropped bytes
         
      • hasAvgBufferOccupancy

        boolean hasAvgBufferOccupancy()
        optional uint64 avg_buffer_occupancy = 9;
         Average: avg queue depth,TAQL:time-average-queue-len, in packets, details TBD
         
      • getAvgBufferOccupancy

        long getAvgBufferOccupancy()
        optional uint64 avg_buffer_occupancy = 9;
         Average: avg queue depth,TAQL:time-average-queue-len, in packets, details TBD
         
      • hasCurBufferOccupancy

        boolean hasCurBufferOccupancy()
        optional uint64 cur_buffer_occupancy = 10;
         Gauge: current queue depth, in packets
         
      • getCurBufferOccupancy

        long getCurBufferOccupancy()
        optional uint64 cur_buffer_occupancy = 10;
         Gauge: current queue depth, in packets
         
      • hasPeakBufferOccupancy

        boolean hasPeakBufferOccupancy()
        optional uint64 peak_buffer_occupancy = 11;
         Peak: the max measured queue depth, in packets, across all measurements since bo ot.
         
      • getPeakBufferOccupancy

        long getPeakBufferOccupancy()
        optional uint64 peak_buffer_occupancy = 11;
         Peak: the max measured queue depth, in packets, across all measurements since bo ot.
         
      • hasAllocatedBufferSize

        boolean hasAllocatedBufferSize()
        optional uint64 allocated_buffer_size = 12;
         allocated buffer size
         
      • getAllocatedBufferSize

        long getAllocatedBufferSize()
        optional uint64 allocated_buffer_size = 12;
         allocated buffer size