@PrepareForTest(value=FileUtils.class) public class LocalFileSystemStateManagerTest extends java.lang.Object
Constructor and Description |
---|
LocalFileSystemStateManagerTest() |
Modifier and Type | Method and Description |
---|---|
void |
after() |
void |
before() |
Config |
getConfig() |
void |
testDeleteExecutionState()
Method: deleteExecutionState()
|
void |
testDeleteTopology()
Method: deleteTopology()
|
void |
testGetSchedulerLocation()
Method: getSchedulerLocation(String topologyName, WatchCallback watcher)
|
void |
testInitialize() |
void |
testSetExecutionState()
Method: setExecutionState(ExecutionEnvironment.ExecutionState executionState)
|
void |
testSetSchedulerLocation()
Method: setSchedulerLocation(Scheduler.SchedulerLocation location, String topologyName)
|
void |
testSetTopology()
Method: setTopology(TopologyAPI.Topology topology)
|
public void before() throws java.lang.Exception
java.lang.Exception
public void after() throws java.lang.Exception
java.lang.Exception
public Config getConfig()
public void testInitialize() throws java.lang.Exception
java.lang.Exception
public void testGetSchedulerLocation() throws java.lang.Exception
java.lang.Exception
public void testSetSchedulerLocation() throws java.lang.Exception
java.lang.Exception
public void testSetExecutionState() throws java.lang.Exception
java.lang.Exception
public void testSetTopology() throws java.lang.Exception
java.lang.Exception
public void testDeleteExecutionState() throws java.lang.Exception
java.lang.Exception
public void testDeleteTopology() throws java.lang.Exception
java.lang.Exception