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.indexValuesRegistry for active index values.protected SortedMap<IndexEntry, IndexEntry> IndexRegistryEntry.indexValuesRegistry for active index values.protected SortedMap<IndexEntry, IndexEntry> IndexRegistryEntry.usedValuesRegistry for used (old) index values.protected SortedMap<IndexEntry, IndexEntry> IndexRegistryEntry.usedValuesRegistry for used (old) index values.Methods in org.snmp4j.agent.agentx.master.index that return IndexEntryModifier and TypeMethodDescriptionprotected IndexEntryIndexRegistryEntry.newIndexEntry(int sessionID, org.snmp4j.smi.Variable indexValue) Methods in org.snmp4j.agent.agentx.master.index with parameters of type IndexEntryModifier and TypeMethodDescriptionprotected voidIndexRegistryEntry.addUsed(IndexEntry entry) Add a used index value to the used registry.protected voidIndexRegistryEntry.duplicateAllocation(IndexEntry entry) protected booleanIndexRegistryEntry.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 TypeClassDescriptionclassSubAgentXIndexEntryextendsIndexEntryby 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 IndexEntrySubAgentXIndexRegistryEntry.newIndexEntry(int sessionID, org.snmp4j.smi.Variable indexValue) Methods in org.snmp4j.agent.agentx.subagent.index with parameters of type IndexEntryModifier and TypeMethodDescriptionprotected voidSubAgentXIndexRegistryEntry.addUsed(IndexEntry entry) protected voidSubAgentXIndexRegistryEntry.duplicateAllocation(IndexEntry entry) protected booleanSubAgentXIndexRegistryEntry.removeEntry(IndexEntry entryKey)