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 org.apache.cassandra.transport -
-
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.UserDefinedCQL3Type.UserDefined. create(UserType type)booleanUserTypes.Value. equals(UserType userType, UserTypes.Value v)static UserTypes.ValueUserTypes.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 UDAggregateUDAggregate. withUpdatedUserType(java.util.Collection<UDFunction> udfs, UserType udt)UDFunctionUDFunction. 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 UserTypeUserType. freeze()static UserTypeUserType. getInstance(TypeParser parser)UserTypeUserType. 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.CompositeTypeCompositeType. withUpdatedUserType(UserType udt)DynamicCompositeTypeDynamicCompositeType. withUpdatedUserType(UserType udt)ListType<?>ListType. withUpdatedUserType(UserType udt)MapType<?,?>MapType. withUpdatedUserType(UserType udt)ReversedType<?>ReversedType. withUpdatedUserType(UserType udt)SetType<?>SetType. withUpdatedUserType(UserType udt)TupleTypeTupleType. withUpdatedUserType(UserType udt)UserTypeUserType. 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 UserTypeTypes. 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.BuilderTypes.Builder. add(UserType type)Types.BuilderTypes.Builder. add(UserType... types)static TypesTypes. of(UserType... types)default voidSchemaChangeListener. onAlterType(UserType before, UserType after)default voidSchemaChangeListener. onCreateType(UserType type)default voidSchemaChangeListener. onDropType(UserType type)TypesTypes. with(UserType type)Create a Types instance with the provided type addedTypesTypes. without(UserType type)FunctionsFunctions. withUpdatedUserType(UserType udt)KeyspaceMetadataKeyspaceMetadata. withUpdatedUserType(UserType udt)Returns a new KeyspaceMetadata with all instances of old UDT replaced with the updated version.TableMetadataTableMetadata. withUpdatedUserType(UserType udt)TablesTables. withUpdatedUserType(UserType udt)TypesTypes. withUpdatedUserType(UserType udt)ViewMetadataViewMetadata. withUpdatedUserType(UserType udt)Method parameters in org.apache.cassandra.schema with type arguments of type UserType Modifier and Type Method Description Types.BuilderTypes.Builder. add(java.lang.Iterable<UserType> types) -
Uses of UserType in org.apache.cassandra.transport
Methods in org.apache.cassandra.transport with parameters of type UserType Modifier and Type Method Description voidServer.EventNotifier. onAlterType(UserType before, UserType after)voidServer.EventNotifier. onCreateType(UserType type)voidServer.EventNotifier. onDropType(UserType type)
-