public class PercentileInstancesStatisticsConfig extends AbstractInstancesStatisticsConfig implements StatisticsObjectListFunction, InstancesStatisticsConfig
| Constructor and Description | 
|---|
PercentileInstancesStatisticsConfig()  | 
PercentileInstancesStatisticsConfig(Map<String,String> properties)  | 
| Modifier and Type | Method and Description | 
|---|---|
Object | 
calc(StatisticsObjectList values)
Applies this statistics function on the specified values 
 | 
double | 
getPercentile()  | 
void | 
setPercentile(double percentile)  | 
void | 
validate()
Checks the content of this config is valid. 
 | 
equals, getProperties, getStringProperties, hashCode, setProperties, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetPropertiespublic double getPercentile()
public void setPercentile(double percentile)
public void validate()
              throws IllegalStateException
InstancesStatisticsConfigvalidate in interface InstancesStatisticsConfigIllegalStateException - - if state is found to be illegalpublic Object calc(StatisticsObjectList values)
StatisticsObjectListFunctioncalc in interface StatisticsObjectListFunctionCopyright © GigaSpaces.