Module org.snmp4j

Class TableUtils.TableRequest

    • Field Detail

      • lastReceived

        protected org.snmp4j.util.TableUtils.LastReceived lastReceived
    • Method Detail

      • getNumLexicographicErrors

        public int getNumLexicographicErrors()
        Gets the number of lexicographic errors that occurred during request processing. Any errors occurred on the same row will be count as one error.
        Returns:
        the number of rows returned by the agent in wrong lexicographic order (i.e. not strictly ascending).
        Since:
        2.5.11
      • sendNextChunk

        public boolean sendNextChunk()
      • removePending

        protected boolean removePending​(int requestSerial)
      • sendGetPDU

        protected PDU sendGetPDU​(org.snmp4j.util.TableUtils.Row firstCacheRow,
                                 ResponseListener responseListener,
                                 PDU pdu)
      • getTableStatus

        protected int getTableStatus()
      • checkResponse

        protected boolean checkResponse​(ResponseEvent event)
      • getRow

        public org.snmp4j.util.TableUtils.Row getRow​(OID index)