@Deprecated public final class TupleDruidEventMapper<E> extends Object implements ITupleDruidEventMapper<E>
Converts ITuple to Event.
| Modifier and Type | Field and Description | 
|---|---|
static String | 
DEFAULT_FIELD_NAME
Deprecated.  
  | 
| Constructor and Description | 
|---|
TupleDruidEventMapper(String eventFiledName)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
E | 
getEvent(ITuple tuple)
Deprecated.  
Returns a Druid Event for a given  
tuple. | 
public static final String DEFAULT_FIELD_NAME
public TupleDruidEventMapper(String eventFiledName)
public E getEvent(ITuple tuple)
ITupleDruidEventMapperReturns a Druid Event for a given tuple.
getEvent in interface ITupleDruidEventMapper<E>tuple - tuple instanceCopyright © 2019 The Apache Software Foundation. All Rights Reserved.