com.splunk
Class LookupDataModelCalculation

java.lang.Object
  extended by com.splunk.DataModelCalculation
      extended by com.splunk.LookupDataModelCalculation

public class LookupDataModelCalculation
extends DataModelCalculation

Represents a lookup calculation on a data model object. A lookup calculation takes the value of an input field and uses it to look up new values for the output fields in a lookup.


Nested Class Summary
static class LookupDataModelCalculation.LookupFieldMapping
           
 
Method Summary
 java.util.List<LookupDataModelCalculation.LookupFieldMapping> getInputFieldMappings()
           
 java.lang.String getLookupName()
           
 
Methods inherited from class com.splunk.DataModelCalculation
containsGeneratedField, getCalculationID, getComment, getGeneratedField, getGeneratedFields, getLineage, getOwner, isEditable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getLookupName

public java.lang.String getLookupName()
Returns:
the name of the lookup to use

getInputFieldMappings

public java.util.List<LookupDataModelCalculation.LookupFieldMapping> getInputFieldMappings()
Returns:
the mappings from fields in the events to fields in the lookup