Uses of Class
org.snmp4j.agent.agentx.master.index.IndexEntry
Packages that use IndexEntry
-
Uses of IndexEntry in org.snmp4j.agent.agentx.master.index
Fields in org.snmp4j.agent.agentx.master.index with type parameters of type IndexEntryModifier and TypeFieldDescriptionprotected SortedMap
<IndexEntry, IndexEntry> IndexRegistryEntry.indexValues
Registry for active index values.protected SortedMap
<IndexEntry, IndexEntry> IndexRegistryEntry.indexValues
Registry for active index values.protected SortedMap
<IndexEntry, IndexEntry> IndexRegistryEntry.usedValues
Registry for used (old) index values.protected SortedMap
<IndexEntry, IndexEntry> IndexRegistryEntry.usedValues
Registry for used (old) index values.Methods in org.snmp4j.agent.agentx.master.index that return IndexEntryModifier and TypeMethodDescriptionprotected IndexEntry
IndexRegistryEntry.newIndexEntry
(int sessionID, org.snmp4j.smi.Variable indexValue) Methods in org.snmp4j.agent.agentx.master.index with parameters of type IndexEntryModifier and TypeMethodDescriptionprotected void
IndexRegistryEntry.addUsed
(IndexEntry entry) Add a used index value to the used registry.protected void
IndexRegistryEntry.duplicateAllocation
(IndexEntry entry) protected boolean
IndexRegistryEntry.removeEntry
(IndexEntry entryKey) Remove an index value from the active index values. -
Uses of IndexEntry in org.snmp4j.agent.agentx.subagent.index
Subclasses of IndexEntry in org.snmp4j.agent.agentx.subagent.indexModifier and TypeClassDescriptionclass
SubAgentXIndexEntry
extendsIndexEntry
by a reference counter to allow save removal of index entries if the counter is 0.Methods in org.snmp4j.agent.agentx.subagent.index that return IndexEntryModifier and TypeMethodDescriptionprotected IndexEntry
SubAgentXIndexRegistryEntry.newIndexEntry
(int sessionID, org.snmp4j.smi.Variable indexValue) Methods in org.snmp4j.agent.agentx.subagent.index with parameters of type IndexEntryModifier and TypeMethodDescriptionprotected void
SubAgentXIndexRegistryEntry.addUsed
(IndexEntry entry) protected void
SubAgentXIndexRegistryEntry.duplicateAllocation
(IndexEntry entry) protected boolean
SubAgentXIndexRegistryEntry.removeEntry
(IndexEntry entryKey)