- AbstractSamzaBench - Class in org.apache.samza.tools.benchmark
-
Base class for the samza benchmark tests
- AbstractSamzaBench(String, String[]) - Constructor for class org.apache.samza.tools.benchmark.AbstractSamzaBench
-
- addMoreSystemConfigs(Properties) - Method in class org.apache.samza.tools.benchmark.AbstractSamzaBench
-
Derived classes can override this method to add any additional properties needed to create the System
- addMoreSystemConfigs(Properties) - Method in class org.apache.samza.tools.benchmark.SystemConsumerWithSamzaBench
-
- addOptions(Options) - Method in class org.apache.samza.tools.benchmark.AbstractSamzaBench
-
Derived classes can override this method to add any additional options that benchmark test may need.
- addOptions(Options) - Method in class org.apache.samza.tools.benchmark.SystemProducerBench
-
- AvroSchemaGenRelConverter - Class in org.apache.samza.tools.avro
-
Special form for AvroRelConverter that generates the avro schema on the output based on the
fields in SamzaSqlRelMessage
and uses the schema to serialize the output.
- AvroSchemaGenRelConverter(SystemStream, AvroRelSchemaProvider, Config) - Constructor for class org.apache.samza.tools.avro.AvroSchemaGenRelConverter
-
- AvroSchemaGenRelConverterFactory - Class in org.apache.samza.tools.avro
-
- AvroSchemaGenRelConverterFactory() - Constructor for class org.apache.samza.tools.avro.AvroSchemaGenRelConverterFactory
-
- AvroSerDeFactory - Class in org.apache.samza.tools.avro
-
Avro SerDe that can be used to serialize or deserialize the avro GenericRecord
.
- AvroSerDeFactory() - Constructor for class org.apache.samza.tools.avro.AvroSerDeFactory
-