JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
net.openhft.chronicle.core.cooler
Interface CpuCooler
All Known Implementing Classes:
CpuCoolers
public interface
CpuCooler
This interface represents a CPU cooler and provides a method to perform some operation that will "disturb" the CPU, i.e., cause it to perform some work.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
disturb
()
Performs an operation that "disturbs" the CPU, causing it to do some work.
Method Detail
disturb
void disturb()
Performs an operation that "disturbs" the CPU, causing it to do some work.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2023. All rights reserved.