Uses of Class
org.apache.cassandra.db.Directories.FileAction
-
Packages that use Directories.FileAction Package Description org.apache.cassandra.db -
-
Uses of Directories.FileAction in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return Directories.FileAction Modifier and Type Method Description static Directories.FileAction
Directories.FileAction. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Directories.FileAction[]
Directories.FileAction. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.cassandra.db with parameters of type Directories.FileAction Modifier and Type Method Description static boolean
Directories.FileAction. hasPrivilege(java.io.File file, Directories.FileAction action)
-