Uses of Class
org.apache.cassandra.schema.Functions
-
Packages that use Functions Package Description org.apache.cassandra.schema -
-
Uses of Functions in org.apache.cassandra.schema
Fields in org.apache.cassandra.schema declared as Functions Modifier and Type Field Description Functions
KeyspaceMetadata. functions
Methods in org.apache.cassandra.schema that return Functions Modifier and Type Method Description Functions
Functions.Builder. build()
Functions
Functions. filter(java.util.function.Predicate<Function> predicate)
static Functions
Functions. none()
static Functions
Functions. of(Function... funs)
Functions
Functions. with(Function fun)
Create a Functions instance with the provided function addedFunctions
Functions. withAddedOrUpdated(Function function)
Functions
Functions. without(Function function)
Functions
Functions. without(FunctionName name, java.util.List<AbstractType<?>> argTypes)
Creates a Functions instance with the function with the provided name and argument types removedFunctions
Functions. withUpdatedUserType(UserType udt)
Methods in org.apache.cassandra.schema with parameters of type Functions Modifier and Type Method Description static KeyspaceMetadata
KeyspaceMetadata. create(java.lang.String name, KeyspaceParams params, Tables tables, Views views, Types types, Functions functions)
KeyspaceMetadata
KeyspaceMetadata. withSwapped(Functions functions)
-