Interface Metrics.ServiceAsync
-
- All Superinterfaces:
Maskable
,ResultLimitable
,ServiceAsync
- Enclosing class:
- Metrics
public static interface Metrics.ServiceAsync extends ServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Future<List<Metrics>>
getCustomerInvoicingMetrics(String vendorName, Long startDate, Long endDate, String frequency)
Future<?>
getCustomerInvoicingMetrics(String vendorName, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getCustomerRealTimeMetrics(String vendorName, Long startTime, Long endTime, Long timeInterval)
Future<?>
getCustomerRealTimeMetrics(String vendorName, Long startTime, Long endTime, Long timeInterval, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getCustomerUsageMetrics(String vendorName, Long startDate, Long endDate, String frequency)
Future<?>
getCustomerUsageMetrics(String vendorName, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingBandwidthByRegionMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
Future<?>
getMappingBandwidthByRegionMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingBandwidthMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
Future<?>
getMappingBandwidthMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingHitsByTypeMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
Future<?>
getMappingHitsByTypeMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingHitsMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
Future<?>
getMappingHitsMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingIntegratedMetrics(String mappingUniqueId, Long startTime, Long endTime, String frequency)
Future<?>
getMappingIntegratedMetrics(String mappingUniqueId, Long startTime, Long endTime, String frequency, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingRealTimeMetrics(String mappingUniqueId, Long startTime, Long endTime, Long timeInterval)
Future<?>
getMappingRealTimeMetrics(String mappingUniqueId, Long startTime, Long endTime, Long timeInterval, ResponseHandler<List<Metrics>> callback)
Future<List<Metrics>>
getMappingUsageMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
Future<?>
getMappingUsageMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
void
setMask(Metrics.Mask mask)
Metrics.Mask
withMask()
Use the existing mask on this service or create it if not presentMetrics.Mask
withNewMask()
Overwrite the existing mask on this service with a new one and return it-
Methods inherited from interface com.softlayer.api.ResultLimitable
getLastResponseTotalItemCount, getResultLimit, setResultLimit
-
-
-
-
Method Detail
-
withNewMask
Metrics.Mask withNewMask()
Description copied from interface:Maskable
Overwrite the existing mask on this service with a new one and return it- Specified by:
withNewMask
in interfaceMaskable
-
withMask
Metrics.Mask withMask()
Description copied from interface:Maskable
Use the existing mask on this service or create it if not present
-
setMask
void setMask(Metrics.Mask mask)
-
getCustomerInvoicingMetrics
Future<List<Metrics>> getCustomerInvoicingMetrics(String vendorName, Long startDate, Long endDate, String frequency)
-
getCustomerInvoicingMetrics
Future<?> getCustomerInvoicingMetrics(String vendorName, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
-
getCustomerRealTimeMetrics
Future<List<Metrics>> getCustomerRealTimeMetrics(String vendorName, Long startTime, Long endTime, Long timeInterval)
-
getCustomerRealTimeMetrics
Future<?> getCustomerRealTimeMetrics(String vendorName, Long startTime, Long endTime, Long timeInterval, ResponseHandler<List<Metrics>> callback)
-
getCustomerUsageMetrics
Future<List<Metrics>> getCustomerUsageMetrics(String vendorName, Long startDate, Long endDate, String frequency)
-
getCustomerUsageMetrics
Future<?> getCustomerUsageMetrics(String vendorName, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
-
getMappingBandwidthByRegionMetrics
Future<List<Metrics>> getMappingBandwidthByRegionMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
-
getMappingBandwidthByRegionMetrics
Future<?> getMappingBandwidthByRegionMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
-
getMappingBandwidthMetrics
Future<List<Metrics>> getMappingBandwidthMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
-
getMappingBandwidthMetrics
Future<?> getMappingBandwidthMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
-
getMappingHitsByTypeMetrics
Future<List<Metrics>> getMappingHitsByTypeMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
-
getMappingHitsByTypeMetrics
Future<?> getMappingHitsByTypeMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
-
getMappingHitsMetrics
Future<List<Metrics>> getMappingHitsMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
-
getMappingHitsMetrics
Future<?> getMappingHitsMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency, ResponseHandler<List<Metrics>> callback)
-
getMappingIntegratedMetrics
Future<List<Metrics>> getMappingIntegratedMetrics(String mappingUniqueId, Long startTime, Long endTime, String frequency)
-
getMappingIntegratedMetrics
Future<?> getMappingIntegratedMetrics(String mappingUniqueId, Long startTime, Long endTime, String frequency, ResponseHandler<List<Metrics>> callback)
-
getMappingRealTimeMetrics
Future<List<Metrics>> getMappingRealTimeMetrics(String mappingUniqueId, Long startTime, Long endTime, Long timeInterval)
-
getMappingRealTimeMetrics
Future<?> getMappingRealTimeMetrics(String mappingUniqueId, Long startTime, Long endTime, Long timeInterval, ResponseHandler<List<Metrics>> callback)
-
getMappingUsageMetrics
Future<List<Metrics>> getMappingUsageMetrics(String mappingUniqueId, Long startDate, Long endDate, String frequency)
-
-