Package org.apache.pinot.spi.utils
Class CommonConstants.Server.SegmentCompletionProtocol
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Server.SegmentCompletionProtocol
-
- Enclosing class:
- CommonConstants.Server
public static class CommonConstants.Server.SegmentCompletionProtocol extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_OF_CONTROLLER_HTTPS_ENABLEDDeprecated.static StringCONFIG_OF_CONTROLLER_HTTPS_PORTDeprecated.static StringCONFIG_OF_PROTOCOLSpecify connection scheme to use for controller upload connections.static StringCONFIG_OF_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MSstatic StringCONFIG_OF_SEGMENT_UPLOADER_AUTHService token for accessing protected controller APIs.static intDEFAULT_OTHER_REQUESTS_TIMEOUTstatic intDEFAULT_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MSstatic StringPREFIX_OF_CONFIG_OF_SEGMENT_UPLOADER
-
Constructor Summary
Constructors Constructor Description SegmentCompletionProtocol()
-
-
-
Field Detail
-
PREFIX_OF_CONFIG_OF_SEGMENT_UPLOADER
public static final String PREFIX_OF_CONFIG_OF_SEGMENT_UPLOADER
- See Also:
- Constant Field Values
-
CONFIG_OF_CONTROLLER_HTTPS_ENABLED
@Deprecated public static final String CONFIG_OF_CONTROLLER_HTTPS_ENABLED
Deprecated.Deprecated. Enable legacy https configs for segment upload. Use server-wide TLS configs instead.- See Also:
- Constant Field Values
-
CONFIG_OF_CONTROLLER_HTTPS_PORT
@Deprecated public static final String CONFIG_OF_CONTROLLER_HTTPS_PORT
Deprecated.Deprecated. Set the legacy https port for segment upload. Use server-wide TLS configs instead.- See Also:
- Constant Field Values
-
CONFIG_OF_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS
public static final String CONFIG_OF_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS
- See Also:
- Constant Field Values
-
CONFIG_OF_PROTOCOL
public static final String CONFIG_OF_PROTOCOL
Specify connection scheme to use for controller upload connections. Defaults to "http"- See Also:
- Constant Field Values
-
CONFIG_OF_SEGMENT_UPLOADER_AUTH
public static final String CONFIG_OF_SEGMENT_UPLOADER_AUTH
Service token for accessing protected controller APIs. E.g. null (auth disabled), "Basic abcdef..." (basic auth), "Bearer 123def..." (oauth2)- See Also:
- Constant Field Values
-
DEFAULT_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS
public static final int DEFAULT_SEGMENT_UPLOAD_REQUEST_TIMEOUT_MS
- See Also:
- Constant Field Values
-
DEFAULT_OTHER_REQUESTS_TIMEOUT
public static final int DEFAULT_OTHER_REQUESTS_TIMEOUT
- See Also:
- Constant Field Values
-
-