- build() - Method in class com.yahoo.bullet.dsl.converter.AvroBulletRecordConverter
-
- build() - Method in class com.yahoo.bullet.dsl.converter.BulletRecordConverter
-
Helper function used to initialize BulletRecordConverter from BulletDSLConfig.
- build() - Method in class com.yahoo.bullet.dsl.converter.POJOBulletRecordConverter
-
- BulletConnector - Class in com.yahoo.bullet.dsl.connector
-
A BulletConnector is used to read objects from a data source such as Kafka or Pulsar.
- BulletConnector(BulletConfig) - Constructor for class com.yahoo.bullet.dsl.connector.BulletConnector
-
Constructor that takes a configuration containing the settings relevant for this connector.
- BulletDeserializer - Class in com.yahoo.bullet.dsl.deserializer
-
A BulletDeserializer is used to deserialize or transform output from a BulletConnector into input for a BulletRecordConverter, e.g.
- BulletDeserializer(BulletConfig) - Constructor for class com.yahoo.bullet.dsl.deserializer.BulletDeserializer
-
Constructor that takes a configuration containing the settings relevant for this deserializer.
- BulletDSLConfig - Class in com.yahoo.bullet.dsl
-
Config class for BulletDSL.
- BulletDSLConfig() - Constructor for class com.yahoo.bullet.dsl.BulletDSLConfig
-
Constructor that loads the defaults.
- BulletDSLConfig(String) - Constructor for class com.yahoo.bullet.dsl.BulletDSLConfig
-
Constructor that loads specific file augmented with defaults.
- BulletDSLConfig(Config) - Constructor for class com.yahoo.bullet.dsl.BulletDSLConfig
-
Constructor that loads another configuration and augments it with defaults.
- BulletDSLException - Exception in com.yahoo.bullet.dsl
-
Exception to be thrown if there is an error in BulletConnector or BulletRecordConverter.
- BulletDSLException(String) - Constructor for exception com.yahoo.bullet.dsl.BulletDSLException
-
Constructor to initialize BulletDSLException with a message.
- BulletDSLException(String, Throwable) - Constructor for exception com.yahoo.bullet.dsl.BulletDSLException
-
Constructor to initialize BulletDSLException with a message and a
Throwable
cause.
- BulletRecordConverter - Class in com.yahoo.bullet.dsl.converter
-
BulletRecordConverter is used to convert objects into BulletRecords.
- BulletRecordConverter(BulletConfig) - Constructor for class com.yahoo.bullet.dsl.converter.BulletRecordConverter
-
Constructor that takes a configuration containing the settings relevant for this converter.
- BulletRecordField - Class in com.yahoo.bullet.dsl.schema
-
BulletRecordField consists of a name, reference, and type.
- BulletRecordField() - Constructor for class com.yahoo.bullet.dsl.schema.BulletRecordField
-
Default constructor recommended by Gson.
- BulletRecordSchema - Class in com.yahoo.bullet.dsl.schema
-
- BulletRecordSchema() - Constructor for class com.yahoo.bullet.dsl.schema.BulletRecordSchema
-
Default constructor recommended by Gson.