Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state.Kernel
Packages that use Kernel
Package
Description
-
Uses of Kernel in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return KernelModifier and TypeMethodDescriptionSystemCpuState.getKernel()Return kernel, ornullif it is not present.@NonNull KernelSystemCpuState.nonnullKernel()Return kernel, or an empty instance if it is not present. -
Uses of Kernel in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with type parameters of type KernelModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Kernel>>
E$$KernelBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return KernelModifier and TypeMethodDescription@NonNull KernelKernelBuilder.build()A newKernelinstance.static @NonNull KernelKernelBuilder.empty()Get empty instance of Kernel.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state that return types with arguments of type KernelMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type KernelModifier and TypeMethodDescriptionstatic booleanKernel.bindingEquals(@NonNull Kernel thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intKernel.bindingHashCode(@NonNull Kernel obj) Default implementation ofObject.hashCode()contract for this interface.static StringKernel.bindingToString(@NonNull Kernel obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with type arguments of type KernelModifier and TypeMethodDescriptionKernelBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Kernel> augmentation) Add an augmentation to this builder's product.KernelBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Kernel>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.state with parameters of type KernelModifierConstructorDescriptionKernelBuilder(Kernel base) Construct a builder initialized with state from specifiedKernel. -
Uses of Kernel in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu that return KernelModifier and TypeMethodDescriptionStateBuilder.getKernel()Return current value associated with the property corresponding toSystemCpuState.getKernel().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.cpu.top.cpus.cpu with parameters of type KernelModifier and TypeMethodDescriptionSet the property corresponding toSystemCpuState.getKernel()to the specified value.