enablehandoff — 힌트 저장 재활성화

enablehandoff — 힌트 저장 재활성화

nodetool enablehandoff 명령은 현재 노드에서 향후 힌트 저장을 다시 활성화하는 명령이에요.

출처: nodetool enablehandoff

본문

enablehandoffdisablehandoff으로 끈 힌티드 핸드오프 저장을 다시 켜는 명령이에요. 아래는 완전한 사용법이에요.

NAME
        nodetool enablehandoff - Reenable future hints storing on the current
        node

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>)] enablehandoff

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

더 알아보기 (Learn more)