public class VmwareMultiInstanceCollectionResource extends VmwareCollectionResource
m_agentRESOURCE_TYPE_IF, RESOURCE_TYPE_NODE| Constructor and Description |
|---|
VmwareMultiInstanceCollectionResource(CollectionAgent agent,
String instance,
String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstance()
Returns the name of the instance this
CollectionResource represents. |
File |
getResourceDir(RrdRepository repository)
getResourceDir
|
String |
getResourceTypeName()
Returns a string which indicates what type of resource.
|
String |
toString() |
setAttributeValueaddAttribute, getGroup, getInterfaceLabel, getOwnerName, getParent, getTimeKeeper, rescanNeeded, shouldPersist, visitpublic VmwareMultiInstanceCollectionResource(CollectionAgent agent, String instance, String name)
public File getResourceDir(RrdRepository repository)
AbstractCollectionResourcegetResourceDir
getResourceDir in interface ResourceIdentifiergetResourceDir in class AbstractCollectionResourcerepository - a RrdRepository object.File object.public String getResourceTypeName()
CollectionResourcegetResourceTypeName in interface CollectionResourcegetResourceTypeName in class VmwareCollectionResourceString object.public String getInstance()
CollectionResourceCollectionResource represents. For node level resources, this will be null
to indicate the default instance. For interface level resources, some label unique to the node (ifIndex probably).
For Generic resources (e.g. the SNMP GenericIndexResource), this will be some identifying label, probably the index in the table.
This value is used by the StorageStrategy implementations to figure out the label for the resource which
is used in constructing its RRD directory.getInstance in interface CollectionResourcegetInstance in class VmwareCollectionResourceString object.Copyright © 2015. All rights reserved.