Uses of Class
org.apache.cassandra.db.marshal.UserType
-
Packages that use UserType Package Description org.apache.cassandra.cql3 org.apache.cassandra.cql3.functions org.apache.cassandra.db.marshal org.apache.cassandra.schema -
-
Uses of UserType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type UserType Modifier and Type Method Description static CQL3Type.UserDefined
CQL3Type.UserDefined. create(UserType type)
boolean
UserTypes.Value. equals(UserType userType, UserTypes.Value v)
static UserTypes.Value
UserTypes.Value. fromSerialized(java.nio.ByteBuffer bytes, UserType type)
Constructors in org.apache.cassandra.cql3 with parameters of type UserType Constructor Description DelayedValue(UserType type, java.util.List<Term> values)
Value(UserType type, java.nio.ByteBuffer[] elements)
-
Uses of UserType in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type UserType Modifier and Type Method Description UDAggregate
UDAggregate. withUpdatedUserType(java.util.Collection<UDFunction> udfs, UserType udt)
UDFunction
UDFunction. withUpdatedUserType(UserType udt)
-
Uses of UserType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return UserType Modifier and Type Method Description UserType
UserType. freeze()
static UserType
UserType. getInstance(TypeParser parser)
UserType
UserType. withUpdatedUserType(UserType udt)
Methods in org.apache.cassandra.db.marshal with parameters of type UserType Modifier and Type Method Description java.util.Optional<Difference>
UserType. compare(UserType other)
AbstractType<?>
AbstractType. withUpdatedUserType(UserType udt)
Returns an instance of this type with all references to the provided user type recursively replaced with its new definition.CompositeType
CompositeType. withUpdatedUserType(UserType udt)
DynamicCompositeType
DynamicCompositeType. withUpdatedUserType(UserType udt)
ListType<?>
ListType. withUpdatedUserType(UserType udt)
MapType<?,?>
MapType. withUpdatedUserType(UserType udt)
ReversedType<?>
ReversedType. withUpdatedUserType(UserType udt)
SetType<?>
SetType. withUpdatedUserType(UserType udt)
TupleType
TupleType. withUpdatedUserType(UserType udt)
UserType
UserType. withUpdatedUserType(UserType udt)
-
Uses of UserType in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return UserType Modifier and Type Method Description UserType
Types. getNullable(java.nio.ByteBuffer name)
Get the type with the specified nameMethods in org.apache.cassandra.schema that return types with arguments of type UserType Modifier and Type Method Description java.util.Optional<UserType>
Types. get(java.nio.ByteBuffer name)
Get the type with the specified namejava.util.Iterator<UserType>
Types. iterator()
java.lang.Iterable<UserType>
Types. referencingUserType(java.nio.ByteBuffer name)
java.util.stream.Stream<UserType>
Types. sortedStream()
Returns a stream of user types sorted by dependenciesjava.util.stream.Stream<UserType>
Types. stream()
Methods in org.apache.cassandra.schema with parameters of type UserType Modifier and Type Method Description Types.Builder
Types.Builder. add(UserType type)
Types.Builder
Types.Builder. add(UserType... types)
static Types
Types. of(UserType... types)
Types
Types. with(UserType type)
Create a Types instance with the provided type addedTypes
Types. without(UserType type)
Functions
Functions. withUpdatedUserType(UserType udt)
KeyspaceMetadata
KeyspaceMetadata. withUpdatedUserType(UserType udt)
Returns a new KeyspaceMetadata with all instances of old UDT replaced with the updated version.TableMetadata
TableMetadata. withUpdatedUserType(UserType udt)
Tables
Tables. withUpdatedUserType(UserType udt)
Types
Types. withUpdatedUserType(UserType udt)
ViewMetadata
ViewMetadata. withUpdatedUserType(UserType udt)
Method parameters in org.apache.cassandra.schema with type arguments of type UserType Modifier and Type Method Description Types.Builder
Types.Builder. add(java.lang.Iterable<UserType> types)
-