public interface DseGraphKeyspaceMetadata extends DseKeyspaceMetadata
This type only exists to avoid breaking binary compatibility. When the driver is connected to
a DSE cluster, all the KeyspaceMetadata
instances it returns can be safely downcast to
this interface.
Modifier and Type | Method and Description |
---|---|
default String |
describe(boolean pretty)
Returns a single CQL statement that creates the element.
|
Optional<String> |
getGraphEngine()
The graph engine that will be used to interpret this keyspace.
|
describeWithChildren, getAggregate, getAggregate, getAggregate, getAggregate, getAggregate, getAggregates, getFunction, getFunction, getFunction, getFunction, getFunction, getFunctions, getName, getReplication, getTable, getTable, getTables, getUserDefinedType, getUserDefinedType, getUserDefinedTypes, getView, getView, getViews, getViewsOnTable, isDurableWrites, isVirtual, shallowEquals
@NonNull Optional<String> getGraphEngine()
@NonNull default String describe(boolean pretty)
Describable
describe
in interface Describable
describe
in interface KeyspaceMetadata
pretty
- if true
, make the output more human-readable (line breaks, indents, and
pretty identifiers
). If false
, return the
statement on a single line with minimal formatting.Copyright © 2017–2020. All rights reserved.