public final class Jet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INTERNAL_JET_OBJECTS_PREFIX
Prefix of all Hazelcast internal objects used by Jet (such as job
metadata, snapshots etc.)
|
| Modifier and Type | Method and Description |
|---|---|
static JetInstance |
newJetClient()
Creates a Jet client with the default configuration.
|
static JetInstance |
newJetClient(ClientConfig config)
Creates a Jet client with the given Hazelcast client configuration.
|
static JetInstance |
newJetInstance()
Creates a member of the Jet cluster with the default configuration.
|
static JetInstance |
newJetInstance(JetConfig config)
Creates a member of the Jet cluster with the given configuration.
|
static void |
shutdownAll()
Shuts down all running Jet client and member instances.
|
public static final String INTERNAL_JET_OBJECTS_PREFIX
public static JetInstance newJetInstance(JetConfig config)
public static JetInstance newJetInstance()
public static JetInstance newJetClient()
public static JetInstance newJetClient(ClientConfig config)
public static void shutdownAll()
Copyright © 2018 Hazelcast, Inc.. All rights reserved.