public interface CollectdInstrumentation
CollectdInstrumentation interface.
Modifier and Type | Method and Description |
---|---|
void |
beginCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
beginCollectingServiceData
|
void |
beginCollectorCollect(int nodeId,
String ipAddress,
String svcName)
beginCollectorCollect
|
void |
beginCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
beginCollectorInitialize
|
void |
beginCollectorRelease(int nodeId,
String ipAddress,
String svcName)
beginCollectorRelease
|
void |
beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService
|
void |
beginPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
beginPersistingServiceData
|
void |
beginScheduleExistingInterfaces()
beginScheduleExistingInterfaces
|
void |
beginScheduleInterface(int nodeId,
String ipAddress,
String svcName)
beginScheduleInterface
|
void |
beginScheduleInterfacesWithService(String svcName)
beginScheduleInterfacesWithService
|
void |
endCollectingServiceData(int nodeId,
String ipAddress,
String svcName)
endCollectingServiceData
|
void |
endCollectorCollect(int nodeId,
String ipAddress,
String svcName)
endCollectorCollect
|
void |
endCollectorInitialize(int nodeId,
String ipAddress,
String svcName)
endCollectorInitialize
|
void |
endCollectorRelease(int nodeId,
String ipAddress,
String svcName)
endCollectorRelease
|
void |
endFindInterfacesWithService(String svcName,
int count)
endFindInterfacesWithService
|
void |
endPersistingServiceData(int nodeId,
String ipAddress,
String svcName)
endPersistingServiceData
|
void |
endScheduleExistingInterfaces()
endScheduleExistingInterfaces
|
void |
endScheduleInterface(int nodeId,
String ipAddress,
String svcName)
endScheduleInterface
|
void |
endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService
|
void |
reportCollectionException(int nodeid,
String ipAddress,
String svcName,
CollectionException e)
reportCollectionException
|
void beginScheduleExistingInterfaces()
beginScheduleExistingInterfaces
void endScheduleExistingInterfaces()
endScheduleExistingInterfaces
void beginScheduleInterfacesWithService(String svcName)
beginScheduleInterfacesWithService
svcName
- a String
object.void endScheduleInterfacesWithService(String svcName)
endScheduleInterfacesWithService
svcName
- a String
object.void beginFindInterfacesWithService(String svcName)
beginFindInterfacesWithService
svcName
- a String
object.void endFindInterfacesWithService(String svcName, int count)
endFindInterfacesWithService
svcName
- a String
object.count
- a int.void beginScheduleInterface(int nodeId, String ipAddress, String svcName)
beginScheduleInterface
void endScheduleInterface(int nodeId, String ipAddress, String svcName)
endScheduleInterface
void beginCollectorInitialize(int nodeId, String ipAddress, String svcName)
beginCollectorInitialize
void endCollectorInitialize(int nodeId, String ipAddress, String svcName)
endCollectorInitialize
void beginCollectorRelease(int nodeId, String ipAddress, String svcName)
beginCollectorRelease
void endCollectorRelease(int nodeId, String ipAddress, String svcName)
endCollectorRelease
void beginCollectorCollect(int nodeId, String ipAddress, String svcName)
beginCollectorCollect
void endCollectorCollect(int nodeId, String ipAddress, String svcName)
endCollectorCollect
void beginCollectingServiceData(int nodeId, String ipAddress, String svcName)
beginCollectingServiceData
void endCollectingServiceData(int nodeId, String ipAddress, String svcName)
endCollectingServiceData
void beginPersistingServiceData(int nodeId, String ipAddress, String svcName)
beginPersistingServiceData
void endPersistingServiceData(int nodeId, String ipAddress, String svcName)
endPersistingServiceData
void reportCollectionException(int nodeid, String ipAddress, String svcName, CollectionException e)
reportCollectionException
nodeid
- a int.ipAddress
- a String
object.svcName
- a String
object.e
- a CollectionException
object.Copyright © 2015. All Rights Reserved.