Class PinotClusterSpec
- java.lang.Object
-
- org.apache.pinot.spi.ingestion.batch.spec.PinotClusterSpec
-
- All Implemented Interfaces:
Serializable
public class PinotClusterSpec extends Object implements Serializable
PinotClusterSpec defines the Pinot Cluster Access Point.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PinotClusterSpec()
-
Method Summary
Modifier and Type Method Description StringgetControllerURI()voidsetControllerURI(String controllerURI)Controller URI is used to fetch table/schema information and data push.
-