Package | Description |
---|---|
org.opennms.netmgt.snmp |
Non-implementation-specific SNMP API.
|
org.opennms.netmgt.snmp.proxy |
Modifier and Type | Method and Description |
---|---|
void |
TableTracker.handleWalkResponses(List<WalkResponse> responses) |
void |
SingleInstanceTracker.handleWalkResponses(List<WalkResponse> responses) |
void |
AggregateTracker.handleWalkResponses(List<WalkResponse> responses) |
void |
ColumnTracker.handleWalkResponses(List<WalkResponse> responses) |
Modifier and Type | Method and Description |
---|---|
static void |
CorrelationIdUtils.popIndexFromCollerationId(WalkResponse walkResponse,
Map<Integer,List<WalkResponse>> responsesByIndex)
Retrieves the most recent (first one in the string) index from the correlation id
on the given response, and adds the (modified) response to the map at that index.
|
Modifier and Type | Method and Description |
---|---|
void |
ProxiableTracker.handleWalkResponses(List<WalkResponse> responses) |
static void |
CorrelationIdUtils.popIndexFromCollerationId(WalkResponse walkResponse,
Map<Integer,List<WalkResponse>> responsesByIndex)
Retrieves the most recent (first one in the string) index from the correlation id
on the given response, and adds the (modified) response to the map at that index.
|
Copyright © 2021. All rights reserved.