See: Description
Interface | Description |
---|---|
TraceField<R extends org.cloudsimplus.traces.google.GoogleTraceReaderAbstract> |
An interface to be implemented by
Enum s representing
a field in a Google Trace File. |
Class | Description |
---|---|
GoogleMachineEventsTraceReader |
Process "machine events" trace files from
Google Cluster Data.
|
GoogleTaskEventsTraceReader |
Process "task events" trace files from
Google Cluster Data
to create
Cloudlet s belonging to cloud customers (users). |
GoogleTaskUsageTraceReader |
Process "task usage" trace files from
Google Cluster Data
to change the resource utilization of
Cloudlet s. |
MachineEvent |
A data class to store the attributes to create a
Host ,
according to the data read from a line inside a "machine events" trace file. |
TaskEvent |
A data class to store the attributes to create a
Cloudlet ,
according to the data read from a line inside a "task events" trace file. |
TaskUsage |
A data class to store the attributes representing the resource usage of a
Cloudlet ,
according to the data read from a line inside a "task usage" trace file. |
Enum | Description |
---|---|
GoogleMachineEventsTraceReader.FieldIndex |
The index of each field in the trace file.
|
GoogleTaskEventsTraceReader.FieldIndex |
The index of each field in the trace file.
|
GoogleTaskEventsTraceReader.MissingInfo |
Defines the type of information missing in the trace file.
|
GoogleTaskUsageTraceReader.FieldIndex |
The index of each field in the trace file.
|
MachineEventType |
Defines the type of an event (a line) in the trace file
that represents the operation to be performed with the
Host . |
TaskEventType |
Defines the type of an event (a line) in the trace file
that represents the state of the job.
|
GoogleMachineEventsTraceReader
,
GoogleTaskEventsTraceReader
,
GoogleTaskUsageTraceReader
Copyright © 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.