public class DistributedLatencyCollectionResource extends Object implements CollectionResource
RESOURCE_TYPE_IF, RESOURCE_TYPE_LATENCY, RESOURCE_TYPE_NODE
Constructor and Description |
---|
DistributedLatencyCollectionResource(String locationMonitorId,
String ipAddress) |
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(CollectionAttribute attr)
Adds the given attribute into the collection for this resource
|
AttributeGroup |
getGroup(AttributeGroupType groupType)
Finds, or creates, and returns the AttributeGroup for the given group Type
|
String |
getInstance()
Returns the name of the instance this
CollectionResource represents. |
String |
getInterfaceLabel()
Returns a unique label for each resource depending on resource type.
|
String |
getIpAddress() |
String |
getLocationMonitorId() |
String |
getOwnerName()
getOwnerName
|
ResourcePath |
getParent()
Returns the name of the parent resource.
|
ResourcePath |
getPath()
Retrieves path for the resource, relative to the root of the
associated
RrdRepository . |
String |
getResourceTypeName()
Returns a string which indicates what type of resource.
|
TimeKeeper |
getTimeKeeper()
Returns a not-null
TimeKeeper instance when this resource requires to use a special timestamp when updating RRDs/JRBs. |
String |
getUnmodifiedInstance()
Returns the unmodified instance string this
CollectionResource represents. |
boolean |
rescanNeeded()
rescanNeeded
|
boolean |
shouldPersist(ServiceParameters params)
Determines whether the attribute should be persisted.
|
String |
toString() |
void |
visit(CollectionSetVisitor visitor)
Provide a way to visit all the values in the CollectionSet, for any appropriate purposes (persisting, thresholding, or others)
The expectation is that calling this method will ultimately call visitResource, visitGroup and visitAttribute (as appropriate)
|
public String getInstance()
CollectionResource
CollectionResource
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 CollectionResource
String
object.public String getUnmodifiedInstance()
CollectionResource
CollectionResource
represents.getUnmodifiedInstance
in interface CollectionResource
String
object.public String getInterfaceLabel()
CollectionResource
getInterfaceLabel
in interface CollectionResource
String
object.public String getResourceTypeName()
CollectionResource
getResourceTypeName
in interface CollectionResource
String
object.public boolean rescanNeeded()
CollectionResource
rescanNeeded
rescanNeeded
in interface CollectionResource
public boolean shouldPersist(ServiceParameters params)
Persistable
shouldPersist
in interface Persistable
params
- a ServiceParameters
object.public void addAttribute(CollectionAttribute attr)
attr
- The Attribute to addpublic final AttributeGroup getGroup(AttributeGroupType groupType)
groupType
- a AttributeGroupType
object.AttributeGroup
object.public void visit(CollectionSetVisitor visitor)
CollectionVisitable
visit
in interface CollectionVisitable
visitor
- a CollectionSetVisitor
object.public String getOwnerName()
ResourceIdentifier
getOwnerName
getOwnerName
in interface ResourceIdentifier
String
object.public ResourcePath getPath()
ResourceIdentifier
RrdRepository
.getPath
in interface ResourceIdentifier
ResourcePath
object.public ResourcePath getParent()
CollectionResource
getParent
in interface CollectionResource
String
object.public TimeKeeper getTimeKeeper()
CollectionResource
TimeKeeper
instance when this resource requires to use a special timestamp when updating RRDs/JRBs.
If the resource doesn't need a special TimeKeeper
it should return null.getTimeKeeper
in interface CollectionResource
TimeKeeper
object or null to indicate that DefaultTimeKeeper
should be used.public String getLocationMonitorId()
public String getIpAddress()
Copyright © 2021. All rights reserved.