| Package | Description |
|---|---|
| io.kareldb |
KarelDB - An embeddable relational database backed by Apache Kafka.
|
| io.kareldb.avro | |
| io.kareldb.kafka | |
| io.kareldb.schema |
| Modifier and Type | Method and Description |
|---|---|
Schema |
KarelDbEngine.getSchema() |
| Modifier and Type | Class and Description |
|---|---|
class |
AvroSchema |
| Constructor and Description |
|---|
AvroTable(Schema schema,
String name,
RelDef rowType) |
| Modifier and Type | Class and Description |
|---|---|
class |
KafkaSchema |
| Constructor and Description |
|---|
KafkaTable(Schema schema,
String name,
RelDef rowType) |
| Modifier and Type | Method and Description |
|---|---|
Schema |
Table.getSchema() |
| Constructor and Description |
|---|
FilterableTable(Schema schema,
String name,
RelDef rowType) |
Copyright © 2020. All rights reserved.