Package com.qfs.desc
Interface IOptimizationDescription
-
- All Known Implementing Classes:
OptimizationDescription
public interface IOptimizationDescriptionDescribes an index to create on a field or a group of fields.- Author:
- ActiveViam
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIOptimizationDescription.OptimizationType of optimization.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getFieldsNames()Returns the names of the fields targeted by the optimization.IOptimizationDescription.OptimizationgetType()Returns the type of optimization.
-
-
-
Method Detail
-
getFieldsNames
List<String> getFieldsNames()
Returns the names of the fields targeted by the optimization.
-
getType
IOptimizationDescription.Optimization getType()
Returns the type of optimization.
-
-