Package org.apache.pinot.common.utils
Class FileUploadDownloadClient.CustomHeaders
- java.lang.Object
-
- org.apache.pinot.common.utils.FileUploadDownloadClient.CustomHeaders
-
- Enclosing class:
- FileUploadDownloadClient
public static class FileUploadDownloadClient.CustomHeaders extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCRYPTERstatic StringDOWNLOAD_URIstatic StringREFRESH_ONLYstatic StringSEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIERstatic StringUPLOAD_TYPE
-
Constructor Summary
Constructors Constructor Description CustomHeaders()
-
-
-
Field Detail
-
UPLOAD_TYPE
public static final String UPLOAD_TYPE
- See Also:
- Constant Field Values
-
REFRESH_ONLY
public static final String REFRESH_ONLY
- See Also:
- Constant Field Values
-
DOWNLOAD_URI
public static final String DOWNLOAD_URI
- See Also:
- Constant Field Values
-
SEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIER
public static final String SEGMENT_ZK_METADATA_CUSTOM_MAP_MODIFIER
- See Also:
- Constant Field Values
-
CRYPTER
public static final String CRYPTER
- See Also:
- Constant Field Values
-
-