Package | Description |
---|---|
cn.orionsec.kit.ext.location.region.core |
Modifier and Type | Method and Description |
---|---|
DataBlock |
DbSearcher.binarySearch(long ip)
使用二进制算法获取IP区域
|
DataBlock |
DbSearcher.binarySearch(String ip)
使用二进制算法获取IP区域
|
DataBlock |
DbSearcher.btreeSearch(long ip)
使用B+TREE算法获取IP区域
|
DataBlock |
DbSearcher.btreeSearch(String ip)
使用B+TREE算法获取IP区域
|
DataBlock |
DbSearcher.getByIndexPtr(long ptr)
通过索引获取 ptr
|
DataBlock |
DbSearcher.memorySearch(long ip)
使用内存二进制算法获取IP区域
|
DataBlock |
DbSearcher.memorySearch(String ip)
使用内存二进制算法获取IP区域
|
Copyright © 2024. All rights reserved.