Uses of Class
org.apache.pinot.segment.local.utils.nativefst.FSTFlags
-
Packages that use FSTFlags Package Description org.apache.pinot.segment.local.utils.nativefst org.apache.pinot.segment.local.utils.nativefst.builder -
-
Uses of FSTFlags in org.apache.pinot.segment.local.utils.nativefst
Methods in org.apache.pinot.segment.local.utils.nativefst that return FSTFlags Modifier and Type Method Description static FSTFlagsFSTFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static FSTFlags[]FSTFlags. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.segment.local.utils.nativefst that return types with arguments of type FSTFlags Modifier and Type Method Description Set<FSTFlags>ConstantArcSizeFST. getFlags()abstract Set<FSTFlags>FST. getFlags()Set<FSTFlags>ImmutableFST. getFlags() -
Uses of FSTFlags in org.apache.pinot.segment.local.utils.nativefst.builder
Methods in org.apache.pinot.segment.local.utils.nativefst.builder that return types with arguments of type FSTFlags Modifier and Type Method Description Set<FSTFlags>FSTSerializer. getFlags()Set<FSTFlags>FSTSerializerImpl. getFlags()Return supported flags.
-