Package | Description |
---|---|
com.datastax.driver.core |
The main package for the DataStax Java driver for Cassandra.
|
Modifier and Type | Method and Description |
---|---|
static PerHostPercentileTracker.Builder |
PerHostPercentileTracker.builderWithHighestTrackableLatencyMillis(long highestTrackableLatencyMillis)
Returns a builder to create a new instance.
|
PerHostPercentileTracker.Builder |
PerHostPercentileTracker.Builder.withInterval(long interval,
TimeUnit unit)
Sets the time interval over which samples are recorded.
|
PerHostPercentileTracker.Builder |
PerHostPercentileTracker.Builder.withMinRecordedValues(int minRecordedValues)
Sets the minimum number of values that must be recorded for a host before we consider
the sample size significant.
|
PerHostPercentileTracker.Builder |
PerHostPercentileTracker.Builder.withNumberOfHosts(int numberOfHosts)
Sets the number of distinct hosts that the driver will ever connect to.
|
PerHostPercentileTracker.Builder |
PerHostPercentileTracker.Builder.withNumberOfSignificantValueDigits(int numberOfSignificantValueDigits)
Sets the number of significant decimal digits to which histograms will maintain value
resolution and separation.
|