Uses of Class
one.nio.os.bpf.BpfMap
Packages that use BpfMap
-
Uses of BpfMap in one.nio.os.bpf
Methods in one.nio.os.bpf that return BpfMapModifier and TypeMethodDescriptionstatic BpfMapBpfMap.getByFd(int fd) static BpfMapBpfMap.getById(int id) static BpfMapstatic BpfMapstatic BpfMapBpfMap.newMapOfMaps(MapType type, int keySize, int maxEntries, String name, int flags, BpfMap innerMap) static BpfMapBpfMap.newPerfEventArray(String name, int flags) BpfMap.synchronizedMap()Methods in one.nio.os.bpf with parameters of type BpfMapModifier and TypeMethodDescriptionstatic BpfMapBpfMap.newMapOfMaps(MapType type, int keySize, int maxEntries, String name, int flags, BpfMap innerMap) -
Uses of BpfMap in one.nio.os.perf
Methods in one.nio.os.perf with parameters of type BpfMap