Uses of Class
one.nio.os.bpf.MapType
-
Packages that use MapType Package Description one.nio.os.bpf -
-
Uses of MapType in one.nio.os.bpf
Fields in one.nio.os.bpf declared as MapType Modifier and Type Field Description MapTypeBpfMap. typeMethods in one.nio.os.bpf that return MapType Modifier and Type Method Description static MapTypeMapType. valueOf(String name)Returns the enum constant of this type with the specified name.static MapType[]MapType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.nio.os.bpf with parameters of type MapType Modifier and Type Method Description static BpfMapBpfMap. newMap(MapType type, int keySize, int valueSize, int maxEntries, String name, int flags)static BpfMapBpfMap. newMapOfMaps(MapType type, int keySize, int maxEntries, String name, int flags, BpfMap innerMap)
-