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 |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<SchemaElement> |
SchemaElement.NAME_COMPARATOR
Comparator used to sort
Describable name. |
Modifier and Type | Class and Description |
---|---|
class |
JavaBasedUDFunction |
class |
UDAggregate
Base class for user-defined-aggregates.
|
class |
UDFunction
Base class for User Defined Functions.
|
Modifier and Type | Method and Description |
---|---|
static DescribeStatement<SchemaElement> |
DescribeStatement.aggregate(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for DESCRIBE FUNCTION . |
static DescribeStatement<SchemaElement> |
DescribeStatement.aggregates()
Creates a
DescribeStatement for DESCRIBE AGGREGATES . |
protected java.util.stream.Stream<? extends SchemaElement> |
DescribeStatement.Listing.describe(ClientState state,
Keyspaces keyspaces) |
protected java.util.stream.Stream<? extends SchemaElement> |
DescribeStatement.Element.describe(ClientState state,
Keyspaces keyspaces) |
static DescribeStatement<SchemaElement> |
DescribeStatement.function(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for DESCRIBE FUNCTION . |
static DescribeStatement<SchemaElement> |
DescribeStatement.functions()
Creates a
DescribeStatement for DESCRIBE FUNCTIONS . |
static DescribeStatement<SchemaElement> |
DescribeStatement.generic(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for the generic DESCRIBE ... . |
static DescribeStatement<SchemaElement> |
DescribeStatement.index(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for DESCRIBE INDEX . |
static DescribeStatement<SchemaElement> |
DescribeStatement.keyspace(java.lang.String keyspace,
boolean onlyKeyspaceDefinition)
Creates a
DescribeStatement for DESCRIBE KEYSPACE . |
static DescribeStatement<SchemaElement> |
DescribeStatement.keyspaces()
Creates a
DescribeStatement for DESCRIBE KEYSPACES . |
static DescribeStatement<SchemaElement> |
DescribeStatement.schema(boolean includeSystemKeyspaces)
Creates a
DescribeStatement for DESCRIBE [FULL] SCHEMA . |
static DescribeStatement<SchemaElement> |
DescribeStatement.table(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for DESCRIBE TABLE . |
static DescribeStatement<SchemaElement> |
DescribeStatement.tables()
Creates a
DescribeStatement for DESCRIBE TABLES . |
static DescribeStatement<SchemaElement> |
DescribeStatement.type(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for DESCRIBE TYPE . |
static DescribeStatement<SchemaElement> |
DescribeStatement.types()
Creates a
DescribeStatement for DESCRIBE TYPES . |
static DescribeStatement<SchemaElement> |
DescribeStatement.view(java.lang.String keyspace,
java.lang.String name)
Creates a
DescribeStatement for DESCRIBE MATERIALIZED VIEW . |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.nio.ByteBuffer> |
DescribeStatement.Listing.toRow(SchemaElement element,
boolean withInternals) |
protected java.util.List<java.nio.ByteBuffer> |
DescribeStatement.Element.toRow(SchemaElement element,
boolean withInternals) |
Constructor and 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) |
Modifier and Type | Class and Description |
---|---|
class |
UserType
A user defined type.
|
Modifier and Type | Class and Description |
---|---|
class |
KeyspaceMetadata
An immutable representation of keyspace metadata (name, params, tables, types, and functions).
|
class |
TableMetadata |
class |
ViewMetadata |
Copyright © 2009-2020 The Apache Software Foundation