CPUInfoOrBuilder

interface pública CPUInfoOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

booleano abstrato
contémCacheSize (chave de string)
 Cache sizes (in bytes), e.g.
mapa abstrato<String, Long>
getCacheSize ()
Use getCacheSizeMap() em vez disso.
abstrato int
getCacheSizeCount ()
 Cache sizes (in bytes), e.g.
mapa abstrato<String, Long>
getCacheSizeMap ()
 Cache sizes (in bytes), e.g.
abstrato longo
getCacheSizeOrDefault (chave de string, defaultValue longo)
 Cache sizes (in bytes), e.g.
abstrato longo
getCacheSizeOrThrow (chave de string)
 Cache sizes (in bytes), e.g.
cadeia abstrata
getCpuGovernor ()
 What kind of cpu scaling is enabled on the host.
abstrato com.google.protobuf.ByteString
getCpuGovernorBytes ()
 What kind of cpu scaling is enabled on the host.
cadeia abstrata
getCpuInfo ()
 Additional cpu information.
abstrato com.google.protobuf.ByteString
getCpuInfoBytes ()
 Additional cpu information.
duplo abstrato
getMhzPerCpu ()
 How fast are these cpus?
 
double mhz_per_cpu = 3;
abstrato longo
getNumCores ()
int64 num_cores = 1;
abstrato longo
getNumCoresAllowed ()
int64 num_cores_allowed = 2;

Métodos Públicos

público abstrato booleano contémCacheSize (chave String)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

público abstrato Map<String, Long> getCacheSize ()

Use getCacheSizeMap() em vez disso.

público abstrato int getCacheSizeCount ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

público abstrato Map<String, Long> getCacheSizeMap ()

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

público abstrato longo getCacheSizeOrDefault (chave String, defaultValue longo)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

público abstrato longo getCacheSizeOrThrow (chave String)

 Cache sizes (in bytes), e.g. "L2": 262144 (for 256KB)
 
map<string, int64> cache_size = 6;

String abstrata pública getCpuGovernor ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

resumo público com.google.protobuf.ByteString getCpuGovernorBytes ()

 What kind of cpu scaling is enabled on the host.
 Examples include "performance", "ondemand", "conservative", "mixed".
 
string cpu_governor = 5;

String abstrata pública getCpuInfo ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

resumo público com.google.protobuf.ByteString getCpuInfoBytes ()

 Additional cpu information. For example,
 Intel Ivybridge with HyperThreading (24 cores) dL1:32KB dL2:256KB dL3:30MB
 
string cpu_info = 4;

público abstrato duplo getMhzPerCpu ()

 How fast are these cpus?
 
double mhz_per_cpu = 3;

público abstrato longo getNumCores ()

int64 num_cores = 1;

público abstrato longo getNumCoresAllowed ()

int64 num_cores_allowed = 2;