@return The engine name we are built on, e.g., "spark" or "java_collections"
()
| 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(); |
no test coverage detected