JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
A
Arguments
- Class in
com.influxdb
Functions for parameter validation.
C
checkDuration(String, String)
- Static method in class com.influxdb.
Arguments
Enforces that the string is duration literal.
checkDurationNotRequired(String, String)
- Static method in class com.influxdb.
Arguments
Enforces that the string is duration literal.
checkNonEmpty(String, String)
- Static method in class com.influxdb.
Arguments
Enforces that the string is
not empty
.
checkNotNegativeNumber(Number, String)
- Static method in class com.influxdb.
Arguments
Enforces that the number is not negative.
checkNotNull(Object, String)
- Static method in class com.influxdb.
Arguments
Checks that the specified object reference is not
null
.
checkOneCharString(String, String)
- Static method in class com.influxdb.
Arguments
Enforces that the string has exactly one char.
checkPositiveNumber(Number, String)
- Static method in class com.influxdb.
Arguments
Enforces that the number is larger than 0.
checkPrecision(ChronoUnit)
- Static method in class com.influxdb.
Arguments
Checks that the precision reference to one of
ALLOWED_PRECISION
.
com.influxdb
- package com.influxdb
A
C
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2018–2021
InfluxData, Inc.
. All rights reserved.