public interface TestableTopology
Modifier and Type | Field and Description |
---|---|
static String |
DUMMY_FIELD |
static long |
MAX_SPOUT_EMITS |
static int |
TIMEDATA_SLEEP_BETWEEN_EMITS_MS |
Modifier and Type | Method and Description |
---|---|
int |
getBoltExecutors() |
String |
getBoltName() |
int |
getSpoutExecutors() |
String |
getSpoutName() |
StormTopology |
newTopology() |
static final String DUMMY_FIELD
static final int TIMEDATA_SLEEP_BETWEEN_EMITS_MS
static final long MAX_SPOUT_EMITS
StormTopology newTopology()
String getBoltName()
int getBoltExecutors()
String getSpoutName()
int getSpoutExecutors()
Copyright © 2022 The Apache Software Foundation. All rights reserved.