A B C D E F G H I J K L M N O P R S T U V W 

W

WATT - Static variable in class com.samysadi.acs.core.Simulator
A power value that is equal to one watt
WeakLinkedList<E> - Class in com.samysadi.acs.utility.collections
A linked list that keeps weak references of its elements.
This list provides best effort access to its elements, in the sense that if you are iterating over the list and an element has been garbage-collected, then the iterator will not fail, and will just skip those elements.
WeakLinkedList() - Constructor for class com.samysadi.acs.utility.collections.WeakLinkedList
 
WeakLinkedList(Collection<? extends E>) - Constructor for class com.samysadi.acs.utility.collections.WeakLinkedList
 
Weibull - Class in com.samysadi.acs.utility.random
For more details on the implementation, refer to the cumulative distribution function in wikipedia.
Weibull(double, double, Random) - Constructor for class com.samysadi.acs.utility.random.Weibull
 
Weibull(double, double) - Constructor for class com.samysadi.acs.utility.random.Weibull
Creates a new instance based on the current simulator's random generator.
WILDCARD_ID_ATTRIBUTE_VALUE - Static variable in class com.samysadi.acs.core.Config
 
Workload - Interface in com.samysadi.acs.utility.workload
 
Workload_CONTEXT - Static variable in class com.samysadi.acs.utility.factory.FactoryUtils
 
WORKLOAD_TASK_COMPLETED - Static variable in class com.samysadi.acs.utility.NotificationCodes
Description: Thrown by a Task when it is completed successfully.
Notifier: Workload
Object: Task.
Workload_TASK_CONTEXT - Static variable in class com.samysadi.acs.utility.factory.FactoryUtils
 
WORKLOAD_TASK_FAILED - Static variable in class com.samysadi.acs.utility.NotificationCodes
Description: Thrown by a Task when and error happens.
Notifier: Workload
Object: Task.
WorkloadDefault - Class in com.samysadi.acs.utility.workload
 
WorkloadDefault() - Constructor for class com.samysadi.acs.utility.workload.WorkloadDefault
 
writeFile(StorageFile, long, long, NotificationListener) - Method in interface com.samysadi.acs.virtualization.job.Job
Creates and starts a write StorageOperation on the given file.
writeFile(StorageFile, long, long, NotificationListener) - Method in class com.samysadi.acs.virtualization.job.JobDefault
 
WriteFileTask - Class in com.samysadi.acs.utility.workload.task
Writes a maximum of the given Size in Simulator.MEBIBYTE starting at the given Pos (ie: offset in Simulator.MEBIBYTE) in the workload's active file.
If the size / offset overflows then the overflowing size is ignored.
WriteFileTask(Workload, Config) - Constructor for class com.samysadi.acs.utility.workload.task.WriteFileTask
 
WriteRamTask - Class in com.samysadi.acs.utility.workload.task
Writes a maximum of the given Size in Simulator.MEBIBYTE starting at the given Pos (ie: offset in Simulator.MEBIBYTE) in the Ram.
The Pos configuration can be omitted, in which case it is assumed to be the last modified index from last call to this method (or 0 if it's the first call, or if the end of the ram is reached).
WriteRamTask(Workload, Config) - Constructor for class com.samysadi.acs.utility.workload.task.WriteRamTask
 
A B C D E F G H I J K L M N O P R S T U V W