Uses of Interface
org.apache.cassandra.cql3.SchemaElement
-
Packages that use SchemaElement Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.functions org.apache.cassandra.cql3.statements org.apache.cassandra.db.marshal org.apache.cassandra.schema -
-
Uses of SchemaElement in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 with type parameters of type SchemaElement Modifier and Type Field Description static java.util.Comparator<SchemaElement>
SchemaElement. NAME_COMPARATOR
Comparator used to sortDescribable
name. -
Uses of SchemaElement in org.apache.cassandra.cql3.functions
Classes in org.apache.cassandra.cql3.functions that implement SchemaElement Modifier and Type Class Description class
JavaBasedUDFunction
class
UDAggregate
Base class for user-defined-aggregates.class
UDFunction
Base class for User Defined Functions. -
Uses of SchemaElement in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements that return types with arguments of type SchemaElement Modifier and Type Method Description static DescribeStatement<SchemaElement>
DescribeStatement. aggregate(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
forDESCRIBE FUNCTION
.static DescribeStatement<SchemaElement>
DescribeStatement. aggregates()
Creates aDescribeStatement
forDESCRIBE AGGREGATES
.protected java.util.stream.Stream<? extends SchemaElement>
DescribeStatement.Element. describe(ClientState state, Keyspaces keyspaces)
protected java.util.stream.Stream<? extends SchemaElement>
DescribeStatement.Listing. describe(ClientState state, Keyspaces keyspaces)
static DescribeStatement<SchemaElement>
DescribeStatement. function(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
forDESCRIBE FUNCTION
.static DescribeStatement<SchemaElement>
DescribeStatement. functions()
Creates aDescribeStatement
forDESCRIBE FUNCTIONS
.static DescribeStatement<SchemaElement>
DescribeStatement. generic(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
for the genericDESCRIBE ...
.static DescribeStatement<SchemaElement>
DescribeStatement. index(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
forDESCRIBE INDEX
.static DescribeStatement<SchemaElement>
DescribeStatement. keyspace(java.lang.String keyspace, boolean onlyKeyspaceDefinition)
Creates aDescribeStatement
forDESCRIBE KEYSPACE
.static DescribeStatement<SchemaElement>
DescribeStatement. keyspaces()
Creates aDescribeStatement
forDESCRIBE KEYSPACES
.static DescribeStatement<SchemaElement>
DescribeStatement. schema(boolean includeSystemKeyspaces)
Creates aDescribeStatement
forDESCRIBE [FULL] SCHEMA
.static DescribeStatement<SchemaElement>
DescribeStatement. table(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
forDESCRIBE TABLE
.static DescribeStatement<SchemaElement>
DescribeStatement. tables()
Creates aDescribeStatement
forDESCRIBE TABLES
.static DescribeStatement<SchemaElement>
DescribeStatement. type(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
forDESCRIBE TYPE
.static DescribeStatement<SchemaElement>
DescribeStatement. types()
Creates aDescribeStatement
forDESCRIBE TYPES
.static DescribeStatement<SchemaElement>
DescribeStatement. view(java.lang.String keyspace, java.lang.String name)
Creates aDescribeStatement
forDESCRIBE MATERIALIZED VIEW
.Methods in org.apache.cassandra.cql3.statements with parameters of type SchemaElement Modifier and Type Method Description protected java.util.List<java.nio.ByteBuffer>
DescribeStatement.Element. toRow(SchemaElement element, boolean withInternals)
protected java.util.List<java.nio.ByteBuffer>
DescribeStatement.Listing. toRow(SchemaElement element, boolean withInternals)
Constructor parameters in org.apache.cassandra.cql3.statements with type arguments of type SchemaElement Constructor Description Element(java.lang.String keyspace, java.lang.String name, java.util.function.BiFunction<KeyspaceMetadata,java.lang.String,java.util.stream.Stream<? extends SchemaElement>> elementsProvider)
Listing(java.util.function.Function<KeyspaceMetadata,java.util.stream.Stream<? extends SchemaElement>> elementsProvider)
-
Uses of SchemaElement in org.apache.cassandra.db.marshal
Classes in org.apache.cassandra.db.marshal that implement SchemaElement Modifier and Type Class Description class
UserType
A user defined type. -
Uses of SchemaElement in org.apache.cassandra.schema
Classes in org.apache.cassandra.schema that implement SchemaElement Modifier and Type Class Description class
KeyspaceMetadata
An immutable representation of keyspace metadata (name, params, tables, types, and functions).class
TableMetadata
static class
TableMetadata.CompactTableMetadata
class
ViewMetadata
-