Index

A C 
All Classes and Interfaces|All Packages

A

Arguments - Class in com.influxdb.utils
Functions for parameter validation.

C

checkDuration(String, String) - Static method in class com.influxdb.utils.Arguments
Enforces that the string is duration literal.
checkDurationNotRequired(String, String) - Static method in class com.influxdb.utils.Arguments
Enforces that the string is duration literal.
checkNonEmpty(String, String) - Static method in class com.influxdb.utils.Arguments
Enforces that the string is not empty.
checkNotNegativeNumber(Number, String) - Static method in class com.influxdb.utils.Arguments
Enforces that the number is not negative.
checkNotNull(Object, String) - Static method in class com.influxdb.utils.Arguments
Checks that the specified object reference is not null.
checkOneCharString(String, String) - Static method in class com.influxdb.utils.Arguments
Enforces that the string has exactly one char.
checkPositiveNumber(Number, String) - Static method in class com.influxdb.utils.Arguments
Enforces that the number is larger than 0.
checkPrecision(ChronoUnit) - Static method in class com.influxdb.utils.Arguments
Checks that the precision reference to one of ALLOWED_PRECISION.
com.influxdb.utils - package com.influxdb.utils
 
A C 
All Classes and Interfaces|All Packages