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 FunctionResourceFunctionResource. fromName(java.lang.String name)Parses a resource name into a FunctionResource instance.static FunctionResourceFunctionResource. function(java.lang.String keyspace, java.lang.String name, java.util.List<AbstractType<?>> argTypes)Creates a FunctionResource representing a specific, keyspace-scoped function.static FunctionResourceFunctionResource. function(Function function)static FunctionResourceFunctionResource. 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 FunctionResourceFunctionResource. functionFromCql(FunctionName name, java.util.List<CQL3Type.Raw> argTypes)static FunctionResourceFunctionResource. keyspace(java.lang.String keyspace)Creates a FunctionResource representing the collection of functions scoped to a specific keyspace.static FunctionResourceFunctionResource. root()Methods in org.apache.cassandra.auth with parameters of type FunctionResource Modifier and Type Method Description intFunctionResource. compareTo(FunctionResource o)
-