Uses of Class
org.cloudsimplus.traces.FileReader
Packages that use FileReader
Package
Description
Provides classes to process trace files in different formats such as the
Google Cluster Data.
Provides classes to process trace files from
Google Cluster Data
that create objects such as Hosts and Cloudlets from such files.
-
Uses of FileReader in org.cloudsimplus.traces
Subclasses of FileReader in org.cloudsimplus.tracesModifier and TypeClassDescriptionfinal classReads resource traces and creates a list of (Cloudlets) (jobs).classAn abstract class to implement trace file readers for specific file formats.Methods in org.cloudsimplus.traces that return FileReaderModifier and TypeMethodDescriptionstatic FileReaderFileReader.getSingleLineReader(@NonNull String filePath) Gets a reader that parses only the first line inside the given file, considering space as the field delimiterFileReader.setCommentString(@NonNull String... commentString) Sets Strings that identify the start of a comment line.TraceReader.setCommentString(String... commentString) Sets a string that identifies the start of a comment line.TraceReader.setFieldDelimiterRegex(String fieldDelimiterRegex) Sets the regex defining how fields are delimited in the trace file.final FileReaderFileReader.setMaxLinesToRead(int maxLinesToRead) Sets the maximum number of lines from the workload reader that will be read.TraceReader.setMaxLinesToRead(int maxLinesToRead) Sets the maximum number of lines from the workload reader that will be read. -
Uses of FileReader in org.cloudsimplus.traces.google
Subclasses of FileReader in org.cloudsimplus.traces.googleModifier and TypeClassDescriptionfinal classProcess "machine events" trace files from Google Cluster Data.classProcess "task events" trace files from Google Cluster Data to createCloudlets belonging to cloud customers (users).final classProcess "task usage" trace files from Google Cluster Data to change the resource utilization ofCloudlets.