Uses of Enum
org.apache.druid.data.input.impl.systemfield.SystemField
Packages that use 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 SystemFieldModifier and TypeMethodDescriptionCloudObjectInputSource.getConfiguredSystemFields()HttpInputSource.getConfiguredSystemFields()LocalInputSource.getConfiguredSystemFields()Methods in org.apache.druid.data.input.impl with parameters of type SystemFieldModifier and TypeMethodDescriptionHttpInputSource.getSystemFieldValue(InputEntity entity, SystemField field) LocalInputSource.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 SystemFieldModifier and TypeMethodDescriptionstatic SystemFieldSystemField.fromFieldName(String fieldName) static SystemFieldReturns 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 SystemFieldModifier and TypeMethodDescriptionSystemFieldInputSource.getConfiguredSystemFields()System fields that this input source is configured to return.SystemFields.getFields()Methods in org.apache.druid.data.input.impl.systemfield with parameters of type SystemFieldModifier and TypeMethodDescriptionSystemFieldInputSource.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