public class ExclamationTopology extends Object
This is a basic example of a Storm topology.
Modifier and Type | Class and Description |
---|---|
static class |
ExclamationTopology.ExclamationBolt |
static class |
ExclamationTopology.FixedOrderWordSpout |
Modifier and Type | Field and Description |
---|---|
static String |
EXCLAIM_1 |
static String |
EXCLAIM_2 |
static int |
EXCLAIM_2_EXECUTORS |
static int |
SPOUT_EXECUTORS |
static String |
WORD |
Constructor and Description |
---|
ExclamationTopology() |
Modifier and Type | Method and Description |
---|---|
static StormTopology |
getStormTopology() |
static void |
main(String[] args) |
public static final String WORD
public static final String EXCLAIM_1
public static final String EXCLAIM_2
public static final int SPOUT_EXECUTORS
public static final int EXCLAIM_2_EXECUTORS
public static StormTopology getStormTopology()
Copyright © 2022 The Apache Software Foundation. All rights reserved.