Interface Port.InterfaceStatsOrBuilder

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

    public static interface Port.InterfaceStatsOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getIf1SecOctets()
      required uint64 if_1sec_octets = 4;
      long getIf1SecPkts()
      required uint64 if_1sec_pkts = 3;
      long getIfBcPkts()
      required uint64 if_bc_pkts = 7;
      long getIfMcPkts()
      required uint64 if_mc_pkts = 6;
      long getIfOctets()
      required uint64 if_octets = 2;
      long getIfPkts()
      required uint64 if_pkts = 1;
      long getIfUcPkts()
      required uint64 if_uc_pkts = 5;
      boolean hasIf1SecOctets()
      required uint64 if_1sec_octets = 4;
      boolean hasIf1SecPkts()
      required uint64 if_1sec_pkts = 3;
      boolean hasIfBcPkts()
      required uint64 if_bc_pkts = 7;
      boolean hasIfMcPkts()
      required uint64 if_mc_pkts = 6;
      boolean hasIfOctets()
      required uint64 if_octets = 2;
      boolean hasIfPkts()
      required uint64 if_pkts = 1;
      boolean hasIfUcPkts()
      required uint64 if_uc_pkts = 5;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasIfPkts

        boolean hasIfPkts()
        required uint64 if_pkts = 1;
         Counter: the total number of packets sent/rcvd by this interface
         
      • getIfPkts

        long getIfPkts()
        required uint64 if_pkts = 1;
         Counter: the total number of packets sent/rcvd by this interface
         
      • hasIfOctets

        boolean hasIfOctets()
        required uint64 if_octets = 2;
         Counter: the total number of bytes sent/rcvd by this interface
         
      • getIfOctets

        long getIfOctets()
        required uint64 if_octets = 2;
         Counter: the total number of bytes sent/rcvd by this interface
         
      • hasIf1SecPkts

        boolean hasIf1SecPkts()
        required uint64 if_1sec_pkts = 3;
         Rate: the rate at which packets are sent/rcvd by this interface (in packets/sec)
         
      • getIf1SecPkts

        long getIf1SecPkts()
        required uint64 if_1sec_pkts = 3;
         Rate: the rate at which packets are sent/rcvd by this interface (in packets/sec)
         
      • hasIf1SecOctets

        boolean hasIf1SecOctets()
        required uint64 if_1sec_octets = 4;
         Rate: the rate at which bytes are sent/rcvd by this interface
         
      • getIf1SecOctets

        long getIf1SecOctets()
        required uint64 if_1sec_octets = 4;
         Rate: the rate at which bytes are sent/rcvd by this interface
         
      • hasIfUcPkts

        boolean hasIfUcPkts()
        required uint64 if_uc_pkts = 5;
         Counter: total no of unicast packets sent/rcvd by this interface
         
      • getIfUcPkts

        long getIfUcPkts()
        required uint64 if_uc_pkts = 5;
         Counter: total no of unicast packets sent/rcvd by this interface
         
      • hasIfMcPkts

        boolean hasIfMcPkts()
        required uint64 if_mc_pkts = 6;
         Counter: total no of multicast packets sent/rcvd by this interface
         
      • getIfMcPkts

        long getIfMcPkts()
        required uint64 if_mc_pkts = 6;
         Counter: total no of multicast packets sent/rcvd by this interface
         
      • hasIfBcPkts

        boolean hasIfBcPkts()
        required uint64 if_bc_pkts = 7;
         Counter: total no of broadcast packets sent/rcvd by this interface
         
      • getIfBcPkts

        long getIfBcPkts()
        required uint64 if_bc_pkts = 7;
         Counter: total no of broadcast packets sent/rcvd by this interface