mirror of https://github.com/apache/cassandra
47 lines
1.5 KiB
Plaintext
47 lines
1.5 KiB
Plaintext
NAME
|
|
nodetool setauthcacheconfig - Set configuration for Auth cache
|
|
|
|
SYNOPSIS
|
|
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
|
|
[(-pw <password> | --password <password>)]
|
|
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
|
|
[(-u <username> | --username <username>)] setauthcacheconfig
|
|
[--cache-name <cache-name>] [--disable-active-update]
|
|
[--enable-active-update] [--max-entries <max-entries>]
|
|
[--update-interval <update-interval>]
|
|
[--validity-period <validity-period>]
|
|
|
|
OPTIONS
|
|
--cache-name <cache-name>
|
|
Name of Auth cache (required)
|
|
|
|
--disable-active-update
|
|
Disable active update
|
|
|
|
--enable-active-update
|
|
Enable active update
|
|
|
|
-h <host>, --host <host>
|
|
Node hostname or ip address
|
|
|
|
--max-entries <max-entries>
|
|
Max entries
|
|
|
|
-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
|
|
|
|
-u <username>, --username <username>
|
|
Remote jmx agent username
|
|
|
|
--update-interval <update-interval>
|
|
Update interval in milliseconds
|
|
|
|
--validity-period <validity-period>
|
|
Validity period in milliseconds
|