Package com.soffid.iam.sync.service
Interface SyncServerStatsService
-
public interface SyncServerStatsService
Service SyncServerStatsService
-
-
Field Summary
Fields Modifier and Type Field Description static String
REMOTE_PATH
static String
SERVICE_NAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,int[]>
getStats(String metric, int seconds, int step)
Operation getStatsvoid
register(String metric, String submetric, int value)
Operation register
-
-
-
Field Detail
-
REMOTE_PATH
static final String REMOTE_PATH
- See Also:
- Constant Field Values
-
SERVICE_NAME
static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getStats
Map<String,int[]> getStats(String metric, int seconds, int step) throws InternalErrorException
Operation getStats- Parameters:
metric
-seconds
-step
-- Returns:
- Throws:
InternalErrorException
-
register
void register(String metric, String submetric, int value) throws InternalErrorException
Operation register- Parameters:
metric
-submetric
-value
-- Throws:
InternalErrorException
-
-