@ThreadSafe public class DseSchemaParser extends Object implements com.datastax.oss.driver.internal.core.metadata.schema.parsing.SchemaParser
For modularity, the code for each element row is split into separate classes (schema stuff is not on the hot path, so creating a few extra objects doesn't matter).
Constructor and Description |
---|
DseSchemaParser(com.datastax.oss.driver.internal.core.metadata.schema.queries.SchemaRows rows,
com.datastax.oss.driver.internal.core.context.InternalDriverContext context) |
Modifier and Type | Method and Description |
---|---|
com.datastax.oss.driver.internal.core.metadata.schema.refresh.SchemaRefresh |
parse() |
Copyright © 2017–2019. All rights reserved.