public class BulletRecordSchema extends Object implements com.yahoo.bullet.common.Initializable, Serializable
BulletRecordField
. This class is used by BulletRecordConverter to
decide which fields from an object to extract and put in a BulletRecord.Modifier and Type | Field and Description |
---|---|
static com.yahoo.bullet.common.BulletError |
SCHEMA_REQUIRES_FIELDS |
static com.yahoo.bullet.common.BulletError |
SCHEMA_REQUIRES_UNIQUE_FIELD_NAMES |
Constructor and Description |
---|
BulletRecordSchema()
Default constructor recommended by Gson.
|
Modifier and Type | Method and Description |
---|---|
Optional<List<com.yahoo.bullet.common.BulletError>> |
initialize() |
public static final com.yahoo.bullet.common.BulletError SCHEMA_REQUIRES_FIELDS
public static final com.yahoo.bullet.common.BulletError SCHEMA_REQUIRES_UNIQUE_FIELD_NAMES
Copyright © 2021. All rights reserved.