public static enum GoogleMachineEventsTraceReader.FieldIndex extends Enum<GoogleMachineEventsTraceReader.FieldIndex> implements TraceField<GoogleMachineEventsTraceReader>
Enum Constant and Description |
---|
CPU_CAPACITY
4: The index of the CPU capacity field in the trace,
that represents a percentage (between 0 and 1)
of the
GoogleMachineEventsTraceReader.getMaxCpuCores() . |
EVENT_TYPE
2: The index of the field containing the type of event.
|
MACHINE_ID
1: The index of the field containing the machine ID.
|
PLATFORM_ID
3: The platform ID is an opaque string representing the microarchitecture and chipset version of the machine.
|
RAM_CAPACITY
5: The index of the RAM capacity field in the trace,
that represents a percentage (between 0 and 1)
of the
GoogleMachineEventsTraceReader.getMaxRamCapacity() ()}. |
TIMESTAMP
0: The index of the field containing the time the event happened (in microsecond).
|
Modifier and Type | Method and Description |
---|---|
static GoogleMachineEventsTraceReader.FieldIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleMachineEventsTraceReader.FieldIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getValue
public static final GoogleMachineEventsTraceReader.FieldIndex TIMESTAMP
public static final GoogleMachineEventsTraceReader.FieldIndex MACHINE_ID
public static final GoogleMachineEventsTraceReader.FieldIndex EVENT_TYPE
MachineEventType
.public static final GoogleMachineEventsTraceReader.FieldIndex PLATFORM_ID
public static final GoogleMachineEventsTraceReader.FieldIndex CPU_CAPACITY
GoogleMachineEventsTraceReader.getMaxCpuCores()
.public static final GoogleMachineEventsTraceReader.FieldIndex RAM_CAPACITY
GoogleMachineEventsTraceReader.getMaxRamCapacity()
()}.public static GoogleMachineEventsTraceReader.FieldIndex[] values()
for (GoogleMachineEventsTraceReader.FieldIndex c : GoogleMachineEventsTraceReader.FieldIndex.values()) System.out.println(c);
public static GoogleMachineEventsTraceReader.FieldIndex valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2019 Systems, Security and Image Communication Lab - Instituto de Telecomunica����es (IT) - Universidade da Beira Interior (UBI) - Instituto Federal de Educa����o Ci��ncia e Tecnologia do Tocantins (IFTO). All rights reserved.