Uses of Class
org.apache.cassandra.db.marshal.UserType
Packages that use UserType
Package
Description
-
Uses of UserType in org.apache.cassandra.cql3
Methods in org.apache.cassandra.cql3 with parameters of type UserTypeModifier and TypeMethodDescriptionstatic CQL3Type.UserDefinedbooleanUserTypes.Value.equals(UserType userType, UserTypes.Value v) static UserTypes.ValueUserTypes.Value.fromSerialized(ByteBuffer bytes, UserType type) Constructors in org.apache.cassandra.cql3 with parameters of type UserTypeModifierConstructorDescriptionDelayedValue(UserType type, List<Term> values) Value(UserType type, ByteBuffer[] elements) -
Uses of UserType in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type UserTypeModifier and TypeMethodDescriptionUDAggregate.withUpdatedUserType(Collection<UDFunction> udfs, UserType udt) UDFunction.withUpdatedUserType(UserType udt) -
Uses of UserType in org.apache.cassandra.db.marshal
Methods in org.apache.cassandra.db.marshal that return UserTypeModifier and TypeMethodDescriptionUserType.freeze()static UserTypeUserType.getInstance(TypeParser parser) UserType.unfreeze()UserType.withUpdatedUserType(UserType udt) Methods in org.apache.cassandra.db.marshal with parameters of type UserTypeModifier and TypeMethodDescriptionAbstractType<?>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.withUpdatedUserType(UserType udt) 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.withUpdatedUserType(UserType udt) UserType.withUpdatedUserType(UserType udt) -
Uses of UserType in org.apache.cassandra.schema
Methods in org.apache.cassandra.schema that return UserTypeModifier and TypeMethodDescriptionTypes.getNullable(ByteBuffer name) Get the type with the specified nameMethods in org.apache.cassandra.schema that return types with arguments of type UserTypeModifier and TypeMethodDescriptionTypes.get(ByteBuffer name) Get the type with the specified nameTypes.iterator()Types.referencingUserType(ByteBuffer name) Types.sortedStream()Returns a stream of user types sorted by dependenciesTypes.stream()Methods in org.apache.cassandra.schema with parameters of type UserTypeModifier and TypeMethodDescriptionstatic Typesdefault voidSchemaChangeListener.onAlterType(UserType before, UserType after) default voidSchemaChangeListener.onCreateType(UserType type) default voidSchemaChangeListener.onDropType(UserType type) Create a Types instance with the provided type addedKeyspaceMetadata.withUpdatedUserType(UserType udt) Returns a new KeyspaceMetadata with all instances of old UDT replaced with the updated version.TableMetadata.withUpdatedUserType(UserType udt) Tables.withUpdatedUserType(UserType udt) Types.withUpdatedUserType(UserType udt) UserFunctions.withUpdatedUserType(UserType udt) ViewMetadata.withUpdatedUserType(UserType udt) Method parameters in org.apache.cassandra.schema with type arguments of type UserType -
Uses of UserType in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type UserTypeModifier and TypeMethodDescriptionvoidServer.EventNotifier.onAlterType(UserType before, UserType after) voidServer.EventNotifier.onCreateType(UserType type) voidServer.EventNotifier.onDropType(UserType type)