Uses of Class
org.apache.cassandra.auth.FunctionResource
-
Packages that use FunctionResource Package Description org.apache.cassandra.auth -
-
Uses of FunctionResource in org.apache.cassandra.auth
Methods in org.apache.cassandra.auth that return FunctionResource Modifier and Type Method Description static FunctionResource
FunctionResource. fromName(java.lang.String name)
Parses a resource name into a FunctionResource instance.static FunctionResource
FunctionResource. function(java.lang.String keyspace, java.lang.String name, java.util.List<AbstractType<?>> argTypes)
Creates a FunctionResource representing a specific, keyspace-scoped function.static FunctionResource
FunctionResource. function(UserFunction function)
static FunctionResource
FunctionResource. functionFromCql(java.lang.String keyspace, java.lang.String name, java.util.List<CQL3Type.Raw> argTypes)
Creates a FunctionResource representing a specific, keyspace-scoped function.static FunctionResource
FunctionResource. functionFromCql(FunctionName name, java.util.List<CQL3Type.Raw> argTypes)
static FunctionResource
FunctionResource. keyspace(java.lang.String keyspace)
Creates a FunctionResource representing the collection of functions scoped to a specific keyspace.static FunctionResource
FunctionResource. root()
Methods in org.apache.cassandra.auth with parameters of type FunctionResource Modifier and Type Method Description int
FunctionResource. compareTo(FunctionResource o)
-