Uses of Enum
org.apache.jackrabbit.oak.api.Result.SizePrecision
Packages that use Result.SizePrecision
-
Uses of Result.SizePrecision in org.apache.jackrabbit.oak.api
Methods in org.apache.jackrabbit.oak.api that return Result.SizePrecisionModifier and TypeMethodDescriptionstatic Result.SizePrecisionReturns the enum constant of this type with the specified name.static Result.SizePrecision[]Result.SizePrecision.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.jackrabbit.oak.api with parameters of type Result.SizePrecisionModifier and TypeMethodDescriptionlongResult.getSize(Result.SizePrecision precision, long max) Get the number of rows, if known.