public class PercentileTimeWindowStatisticsConfigurer extends Object
PercentileTimeWindowStatisticsConfig object| Constructor and Description | 
|---|
| PercentileTimeWindowStatisticsConfigurer() | 
| Modifier and Type | Method and Description | 
|---|---|
| PercentileTimeWindowStatisticsConfig | create() | 
| PercentileTimeWindowStatisticsConfigurer | maximumTimeWindow(long timeWindow,
                 TimeUnit timeUnit) | 
| PercentileTimeWindowStatisticsConfigurer | minimumTimeWindow(long timeWindow,
                 TimeUnit timeUnit) | 
| PercentileTimeWindowStatisticsConfigurer | percentile(double percentile) | 
| PercentileTimeWindowStatisticsConfigurer | timeWindow(long timeWindow,
          TimeUnit timeUnit) | 
public PercentileTimeWindowStatisticsConfigurer()
public PercentileTimeWindowStatisticsConfigurer timeWindow(long timeWindow, TimeUnit timeUnit)
public PercentileTimeWindowStatisticsConfigurer minimumTimeWindow(long timeWindow, TimeUnit timeUnit)
public PercentileTimeWindowStatisticsConfigurer maximumTimeWindow(long timeWindow, TimeUnit timeUnit)
public PercentileTimeWindowStatisticsConfigurer percentile(double percentile)
public PercentileTimeWindowStatisticsConfig create()
Copyright © GigaSpaces.