Uses of Class
org.apache.cassandra.schema.Types
-
Packages that use Types Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.statements.schema org.apache.cassandra.db org.apache.cassandra.schema -
-
Uses of Types in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type Types Modifier and Type Method Description abstract CQL3Type
CQL3Type.Raw. prepare(java.lang.String keyspace, Types udts)
CQL3Type
CQL3Type.Raw. prepareInternal(java.lang.String keyspace, Types udts)
-
Uses of Types in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type Types Modifier and Type Method Description TableMetadata.Builder
CreateTableStatement. builder(Types types)
-
Uses of Types in org.apache.cassandra.db
Methods in org.apache.cassandra.db with parameters of type Types Modifier and Type Method Description static java.util.stream.Stream<java.lang.String>
SchemaCQLHelper. getUserTypesAsCQL(TableMetadata metadata, Types types, boolean ifNotExists)
Build a CQL String representation of User Types used in the given table.static java.util.stream.Stream<java.lang.String>
SchemaCQLHelper. reCreateStatementsForSchemaCql(TableMetadata metadata, Types types)
Generates the DDL statement for aschema.cql
snapshot file. -
Uses of Types in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Types Modifier and Type Field Description Types
KeyspaceMetadata. types
Methods in org.apache.cassandra.schema that return Types Modifier and Type Method Description Types
Types.Builder. build()
Types
Types.RawBuilder. build()
Build a Types instance from Raw definitions.static Types
Types. none()
static Types
Types. of(UserType... types)
Types
Types. with(UserType type)
Create a Types instance with the provided type addedTypes
Types. without(java.nio.ByteBuffer name)
Creates a Types instance with the type with the provided name removedTypes
Types. without(UserType type)
Types
Types. withUpdatedUserType(UserType udt)
Methods in org.apache.cassandra.schema with parameters of type Types Modifier and Type Method Description static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)
static AbstractType<?>
CQLTypeParser. parse(java.lang.String keyspace, java.lang.String unparsed, Types userTypes)
KeyspaceMetadata
KeyspaceMetadata. withSwapped(Types types)
-