disablehintsfordc — 데이터센터의 힌트 비활성화
disablehintsfordc — 데이터센터의 힌트 비활성화
nodetool disablehintsfordc 명령은 특정 데이터센터(data center)에 대한 힌트를 비활성화하는 명령이에요.
본문
disablehintsfordc은 데이터센터 단위로 힌트 생성을 끄는 명령이에요. 인자로 대상 데이터센터 이름을 넘겨요. 아래는 완전한 사용법이에요.
NAME
nodetool disablehintsfordc - Disable hints for a data center
SYNOPSIS
nodetool [(-h <host> | --host <host>)] [(-p <port> | --port <port>)]
[(-pp | --print-port)] [(-pw <password> | --password <password>)]
[(-pwf <passwordFilePath> | --password-file <passwordFilePath>)]
[(-u <username> | --username <username>)] disablehintsfordc [--]
<datacenter>
OPTIONS
-h <host>, --host <host>
Node hostname or ip address
-p <port>, --port <port>
Remote jmx agent port number
-pp, --print-port
Operate in 4.0 mode with hosts disambiguated by 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
--
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
<datacenter>
The data center to disable
더 알아보기 (Learn more)
- nodetool enablehintsfordc — 데이터센터 힌트 활성화
- 힌트 — 힌티드 핸드오프 동작 원리