Enum GoogleMachineEventsTraceReader.FieldIndex

java.lang.Object
java.lang.Enum<GoogleMachineEventsTraceReader.FieldIndex>
org.cloudsimplus.traces.google.GoogleMachineEventsTraceReader.FieldIndex
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<GoogleMachineEventsTraceReader.FieldIndex>, java.lang.constant.Constable, TraceField<GoogleMachineEventsTraceReader>
Enclosing class:
GoogleMachineEventsTraceReader

public static enum GoogleMachineEventsTraceReader.FieldIndex
extends java.lang.Enum<GoogleMachineEventsTraceReader.FieldIndex>
implements TraceField<GoogleMachineEventsTraceReader>
The index of each field in the trace file.
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    java.lang.Enum.EnumDesc<E extends java.lang.Enum<E>>
  • Enum Constant Summary

    Enum Constants 
    Enum Constant 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 micro-architecture 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).
  • Method Summary

    Modifier and Type Method Description
    static GoogleMachineEventsTraceReader.FieldIndex valueOf​(java.lang.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.

    Methods inherited from class java.lang.Enum

    clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.cloudsimplus.traces.google.TraceField

    getValue