Package com.qfs.desc
Interface IOptimizationDescription
- All Known Implementing Classes:
OptimizationDescription
public interface IOptimizationDescription
Describes an index to create on a field or a group of fields.
- Author:
- ActiveViam
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumType of optimization. -
Method Summary
Modifier and TypeMethodDescriptionReturns the names of the fields targeted by the optimization.getType()Returns the type of optimization.
-
Method Details
-
getFieldsNames
Returns the names of the fields targeted by the optimization. -
getType
IOptimizationDescription.Optimization getType()Returns the type of optimization.
-