@Immutable public class DefaultDseIndexMetadata extends com.datastax.oss.driver.internal.core.metadata.schema.DefaultIndexMetadata implements DseIndexMetadata
Constructor and Description |
---|
DefaultDseIndexMetadata(CqlIdentifier keyspace,
CqlIdentifier table,
CqlIdentifier name,
IndexKind kind,
String target,
Map<String,String> options) |
equals, getKeyspace, getKind, getName, getOptions, getTable, getTarget, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
describe, describeWithChildren, getClassName, getKeyspace, getKind, getName, getOptions, getTable, getTarget
public DefaultDseIndexMetadata(@NonNull CqlIdentifier keyspace, @NonNull CqlIdentifier table, @NonNull CqlIdentifier name, @NonNull IndexKind kind, @NonNull String target, @NonNull Map<String,String> options)
Copyright © 2017–2019. All rights reserved.