Package freenet.support.CPUInformation
Interface AMDCPUInfo
- All Superinterfaces:
CPUInfo
- All Known Implementing Classes:
AMDInfoImpl
public interface AMDCPUInfo extends CPUInfo
An interface for classes that provide lowlevel information about AMD CPU's
- Author:
- Iakin
-
Method Summary
Modifier and Type Method Description boolean
IsAthlon64Compatible()
boolean
IsAthlonCompatible()
boolean
IsBobcatCompatible()
boolean
IsBulldozerCompatible()
boolean
IsExcavatorCompatible()
boolean
IsGeodeCompatible()
boolean
IsJaguarCompatible()
boolean
IsK10Compatible()
boolean
IsK6_2_Compatible()
boolean
IsK6_3_Compatible()
boolean
IsK6Compatible()
boolean
IsPiledriverCompatible()
boolean
IsSteamrollerCompatible()
boolean
IsZen2Compatible()
boolean
IsZenCompatible()
-
Method Details
-
IsK6Compatible
boolean IsK6Compatible()- Returns:
- true if the CPU present in the machine is at least an 'k6' CPU
-
IsK6_2_Compatible
boolean IsK6_2_Compatible()- Returns:
- true if the CPU present in the machine is at least an 'k6-2' CPU
-
IsK6_3_Compatible
boolean IsK6_3_Compatible()- Returns:
- true if the CPU present in the machine is at least an 'k6-3' CPU
-
IsGeodeCompatible
boolean IsGeodeCompatible()- Returns:
- true if the CPU present in the machine is at least an 'geode' CPU
-
IsAthlonCompatible
boolean IsAthlonCompatible()- Returns:
- true if the CPU present in the machine is at least an 'k7' CPU (Atlhon, Duron etc. and better)
-
IsAthlon64Compatible
boolean IsAthlon64Compatible()- Returns:
- true if the CPU present in the machine is at least an 'k8' CPU (Atlhon 64, Opteron etc. and better)
-
IsK10Compatible
boolean IsK10Compatible()- Returns:
- true if the CPU present in the machine is at least an 'k10' CPU
- Since:
- 0.9.26
-
IsBobcatCompatible
boolean IsBobcatCompatible()- Returns:
- true if the CPU present in the machine is at least an 'bobcat' CPU
-
IsJaguarCompatible
boolean IsJaguarCompatible()- Returns:
- true if the CPU present in the machine is at least an 'jaguar' CPU
- Since:
- 0.9.26
-
IsBulldozerCompatible
boolean IsBulldozerCompatible()- Returns:
- true if the CPU present in the machine is at least a 'bulldozer' CPU
-
IsPiledriverCompatible
boolean IsPiledriverCompatible()- Returns:
- true if the CPU present in the machine is at least a 'piledriver' CPU
- Since:
- 0.9.26
-
IsSteamrollerCompatible
boolean IsSteamrollerCompatible()- Returns:
- true if the CPU present in the machine is at least a 'steamroller' CPU
- Since:
- 0.9.26
-
IsExcavatorCompatible
boolean IsExcavatorCompatible()- Returns:
- true if the CPU present in the machine is at least a 'excavator' CPU
- Since:
- 0.9.26
-
IsZenCompatible
boolean IsZenCompatible()- Returns:
- true if the CPU present in the machine is at least a Zen family CPU
- Since:
- 0.9.48
-
IsZen2Compatible
boolean IsZen2Compatible()- Returns:
- true if the CPU present in the machine is at least a Zen2 family CPU
- Since:
- 0.9.48
-