I
- The type of DataCollectionId
used by a given implementationpublic interface DatabaseSchema<I extends DataCollectionId>
Modifier and Type | Field and Description |
---|---|
static String |
NO_CAPTURED_DATA_COLLECTIONS_WARNING |
Modifier and Type | Method and Description |
---|---|
default void |
assureNonEmptySchema() |
void |
close() |
DataCollectionSchema |
schemaFor(I id) |
boolean |
tableInformationComplete()
Indicates whether or not table names are guaranteed to be fully present, regardless of whether or not a
snapshot has been performed.
|
static final String NO_CAPTURED_DATA_COLLECTIONS_WARNING
void close()
DataCollectionSchema schemaFor(I id)
boolean tableInformationComplete()
default void assureNonEmptySchema()
Copyright © 2021 JBoss by Red Hat. All rights reserved.