Package | Description |
---|---|
com.datastax.dse.driver.api.core | |
com.datastax.dse.driver.internal.core.metadata | |
com.datastax.dse.driver.internal.core.session |
Modifier and Type | Method and Description |
---|---|
DseMetadata |
DseSession.getMetadata() |
DseMetadata |
DseSession.refreshSchema() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<? extends DseMetadata> |
DseSession.refreshSchemaAsync() |
CompletionStage<? extends DseMetadata> |
DseSession.setSchemaMetadataEnabled(Boolean newValue) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDseMetadata
Extends the open-source driver's metadata to return DSE-specific schema metadata.
|
Modifier and Type | Method and Description |
---|---|
DseMetadata |
DefaultDseSession.getMetadata() |
DseMetadata |
DefaultDseSession.refreshSchema() |
Modifier and Type | Method and Description |
---|---|
CompletionStage<? extends DseMetadata> |
DefaultDseSession.refreshSchemaAsync() |
CompletionStage<? extends DseMetadata> |
DefaultDseSession.setSchemaMetadataEnabled(Boolean newValue) |
Copyright © 2017–2019. All rights reserved.