mirror of https://github.com/apache/cassandra
75 lines
2.5 KiB
Plaintext
75 lines
2.5 KiB
Plaintext
NAME
|
|
nodetool invalidatepermissionscache - Invalidate the permissions cache
|
|
|
|
SYNOPSIS
|
|
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
|
|
[(-pw <password> | --password <password>)]
|
|
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
|
|
[(-u <username> | --username <username>)] invalidatepermissionscache
|
|
[--all-functions] [--all-keyspaces] [--all-mbeans] [--all-roles]
|
|
[--all-tables] [--function <function>]
|
|
[--functions-in-keyspace <functions-in-keyspace>]
|
|
[--keyspace <keyspace>] [--mbean <mbean>] [--role <role>]
|
|
[--table <table>] [--] <role_name>
|
|
|
|
OPTIONS
|
|
--all-functions
|
|
Invalidate permissions for 'ALL FUNCTIONS'
|
|
|
|
--all-keyspaces
|
|
Invalidate permissions for 'ALL KEYSPACES'
|
|
|
|
--all-mbeans
|
|
Invalidate permissions for 'ALL MBEANS'
|
|
|
|
--all-roles
|
|
Invalidate permissions for 'ALL ROLES'
|
|
|
|
--all-tables
|
|
Invalidate permissions for 'ALL TABLES'
|
|
|
|
--function <function>
|
|
Function to invalidate permissions for (you must specify
|
|
--functions-in-keyspace for using this option; function format: name
|
|
[arg1^..^agrN], for example: foo[Int32Type^DoubleType])
|
|
|
|
--functions-in-keyspace <functions-in-keyspace>
|
|
Keyspace to invalidate permissions for
|
|
|
|
-h <host>, --host <host>
|
|
Node hostname or ip address
|
|
|
|
--keyspace <keyspace>
|
|
Keyspace to invalidate permissions for
|
|
|
|
--mbean <mbean>
|
|
MBean to invalidate permissions for
|
|
|
|
-p <port>, --port <port>
|
|
Remote jmx agent port number
|
|
|
|
-pw <password>, --password <password>
|
|
Remote jmx agent password
|
|
|
|
-pwf <passwordFilePath>, --password-file <passwordFilePath>
|
|
Path to the JMX password file
|
|
|
|
--role <role>
|
|
Role to invalidate permissions for
|
|
|
|
--table <table>
|
|
Table to invalidate permissions for (you must specify --keyspace
|
|
for using this option)
|
|
|
|
-u <username>, --username <username>
|
|
Remote jmx agent username
|
|
|
|
--
|
|
This option can be used to separate command-line options from the
|
|
list of argument, (useful when arguments might be mistaken for
|
|
command-line options
|
|
|
|
<role_name>
|
|
A role for which permissions to specified resources need to be
|
|
invalidated
|