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

Method getEngine

core/src/main/java/io/ddf/DDF.java:334–336  ·  view source on GitHub ↗

@return The engine name we are built on, e.g., "spark" or "java_collections"

()

Source from the content-addressed store, hash-verified

332 * @return The engine name we are built on, e.g., "spark" or "java_collections"
333 */
334 public String getEngine() {
335 return this.getManager().getEngine();
336 }
337
338 public DDFManager.EngineType getEngineType() {
339 return this.getManager().getEngineType();

Callers 1

newHandlerMethod · 0.95

Calls 2

getManagerMethod · 0.95
getEngineMethod · 0.65

Tested by

no test coverage detected