public class CdpCacheTableTracker extends TableTracker
Modifier and Type | Class and Description |
---|---|
class |
CdpCacheTableTracker.CdpCacheRow |
Modifier and Type | Field and Description |
---|---|
static SnmpObjId |
CDP_CACHE_ADDRESS |
static SnmpObjId |
CDP_CACHE_ADDRESS_TYPE |
static SnmpObjId |
CDP_CACHE_DEVICE_ID |
static SnmpObjId |
CDP_CACHE_DEVICE_PORT |
static SnmpObjId |
CDP_CACHE_PLATFORM |
static SnmpObjId |
CDP_CACHE_TABLE_ENTRY |
static SnmpObjId |
CDP_CACHE_VERSION |
static SnmpObjId[] |
cdpCache_elemList
The keys that will be supported by default from the
TreeMap base class.
|
Constructor and Description |
---|
CdpCacheTableTracker()
Constructor for CdpCacheTableEntry.
|
CdpCacheTableTracker(RowCallback rowProcessor)
Constructor for CdpCacheTableEntry.
|
Modifier and Type | Method and Description |
---|---|
SnmpRowResult |
createRowResult(int columnCount,
SnmpInstId instance) |
void |
processCdpCacheRow(CdpCacheTableTracker.CdpCacheRow row)
processcdpCacheRow
|
void |
rowCompleted(SnmpRowResult row) |
buildNextPdu, getWalkRequests, handleWalkResponses, isFinished, setMaxRepetitions, setMaxRetries, storeResult
failed, getCollectionTracker, getParent, reportFatalErr, reportGenErr, reportNonFatalErr, reportNoSuchNameErr, reportTooBigErr, setFailed, setFinished, setParent, setTimedOut, timedOut
public static final SnmpObjId CDP_CACHE_TABLE_ENTRY
public static final SnmpObjId CDP_CACHE_ADDRESS_TYPE
public static final SnmpObjId CDP_CACHE_ADDRESS
public static final SnmpObjId CDP_CACHE_VERSION
public static final SnmpObjId CDP_CACHE_DEVICE_ID
public static final SnmpObjId CDP_CACHE_DEVICE_PORT
public static final SnmpObjId CDP_CACHE_PLATFORM
public static final SnmpObjId[] cdpCache_elemList
The keys that will be supported by default from the TreeMap base class. Each of the elements in the list are an instance of the dot1dbasetable. Objects in this list should be used by multiple instances of this class.
public CdpCacheTableTracker()
Constructor for CdpCacheTableEntry.
public CdpCacheTableTracker(RowCallback rowProcessor)
Constructor for CdpCacheTableEntry.
public SnmpRowResult createRowResult(int columnCount, SnmpInstId instance)
createRowResult
in interface RowResultFactory
createRowResult
in class TableTracker
public void rowCompleted(SnmpRowResult row)
rowCompleted
in interface RowCallback
rowCompleted
in class TableTracker
public void processCdpCacheRow(CdpCacheTableTracker.CdpCacheRow row)
processcdpCacheRow
row
- a CdpCacheTableTracker.CdpCacheRow
object.Copyright © 2021. All rights reserved.