Coder Social home page Coder Social logo

hazelcast-daemon's Introduction

Deployment

Classpath should contain at least:

  • hazelcast-daemon.jar
  • com.hazelcast:hazelcast:[,2.x)
  • io.airlift:airline:0.4
  • javax.inject:javax.inject:1
  • com.google.guava:guava:10.0
  • com.google.code.findbugs:jsr305:1.3.9
  • (optional) application/domain jars

Or you can use the -jar-with-dependencies uber jar of hazelcast-daemon (note: it includes hazelcast):

java -jar hazelcast-daemon-0.2-jar-with-dependencies.jar start
java -jar hazelcast-daemon-0.2-jar-with-dependencies.jar stop

Usage

usage: hazelcast-daemon <command> [<args>]

The most commonly used hazelcast-daemon commands are:
    jvm       Summary of the JVM
    members   Show members of the cluster
    start     Start a hazelcast node
    status    Status of the JVM
    stop      Stop a hazelcast node

See 'hazelcast-daemon help <command>' for more information on a specific
command.

Start

NAME
        hazelcast-daemon start - Start a hazelcast node

SYNOPSIS
        hazelcast-daemon start
                [(--command <shutdown command> | -cmd <shutdown command>)]
                [(--configuration <configuration> | -c <configuration>)]
                [(--host <admin host> | -h <admin host>)]
                [(--name <instance name> | -n <instance name>)]
                [(--port <admin port> | -p <admin port>)]

OPTIONS
        --command <shutdown command>, -cmd <shutdown command>
            the shutdown command

        --configuration <configuration>, -c <configuration>
            the path to the hazelcast xml configuration

        --host <admin host>, -h <admin host>
            the host used to listen shutdown command

        --name <instance name>, -n <instance name>
            the hazelcast instance name

        --port <admin port>, -p <admin port>
            the port used to listen shutdown command

Stop

NAME
        hazelcast-daemon stop - Stop a hazelcast node

SYNOPSIS
        hazelcast-daemon stop
                [(--command <shutdown command> | -cmd <shutdown command>)]
                [(--host <admin host> | -h <admin host>)]
                [(--port <admin port> | -p <admin port>)]

OPTIONS
        --command <shutdown command>, -cmd <shutdown command>
            the shutdown command

        --host <admin host>, -h <admin host>
            the host used to listen shutdown command

        --port <admin port>, -p <admin port>
            the port used to listen shutdown command

Other commands configuration

In the following help snippet X can be [jvm, members, status].

SYNOPSIS
        hazelcast-daemon X [(--host <admin host> | -h <admin host>)]
                [(--port <admin port> | -p <admin port>)]

OPTIONS
        --host <admin host>, -h <admin host>
            the host used to listen shutdown command

        --port <admin port>, -p <admin port>
            the port used to listen shutdown command

hazelcast-daemon's People

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

pedroalvarado

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.