public class StageManager
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static long |
KEEPALIVE |
static int |
MAX_REPLICATE_ON_WRITE_TASKS |
Constructor and Description |
---|
StageManager() |
Modifier and Type | Method and Description |
---|---|
static TracingAwareExecutorService |
getStage(Stage stage)
Retrieve a stage from the StageManager
|
static void |
shutdownNow()
This method shuts down all registered stages.
|
public static final long KEEPALIVE
public static final int MAX_REPLICATE_ON_WRITE_TASKS
public static TracingAwareExecutorService getStage(Stage stage)
stage
- name of the stage to be retrieved.public static void shutdownNow()
Copyright © 2014 The Apache Software Foundation