Module org.snmp4j

Class TableUtils.TableRequest

    • Field Detail

      • columnOIDs

        OID[] columnOIDs
      • userObject

        java.lang.Object userObject
      • lowerBoundIndex

        OID lowerBoundIndex
      • upperBoundIndex

        OID upperBoundIndex
      • sent

        private int sent
      • anyMatch

        private boolean anyMatch
      • lastSent

        private java.util.List<OID> lastSent
      • requestSerial

        private int requestSerial
      • requestSerialsPending

        private java.util.List<java.lang.Integer> requestSerialsPending
      • numLexicographicErrors

        private int numLexicographicErrors
      • finished

        volatile boolean finished
    • 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)
      • getTableStatus

        protected int getTableStatus()
      • emptyCache

        private void emptyCache()
      • getNextTableEvent

        private TableEvent getNextTableEvent()