Package org.apache.pinot.tools
Class QuickStartBase
- java.lang.Object
-
- org.apache.pinot.tools.QuickStartBase
-
- Direct Known Subclasses:
HybridQuickstart,JoinQuickStart,JsonIndexQuickStart,OfflineComplexTypeHandlingQuickStart,Quickstart,RealtimeComplexTypeHandlingQuickStart,RealtimeJsonIndexQuickStart,RealtimeQuickStart,RealtimeQuickStartWithMinion,UpsertJsonQuickStart,UpsertQuickStart
public abstract class QuickStartBase extends Object
-
-
Constructor Summary
Constructors Constructor Description QuickStartBase()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidexecute()QuickStartBasesetTmpDir(String tmpDir)
-
-
-
Field Detail
-
_tmpDir
protected File _tmpDir
-
-
Method Detail
-
setTmpDir
public QuickStartBase setTmpDir(String tmpDir)
-
-