Skip navigation links
C O V 

C

checkArgument(boolean, String, Object...) - Static method in class org.apache.thrift.partial.Validate
 
checkGreater(long, String, long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the first value is greater than the second value.
checkGreaterOrEqual(long, String, long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the first value is greater than or equal to the second value.
checkIntegerMultiple(long, String, long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the first value is an integer multiple of the second value.
checkLessOrEqual(long, String, long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the first value is less than or equal to the second value.
checkNotNegative(long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given integer argument is not negative.
checkNotNull(Object, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given reference argument is not null.
checkNotNullAndNotEmpty(String, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given string is not null and has non-zero length.
checkNotNullAndNotEmpty(T[], String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given array is not null and has at least one element.
checkNotNullAndNotEmpty(byte[], String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given array is not null and has at least one element.
checkNotNullAndNotEmpty(short[], String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given array is not null and has at least one element.
checkNotNullAndNotEmpty(int[], String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given array is not null and has at least one element.
checkNotNullAndNotEmpty(long[], String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given array is not null and has at least one element.
checkNotNullAndNotEmpty(Iterable<T>, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given buffer is not null and has non-zero capacity.
checkNotNullAndNumberOfElements(Collection<T>, int, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given set is not null and has an exact number of items.
checkPathExists(Path, String) - Static method in class org.apache.thrift.partial.Validate
 
checkPathExistsAsDir(Path, String) - Static method in class org.apache.thrift.partial.Validate
 
checkPathExistsAsFile(Path, String) - Static method in class org.apache.thrift.partial.Validate
 
checkPositiveInteger(long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given integer argument is not zero or negative.
checkRequired(boolean, String) - Static method in class org.apache.thrift.partial.Validate
 
checkState(boolean, String, Object...) - Static method in class org.apache.thrift.partial.Validate
 
checkValid(boolean, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the expression (that checks a field is valid) is true.
checkValid(boolean, String, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the expression (that checks a field is valid) is true.
checkValuesEqual(long, String, long, String) - Static method in class org.apache.thrift.partial.Validate
Validates that the given two values are equal.
checkWithinRange(long, String, long, long) - Static method in class org.apache.thrift.partial.Validate
Validates that the given value is within the given range of values.
checkWithinRange(double, String, double, double) - Static method in class org.apache.thrift.partial.Validate
Validates that the given value is within the given range of values.

O

org.apache.thrift.partial - package org.apache.thrift.partial
 

V

Validate - Class in org.apache.thrift.partial
A superset of Validate class in Apache Commons Lang3
C O V 
Skip navigation links

Copyright © 2022 The Apache Software Foundation. All rights reserved.