MCPcopy Create free account
hub / github.com/ddf-project/DDF / startServer

Method startServer

spark/src/test/java/io/ddf/spark/BaseTest.java:17–22  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16
17 @BeforeClass
18 public static void startServer() throws Exception {
19 Thread.sleep(1000);
20 LOG = LoggerFactory.getLogger(BaseTest.class);
21 manager = DDFManager.get(DDFManager.EngineType.SPARK);
22 }
23
24 @AfterClass
25 public static void stopServer() throws Exception {

Callers

nothing calls this directly

Calls 1

getMethod · 0.95

Tested by

no test coverage detected