public class HoodiePayloadProps extends Object
HoodieRecordPayload can leverage.
Since both payload classes and HoodiePayloadConfig needs to access these props, storing it here in hudi-common.| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_PAYLOAD_EVENT_TIME_FIELD_VAL
Deprecated.
|
static String |
DEFAULT_PAYLOAD_ORDERING_FIELD_VAL
Deprecated.
|
static String |
PAYLOAD_EVENT_TIME_FIELD_PROP
Deprecated.
|
static String |
PAYLOAD_EVENT_TIME_FIELD_PROP_KEY
Property for payload event time field; to be used to extract source event time info.
|
static String |
PAYLOAD_IS_UPDATE_RECORD_FOR_MOR
A runtime config pass to the
HoodieRecordPayload.getInsertValue(Schema, Properties)
to tell if the current record is a update record or insert record for mor table. |
static String |
PAYLOAD_ORDERING_FIELD_PROP
Deprecated.
|
static String |
PAYLOAD_ORDERING_FIELD_PROP_KEY
Property for payload ordering field; to be used to merge incoming record with that in storage.
|
| Constructor and Description |
|---|
HoodiePayloadProps() |
public static final String PAYLOAD_ORDERING_FIELD_PROP_KEY
HoodieRecordPayload can leverage if required.DefaultHoodieRecordPayload,
Constant Field Valuespublic static final String PAYLOAD_EVENT_TIME_FIELD_PROP_KEY
DefaultHoodieRecordPayload,
Constant Field Valuespublic static final String PAYLOAD_IS_UPDATE_RECORD_FOR_MOR
HoodieRecordPayload.getInsertValue(Schema, Properties)
to tell if the current record is a update record or insert record for mor table.@Deprecated public static final String PAYLOAD_ORDERING_FIELD_PROP
PAYLOAD_ORDERING_FIELD_PROP_KEY@Deprecated public static String DEFAULT_PAYLOAD_ORDERING_FIELD_VAL
@Deprecated public static final String PAYLOAD_EVENT_TIME_FIELD_PROP
PAYLOAD_EVENT_TIME_FIELD_PROP_KEY@Deprecated public static String DEFAULT_PAYLOAD_EVENT_TIME_FIELD_VAL
Copyright © 2024 The Apache Software Foundation. All rights reserved.