Class CIM_PickerStatInfo
extends CIM_DeviceStatisticalInformation

Statistics for a PickerElement, related to pick/put successes, retries and failures.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalInformation
   |
   +--CIM_DeviceStatisticalInformation
   |
   +--CIM_PickerStatInfo

Direct Known Subclasses

Class Qualifiers

NameData TypeValue
DescriptionstringStatistics for a PickerElement, related to pick/put successes, retries and failures.
UMLPackagePathstringCIM::Device::StorageLib
Versionstring2.6.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
PickFailuresuint64
Counterbooleantrue
DescriptionstringThe number of failed picks.
PickRetriesuint64
Counterbooleantrue
DescriptionstringThe number of retried picks.
PickSuccessesuint64
Counterbooleantrue
DescriptionstringThe number of successful picks.
PutFailuresuint64
Counterbooleantrue
DescriptionstringThe number of failed puts.
PutRetriesuint64
Counterbooleantrue
DescriptionstringThe number of retried puts.
PutSuccessesuint64
Counterbooleantrue
DescriptionstringThe number of successful puts.

Inherited Properties

NameData TypeClass Origin
CaptionstringCIM_ManagedElement
CreationClassNamestringCIM_DeviceStatisticalInformation
DescriptionstringCIM_ManagedElement
DeviceCreationClassNamestringCIM_DeviceStatisticalInformation
DeviceIDstringCIM_DeviceStatisticalInformation
ElementNamestringCIM_ManagedElement
InstanceIDstringCIM_ManagedElement
NamestringCIM_DeviceStatisticalInformation
SystemCreationClassNamestringCIM_DeviceStatisticalInformation
SystemNamestringCIM_DeviceStatisticalInformation

Class Methods

Local Class Methods

ResetCounter (uint32)

Method Qualifiers (ResetCounter)

NameData TypeValue
DescriptionstringMethod to reset the statistical counters. The method takes one parameter as input - an integer indicating which counter to reset. For this input parameter, 0 indicates all, 1-3 reset the 'pick'-related counters, and 4-6 reset the 'put'- related counters. The method returns 0 if successful, 1 if not supported, and any other value if an error occurred. A method is specified so that the Device's instrumentation can also reset its internal pocessing and counters. In a subclass, the set of possible return codes should be specified in a ValueMap qualifier on the method. The strings to which the ValueMap contents are 'translated' can be specified as a Values array qualifier.

Method Parameters (ResetCounter)

NameTypeQualifiers
NameData TypeValue
SelectedCounteruint16
DescriptionstringThis parameter indicates the counter to reset.
INbooleantrue
ValueMapstring0, 1, 2, 3, 4, 5, 6
ValuesstringAll, Pick Successes, Pick Failures, Pick Retries, Put Successes, Put Failures, Put Retries