Class MultifieldAddonHandler
java.lang.Object
org.elasticsearch.datageneration.datasource.MultifieldAddonHandler
- All Implemented Interfaces:
DataSourceHandler
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMultifieldAddonHandler(Map<FieldType, List<FieldType>> subfieldTypes) MultifieldAddonHandler(Map<FieldType, List<FieldType>> subfieldTypes, float chanceOfChildField) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.datageneration.datasource.DataSourceHandler
handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle, handle
-
Field Details
-
STRING_TYPE_HANDLER
-
-
Constructor Details
-
MultifieldAddonHandler
-
MultifieldAddonHandler
-
-
Method Details
-
handle
public DataSourceResponse.LeafMappingParametersGenerator handle(DataSourceRequest.LeafMappingParametersGenerator request) - Specified by:
handlein interfaceDataSourceHandler
-