Uses of Class
org.opendaylight.lispflowmapping.inmemorydb.radixtrie.RadixTrie.TrieNode
Packages that use RadixTrie.TrieNode
-
Uses of RadixTrie.TrieNode in org.opendaylight.lispflowmapping.inmemorydb.radixtrie
Methods in org.opendaylight.lispflowmapping.inmemorydb.radixtrie that return RadixTrie.TrieNodeModifier and TypeMethodDescriptionRadixTrie.TrieNode.findClosest
(byte[] pref, int preflen, boolean virtual) Finds closest prefix NOT the longest prefix match.RadixTrie.getRoot()
Insert prefix-data tuple into radix trie.Inserts node in trie near this node with prefix that has the first bit difference at diffbit.RadixTrie.lookupBest
(byte[] prefix, int preflen) Longest prefix match of prefix/preflen.RadixTrie.lookupCoveringLessSpecific
(byte[] prefix, int preflen) Look up the covering prefix for the argument, but exclude the argument itself, so the result is always less specific than the lookup key.RadixTrie.lookupExact
(byte[] prefix, int preflen) Exact prefix match of prefix/preflen.RadixTrie.lookupParent
(byte[] prefix, int preflen) Given an EID, lookup the longest prefix match, then return its parent node.RadixTrie.lookupSibling
(byte[] prefix, int preflen) Given an EID, lookup the longest prefix match, then return its sibling node.RadixTrie.lookupVirtualParentSibling
(byte[] prefix, int preflen) Given an EID, lookup the longest prefix match, then return its direct parent's sibling node, if the parent is a virtual node.RadixTrie.lookupWidestNegative
(byte[] prefix, int preflen) Lookup widest negative (i.e., overlapping but not present in trie) prefix for given prefix and prefix length.RadixTrie.TrieNode.parentWithBitLessThan
(int bitlen) Find parent with bit less than given value.RadixTrie.TrieNode.sibling()
Return sibling node.Methods in org.opendaylight.lispflowmapping.inmemorydb.radixtrie that return types with arguments of type RadixTrie.TrieNode