Uses of Class
org.snmp4j.mcp.tool.mib.semantic.MibChunkFormatter
Packages that use MibChunkFormatter
-
Uses of MibChunkFormatter in org.snmp4j.mcp.tool.mib.semantic
Methods in org.snmp4j.mcp.tool.mib.semantic with parameters of type MibChunkFormatterModifier and TypeMethodDescriptionvoidMibEmbeddingIndex.build(com.snmp4j.smi.SmiManager smiManager, EmbeddingClient client, MibChunkFormatter formatter) Builds the index synchronously by embedding all chunks of every object returned bysmiManager.findSmiObject(null, ACCEPT_ALL).voidMibEmbeddingIndex.upsert(com.snmp4j.smi.SmiObject obj, EmbeddingClient client, MibChunkFormatter formatter) Incrementally upserts (adds or replaces) a single object and all of its chunks.