| Package | Description | 
|---|---|
| org.apache.cassandra.auth | 
| Modifier and Type | Method and 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. 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. keyspace(java.lang.String keyspace)Creates a FunctionResource representing the collection of functions scoped
 to a specific keyspace. | 
| static FunctionResource | FunctionResource. root() | 
| Modifier and Type | Method and Description | 
|---|---|
| int | FunctionResource. compareTo(FunctionResource o) | 
Copyright © 2018 The Apache Software Foundation