Uses of Class
one.nio.os.bpf.BpfMap
-
Packages that use BpfMap Package Description one.nio.os.bpf one.nio.os.perf -
-
Uses of BpfMap in one.nio.os.bpf
Subclasses of BpfMap in one.nio.os.bpf Modifier and Type Class Description private static classBpfMap.SynchronizedBpfMapMethods in one.nio.os.bpf that return BpfMap Modifier and Type Method Description static BpfMapBpfMap. getByFd(int fd)static BpfMapBpfMap. getById(int id)static BpfMapBpfMap. getPinned(java.lang.String path)static BpfMapBpfMap. newMap(MapType type, int keySize, int valueSize, int maxEntries, java.lang.String name, int flags)static BpfMapBpfMap. newMapOfMaps(MapType type, int keySize, int maxEntries, java.lang.String name, int flags, BpfMap innerMap)static BpfMapBpfMap. newPerfEventArray(java.lang.String name, int flags)BpfMapBpfMap. synchronizedMap()Methods in one.nio.os.bpf with parameters of type BpfMap Modifier and Type Method Description static BpfMapBpfMap. newMapOfMaps(MapType type, int keySize, int maxEntries, java.lang.String name, int flags, BpfMap innerMap)Constructors in one.nio.os.bpf with parameters of type BpfMap Constructor Description SynchronizedBpfMap(BpfMap map) -
Uses of BpfMap in one.nio.os.perf
Methods in one.nio.os.perf with parameters of type BpfMap Modifier and Type Method Description voidPerfCounterGlobal. storeTo(BpfMap map)voidPerfCounterGlobal. storeTo(BpfMap map, int cpu)
-