Uses of Enum
one.nio.os.bpf.MapType
Packages that use MapType
-
Uses of MapType in one.nio.os.bpf
Fields in one.nio.os.bpf declared as MapTypeMethods in one.nio.os.bpf that return MapTypeModifier and TypeMethodDescriptionstatic MapTypeReturns 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 MapTypeModifier and TypeMethodDescriptionstatic BpfMapstatic BpfMapBpfMap.newMapOfMaps(MapType type, int keySize, int maxEntries, String name, int flags, BpfMap innerMap) Constructors in one.nio.os.bpf with parameters of type MapType