Class UsageAgentConfiguration
- java.lang.Object
-
- org.wso2.carbon.usage.agent.config.UsageAgentConfiguration
-
public class UsageAgentConfiguration extends Object
-
-
Constructor Summary
Constructors Constructor Description UsageAgentConfiguration(File configFile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetUsageTasksExecutionIntervalInMilliSeconds()intgetUsageTasksNumberOfRecordsPerExecution()intgetUsageTasksStartupDelayInMilliSeconds()
-
-
-
Constructor Detail
-
UsageAgentConfiguration
public UsageAgentConfiguration(File configFile)
-
-
Method Detail
-
getUsageTasksNumberOfRecordsPerExecution
public int getUsageTasksNumberOfRecordsPerExecution()
-
getUsageTasksExecutionIntervalInMilliSeconds
public int getUsageTasksExecutionIntervalInMilliSeconds()
-
getUsageTasksStartupDelayInMilliSeconds
public int getUsageTasksStartupDelayInMilliSeconds()
-
-