Uses of Class
org.apache.druid.data.input.impl.systemfield.SystemField
-
Packages that use SystemField Package Description org.apache.druid.data.input.impl org.apache.druid.data.input.impl.systemfield -
-
Uses of SystemField in org.apache.druid.data.input.impl
Methods in org.apache.druid.data.input.impl that return types with arguments of type SystemField Modifier and Type Method Description Set<SystemField>CloudObjectInputSource. getConfiguredSystemFields()Set<SystemField>HttpInputSource. getConfiguredSystemFields()Set<SystemField>LocalInputSource. getConfiguredSystemFields()Methods in org.apache.druid.data.input.impl with parameters of type SystemField Modifier and Type Method Description ObjectHttpInputSource. getSystemFieldValue(InputEntity entity, SystemField field)ObjectLocalInputSource. getSystemFieldValue(InputEntity entity, SystemField field) -
Uses of SystemField in org.apache.druid.data.input.impl.systemfield
Methods in org.apache.druid.data.input.impl.systemfield that return SystemField Modifier and Type Method Description static SystemFieldSystemField. fromFieldName(String fieldName)static SystemFieldSystemField. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemField[]SystemField. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.druid.data.input.impl.systemfield that return types with arguments of type SystemField Modifier and Type Method Description Set<SystemField>SystemFieldInputSource. getConfiguredSystemFields()System fields that this input source is configured to return.EnumSet<SystemField>SystemFields. getFields()Methods in org.apache.druid.data.input.impl.systemfield with parameters of type SystemField Modifier and Type Method Description ObjectSystemFieldInputSource. getSystemFieldValue(InputEntity entity, SystemField field)Compute the value of a system field for a particularInputEntity.Constructor parameters in org.apache.druid.data.input.impl.systemfield with type arguments of type SystemField Constructor Description SystemFields(EnumSet<SystemField> fields)
-